Re: How to use API to set/edit Campaign Setting - Device Bid adjustment mobile and tablet to -100 python

2017-02-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sahil, Please refer to this example in the Python client library to set bid adjustment

How to use API to set/edit Campaign Setting - Device Bid adjustment mobile and tablet to -100 python

2017-02-24 Thread 'Sahil Girdhar' via AdWords API Forum
I nee to update a device bid adjustment in campaign. I can't find anything in campaigncriterion service. Please help me out. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-07-16 Thread Takeshi Hagikura (AdWords API Team)
Hi John, As you say, PLATFORM is not needed. The type should be specified like this (as in your example) Best, - Takeshi, AdWords API Team On Wednesday, July 17, 2013 2:51:19 AM UTC+9, John Bliss wrote: > > It appears that, despite this: > > > https://developers.google.com/adwords/api/docs/re

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-07-16 Thread John Bliss
It appears that, despite this: https://developers.google.com/adwords/api/docs/reference/v201302/CampaignCriterionService.Platform "type - This field can be selected using the value "CriteriaType". This field can be filtered on. This field is read only and should not be set. If this field is sen

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-07-16 Thread John Bliss
OK. That seems to work for a SET, but when I attempt to do an ADD (SEE below), I'm getting, "CampaignCriterionError.INVALID_OPERATION_ENHANCED_CAMPAIGN @ operations[0].operand.criterion" What am I doing wrong? (Keep in mind, I'm submitting the request below *after* the Campaign is already enhan

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread Takeshi Hagikura (AdWords API Team)
Hello John, Please use CampaignCriterionService to update device bid adjustments. You can find a code example

How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread John Bliss
Currently, I can use the AdWords website to view a Campaign, click Settings (tab), Devices, and then edit Device Bid adjustment. When looking at https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.Campaign I do not see how I'd use the API to edit those Device Bid a