Hi, I understand you'd like to create a search network campaign along with setting up targeting based on device types via API.
1. Campaigns are created using the CampaignService <https://developers.google.com/adwords/api/docs/reference/latest/CampaignService>. You need to set the advertisingChannelType <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.Campaign#advertisingchanneltype> to SEARCH as illustrated here <https://developers.google.com/adwords/api/docs/samples/php/basic-operations#add-campaigns> to create a Search Campaign. You can specify refined targeting options in NetworkSetting <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.NetworkSetting> 2. Device types are implemented as Platform <https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Platform> criteria and are created using a fixed set of criteria IDs that are listed in the documentation <https://developers.google.com/adwords/api/docs/appendix/platforms>. Then you can add that targeting criteria as illustrated here <https://developers.google.com/adwords/api/docs/samples/php/campaign-management#set-bid-modifier> . Best Regards, Jude, 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/c7c1dc24-8841-4b2e-9a4e-1f2c9de293e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
