Hi Ramanajee, Thank you for reaching the support. You could filter your report query with 'DISPLAY' type for campaign.advertising_channel_type to retrieve display only campaigns via API. Please find below the sample report query for reference. Let us know if you have any additional concerns.
SELECT campaign.id, campaign.name, campaign.advertising_channel_type FROM campaign WHERE campaign.advertising_channel_type = 'DISPLAY' LIMIT 100 Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UOFKhc:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6zEJG000000000000000000000000000000000000000000000Q36OKL00Ihf52uNZRUWuTGMzRSDoIA%40sfdc.net.
