Re: set a mobile bid adjustment using the API

2014-06-20 Thread Danial Klimkin
Hello Santosh, Please start a new thread with your question as this is a separate issue. We don't want to spam people on this thread with irrelevant details. -Danial, AdWords API Team. On Friday, June 20, 2014 9:51:20 AM UTC+4, san...@a-insight.com wrote: > > > hey danial, > > >

Re: set a mobile bid adjustment using the API

2014-06-20 Thread santosh
hey danial, I wanted to update bid(max cpc) on keywords level(criterian) using below code but I am getting trouble that where to set my keywords id so that I could update that cpc. AdGroupServiceInterface adGroupService = adWordsServices.get(session, AdGroup

Re: set a mobile bid adjustment using the API

2014-01-29 Thread Danial Klimkin
Hello Martin, The range is 0.1 to 4 which is 10% to 400% or "-90%" to "+300%" depending on the notation used. -Danial, AdWords API Team. On Tuesday, January 28, 2014 11:53:01 PM UTC+4, Martin wrote: > > Hello Danial, > I believe 400% should be 5.0 > Is the full range -100% (0.00) and -90%(0.1

Re: set a mobile bid adjustment using the API

2014-01-28 Thread Martin
Hello Danial, I believe 400% should be 5.0 Is the full range -100% (0.00) and -90%(0.10) to 300%(4.00) with two decimals? Cordial regards, Martin On Tuesday, 28 January 2014 06:54:28 UTC-3, Danial Klimkin wrote: > > Hello Ashley, > > > In the API, the adjustment is a coefficient. E.g. "-90%" is

Re: set a mobile bid adjustment using the API

2014-01-28 Thread Danial Klimkin
Hello Ashley, In the API, the adjustment is a coefficient. E.g. "-90%" is 0.1 and "400%" is 3.0 (X * 0.1 and X * 3). If you operation succeed but you don't see the UI change, please send us the full XML code of the request and response via email (Reply to author). Please make sure to keep / p

set a mobile bid adjustment using the API

2014-01-24 Thread ashleygrison
Hello, I am trying to set a mobile bid adjustment using the following sample code: https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201306/advancedoperations/AddAdGroupBidModifier.java When I run this code, I cannot see the set values i