Hi Alan,

Thanks for getting back to me with this information.  I was able to
replicate the issue and I am discussing it with the developers to see
if we can identify the cause.

During my testing I found that if you create a campaign with the
budget optimizer enabled it won't throw the error; the problem is only
encountered when the budget optimizer is being enabled for an existing
campaign.  This might be useful for implementing a work around.

Best,
- Eric


On Jul 31, 6:05 am, alan <alan.cu...@gmail.com> wrote:
> 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to