my fix didn't work in java after more testing. I'm not sure what sort of action is best to delete a budget, but, you might consider using a low value budget as a "parking lot" for deleted campaigns. On Tuesday, October 23, 2012 12:35:55 PM UTC-4, David Bonner wrote: > > Must be a python client library bug...I tried setting the campaign.budget > to None, and the campaign.budget.budgetId to None, and neither one managed > to dissociate the campaign from the budget. Turning debug on, it looks > like the soap being sent doesn't have the budget set to nil. > > Has anyone managed this with the python client library yet? > > On Tuesday, 23 October 2012 11:46:13 UTC-4, Alex Jones wrote: >> >> You have to dissociate them as you delete campaigns. otherwise they still >> count as linked to the budget. Just set budgetId to null as part of your >> campaign delete. >> >> On Thursday, October 18, 2012 406:32 PM UTC-4, David Bonner wrote: >>> >>> Hi all, >>> >>> I'm in the middle of migrating from 201109 to 201209, and trying to >>> update my unit tests. After deleting any campaigns I've created, I try to >>> delete the budgets I created for them. As soon as I do that, I'm getting >>> a BudgetError.BUDGET_IN_USE error. >>> >>> Has anyone else seen this? Do I need to dissociate the budget from the >>> campaign as I delete it? >>> >>> Thanks, >>> Dave >>> >>
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
