I'm on the java library, but it seems that you can't just send a budget with a null ID or anything. if you really want to remove your budgets when you are done I would recommend creating a budget with no money (or whatever the minimum is), and then using it as a "parking lot" for campaigns tied to budgets you want to delete.
On Friday, October 26, 2012 5:34:06 AM UTC-4, David Bonner wrote: > > Anyone? > > On Tuesday, 23 October 2012 12:50:01 UTC-4, David Bonner wrote: >> >> Hi all, >> >> I'm trying, but unable, to get the client library to actually set >> "xsi:nil=true" on an attribute. This is related to the problem I'm having >> in https://groups.google.com/forum/#!topic/adwords-api/TB8YPC3dU_8 ... >> I'm trying to dissociate a campaign from a budget before I delete the >> campaign, but simply sending: >> >> { >> 'xsi_type': 'CampaignOperation', >> 'operator': 'SET', >> 'operand': [{ >> 'xsi_type': 'Campaign', >> 'id': '12345', >> 'name': 'something something DELETED XY:ZZ', >> 'status': 'DELETED', >> 'budget': None, >> }], >> } >> >> Doesn't seem to work. Can anyone help? >> >> 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en