Hello Nikola, You are correct. It won't have any effect on the existing *Desktop* criteria because *Desktop* will be 'turned on' by default.
Cheers, Nadine, AdWords API Team On Tuesday, December 1, 2015 at 11:32:28 AM UTC-5, Nikola Jordanovski wrote: > > Hello Nadine, > thank you for the response , the bidModifier i get, but i correct me if am > wrong : > $campaignCriterionService = > $this->GetService("CampaignCriterionService", ADWORDS_VERSION); > // Create Mobile Platform. The ID can be found in the documentation. > // https://developers.google.com/adwords/api/docs/appendix/platforms > $platform = new Platform(); > $platform->id = '30000'; // HighEndMobile = 30001 > > // Create criterion with modified bid. > $criterion = new CampaignCriterion(); > $criterion->campaignId = $campaignId; > $criterion->criterion = $platform; > > // Create operation. > $operation = new CampaignCriterionOperation(); > $operation->operand = $criterion; > $operation->operator = 'SET'; > $operations = array($operation); > // Make the mutate request. > $result = $campaignCriterionService ->mutate($operations); > > -- if i run this code, it won't set Desktop as a targeted device(platform) > correct? > > On Tuesday, December 1, 2015 at 4:22:10 PM UTC+1, Nadine Sundquist > (AdWords API Team) wrote: >> >> Hi Nikola, >> >> In the AdWords user interface, the check boxes next to the items under >> *Devices* can be confusing because you can't remove them. I'll look into >> asking the engineers to fix that to make it less confusing for the next >> person. >> >> At the campaign level, the only device you can exclude is *Mobile >> Devices*. You can't remove or exclude any of the other platforms. In the >> API, you set the bidModifier >> <https://developers.google.com/adwords/api/docs/reference/v201509/CampaignCriterionService.CampaignCriterion#bidmodifier> >> on >> the CampaignCriterion Platform *30001* to 0.0. When you go to the >> AdWords user interface, you'll see that the *Bid Adjustment* is now >> *-100%*. To include *Mobile Devices* again, you would set the *bidModifier >> *to -1.0. Since that's not always easy to remember, we've included it in >> our documentation here >> <https://developers.google.com/adwords/api/docs/reference/v201509/CampaignCriterionService.CampaignCriterion#bidmodifier> >> . >> >> >> <https://lh3.googleusercontent.com/-IBCMok9yBoo/Vl26EkTyw5I/AAAAAAAAACA/Bu45iogE5tg/s1600/turn-off-mobile-bid.png> >> >> I hope that clears things up for you. >> >> Regards, >> Nadine, AdWords API Team >> >> On Monday, November 30, 2015 at 6:59:59 PM UTC-5, Nikola Jordanovski >> wrote: >>> >>> Hello, >>> Yes , well to set either Computer or the other optima( platofrms ) >>> Thanks >>> Nikola >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d420c888-031e-47b3-8b92-75a9d45a5912%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.