Hi, To add device targets, you need to use CampaignCriterionService to add a Platform <https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Platform> criteria using the fixed set of criteria IDs that are listed in the documentation <https://developers.google.com/adwords/api/docs/appendix/platforms>. The CriterionId 30000 corresponds to Desktop(Computers). The SetBidModifier <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201710/campaignmanagement/SetBidModifier.java> Java example shows how to create mobile platform and set a bid modifier for the mobile platform on given campaign. Similarly, you can target Desktop Platform as well. Example code in other languages are provided here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5b7c5ae3-c976-4176-9329-be39dbe4f1f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
