Hi Xiaoming, Thank you for reply.
But we do not want to segment the report by ad_network_type. AdWords API allows us to get the report segmented by only date with ad_network_type filtering. expected report: date, impression, clicks, impression_share, ... 2020-04-01, 100, 10, 0.1, ... 2020-04-02, 200, 10, 0.1, ... 2020-04-03, 300, 10, 0.1, ... report with ad_network_type select as you mentioned: date, ad_network_type, impression, clicks, impression_share, ... 2020-04-01, CONTENT, 50, 5, 0.1, ... 2020-04-01, YOUTUBE_SEARCH, 50, 5, 0.1, ... 2020-04-02, CONTENT, 200, 10, 0.1, ... Is there any methods to do this? regards, 2020年4月15日水曜日 3時30分38秒 UTC+9 adsapiforumadvisor: > > Hi Hiromi, > > Thank you for reaching out. If you put segments.ad_network_type in the > WHERE clause you would also have to put it in the SELECT clause in order to > successfully query the data. Please let me know if you have any further > questions. > > Thanks and regards, > Xiaoming, Google Ads API Team > > > > > ref:_00D1U1174p._5001UZXzFz: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/18e52795-34f2-4b96-adb1-060dcc9615e2%40googlegroups.com.
