Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-08 Thread Julian Khandros
Thanks Oliver (and everyone else) for replying. Our code wasn't using Conversion Optimizer strategy in that example, but somehow today the exact same code is working as expected. We can see mobile bid adjustments now reflected in the Adwords UI after the API call. Hopefully it will stay

Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-05 Thread Oliver
If your campaign is using Conversion Optimizer bidding strategy, you won't be able to change the bid modifier. This is an exception I came across which is very poorly documented in the Enhanced Campaigns guide. Check this page: http://support.google.com/adwords/answer/2471188?hl=en There is

Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-04 Thread Julian Khandros
Hi, we're migrating our Java AdWords campaign management module to v201302. Our code is required to disable bids for mobile devices. Hence I use code very similar to the Mobile Bid Adjustment code excerpt on https://developers.google.com/adwords/api/docs/guides/enhanced-campaigns : // Create

Re: Mobile target bid updates in API v201302 don't reflect in Adwords UI (java)

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, I am able to update the mobile bid adjustment using the Java library. Can you share the request and response xmls? (Please remove the sensitive information such as authToken, developerToken) Best, - Takeshi On Thursday, April 4, 2013 7:18:23 AM UTC+9, Julian Khandros wrote: Hi, we're