Hi, To update an existing budget (whether you created a new shared budget with v201209 or using a pre-existing budget) you need to use the BudgetService, specify BudgetId and any fields you want to alter with a mutate SET call.
If you want to delete a budget, you'll need to update any campaigns currently using it to use another budget first, then you will be able to remove it. You can find campaigns using a budget with a CampaignService.get call using a predicate on BudgetId. - Kevin Winter AdWords API Team On Thursday, November 1, 2012 6:26:45 AM UTC-4, Sanju wrote: > > Hi Adwords, > > I'm stuck in migrating to V201209 using java. How can we modify individual > budget or shared budget of a campaign. > > I have seen in one of the mail thread that assigning budgetId to null for > existing campaign (which is having some budget previously) and setting this > budget to campaign object and doing mutate and trying this process always > says me "BudgetID" required exception. > > Even I have tried getting BudgetId first and done REMOVE opration on > budgetService but finally says "BUdget In USE". > > So my need is how I can update existing individual budget of a campaign > and also how can we update if shared budget is given for campaign. > > > Thnx in adv. > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
