Just made the arrangements so at update time, I get the budget ID from the existing campaign, set it to the newly created Budget instance and them pass to the service. Worked like a charm. Thank you guys. Take care
On Fri, Jul 12, 2013 at 5:45 PM, David Torres (AdWords API Team) < [email protected]> wrote: > Hi, > > I can confirm what David just said. You need to use the BudgetOrderService > to create/update budgets now. > > Best, > > - David Torres - AdWords API Team > > > On Friday, July 12, 2013 4:43:08 AM UTC-4, david wrote: >> >> I believe even existing individual budgets have to be updated via the >> budgetService now. >> So you should be able to get the BudgetId field of your existing campaign >> by doing a GET to CampaignService (don't know the specifics of doing this >> using the Java client library). Then just mutate that budgetId using >> budgetService. >> > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > 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 > > --- > You received this message because you are subscribed to the Google Groups > "AdWords API Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
