Hi, There is some information about the restriction on monetary units on this page:
http://code.google.com/apis/adwords/docs/developer/adwords_api_services.html The first error, BID_TOO_HIGH_FOR_DAILY_BUDGET, was returned because your bid (1.1 cents) was larger than the total daily budget for the campaign. You should increase the campaign's budget so it is a more reasonable value. The second error, BID_TOO_SMALL, was returned because your bid was below the smallest billable unit for your currency. In US dollars, the smallest billable amount is 1 cent, which is 10000 micros. Best, - Eric Koleda, AdWords API Team On Dec 22, 8:14 am, veseo <[email protected]> wrote: > Hello, can we get a list of all available types' max and min values. > For example, operand.bids.maxCpm.amount.microAmount in the > AdGroupCriterion service says BID_TOO_HIGH_FOR_DAILY_BUDGET when we > send 11000 and we get BID_TOO_SMALL when we send 10000. I am confused, > can we get the maximum and minimum values for these (and all other) > fields? Thanks in advance! -- 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.
