Hello,

I am trying to pull a campaign performance by seach_engine_result_type from 
Google Ads API v8:

query = """
        SELECT
          campaign.name,
          metrics.clicks,
          metrics.impressions,
          segments.month,
          segments.search_engine_results_page_type     
        FROM campaign
        WHERE segments.date BETWEEN '2021-04-01' AND '2021-04-30'"""

Get the error 
 message: "Cannot select or filter on the following segments: 
\'segments.search_engine_results_page_type\'(could not support requested 
resources: \'CAMPAIGN\'), since segment is incompatible with the resource 
in the FROM clause or other selected segmenting resources."

This is pretty basic report for lots of marketers. Wondering can we have 
this segment on?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/36756405-316f-4f89-96c4-4abb9848ccb5n%40googlegroups.com.

Reply via email to