Hi, Both "Search Network with Display Select" and "Search Network only" campaign types are identifiable by AdvertisingChannelType <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignService.Campaign#advertisingchanneltype> field of Campaign as SEARCH <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignService.AdvertisingChannelType#SEARCH> value. Aside from that, you can distinguish the two campaign types using the networkSetting <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignService.Campaign#networksetting> field of Campaign. If targetGoogleSearch <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignService.NetworkSetting#targetgooglesearch> and targetContentNetwork <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignService.NetworkSetting#targetcontentnetwork> fields are both true, then its type is "Search Network with Display Select". While if targetGoogleSearch is true and targetContentNetwork is false, then it is a "Search Network only" type.
Let me know if you have further clarifications. Thanks, Vincent 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/82429457-43d5-4d3e-82cf-d2753758dc03%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
