Hey Dannison, Thank you for help can you also tell me what calculation is used to sum/avg all the rows SearchImpressionShare percentage? can I get that as well by AWQL?
Thank you, Lekhraj On Wednesday, 10 July 2019 22:23:53 UTC-4, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. > > You can download the Campaign Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> > > and add a filter for AdvertisingChannelType > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#advertisingchanneltype> > > and set it to *SEARCH*. You may refer to the query below. > > AWQL: SELECT CampaignId, SearchImpressionShare FROM > CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelType IN ['SEARCH'] > > Regards, > Dannison > Google Ads API Team > > ref:_00D1U1174p._5001UCc0SG: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/10b399fd-31e5-4023-8b5b-865727002b46%40googlegroups.com.
