Hi team, 

I got an error BudgetError.MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC
The error message is clear, however i'm pretty confused about the limit of 
the minimum amount that we used, since i see all my campaign, and there are 
plenty of campaign that is set at €9.80/ day or even €3.45 which when i try 
to set it thru API using class AddCampaign.java

Budget budget = new Budget();
      budget.setPeriod(BudgetBudgetPeriod.DAILY);
      budget.setAmount(new Money(null, 100L));
      budget.setDeliveryMethod(BudgetBudgetDeliveryMethod.STANDARD);
      campaign.setBudget(budget);


this result to error  faultString: 
[BudgetError.MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC @ 
operations[0].operand.budget.amount]
which then i confused since actually 100 is already > than 3.45 € even if 
that in the API code using USD currency (was it?)
Is there any explanation regarding this? Or how could i using amount that 
is used by my company for example that 3,45 €


Regards,
Daniel Marshall

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to