Hi Andras, You may add a condition like AdvertisingChannelType <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.AdvertisingChannelType> not equal to MULTI_CHANNEL and AdvertisingChannelSubType <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.AdvertisingChannelSubType> not equal to UNIVERSAL_APP_CAMPAIGN to your selector query to exclude the Universal App campaign. See code snippet below.
WHERE AdvertisingChannelType != MULTI_CHANNEL and AdvertisingChannelSubType != UNIVERSAL_APP_CAMPAIGN Let me know if you have further clarifications. Thanks and regards, Luis 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/09920848-ddea-4bf8-a0d7-2dcfbd718ce6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
