92 error code
ID of the Campaign:46367065

I create a Campaign with api(not use budgetOptimizer),and when I
update it with budgetOptimizer , that's generating the error.

My update campaign api code:

Campaign ca =  service.getCampaign(46367065);
BudgetOptimizerSettings budgetOptimizer = new BudgetOptimizerSettings
();
budgetOptimizer.setEnabled(true);
budgetOptimizer.setTakeOnOptimizedBids(null);
budgetOptimizer.setBidCeiling(new Long(1000000));
ca.setBudgetOptimizerSettings(budgetOptimizer);
service.updateCampaign(ca);

All my new Campaign when I update it with api,92 code error is
generated.


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