Hi Navi, When updating any entity using the v2009 API it is always best to only set the fields you wish to change. If you aren't trying to change the budget in that operation then you should leave the budget field as null. In this case 300 micros is too low of a budget:
For US dollars, $1 is 1,000,000 micros. Note that bids are restricted to billable units; in US dollars, all bids must be multiples of 10000 micros (one cent). http://code.google.com/apis/adwords/docs/developer/adwords_api_services.html#campaign_data_services Best, - Eric Koleda, AdWords API Team On Feb 26, 5:19 pm, Navi <[email protected]> wrote: > Hi, > > I am trying to update a campaign using API v2009. > Its giving me range error - buget.amountRangeErrorTooLow. > I could not find any details on the error and dont know whats wrong. > > Basically I am just changing the status of the campaign from Active to > Pause and not changing any daily budget amount. > However I am creating a budget object and setting the amount (which > is not changed and same as existing - 300) and assigning it to the > campaign. > But if I comment out the code which assigns budget to the campaign, it > works fine and I am successfully able to change the status of the > campaign. > > Please help me understand whats wrong here. > > Thanks > Navi -- 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.
