Hi,

Am I right understand there is no way to get a report with a "Expansion and 
optimized targeting" data for GDN campaigns in the current google ads api 
(v8)?

The ad_group_audience_view gives me data aggregated at the audience level, 
ok, but what about a data performed by the automatic targeting?

When I query a data from the ad_group_audience_view and if I sum it over a 
campaign level or even an adgrooup level I get less data that I have in the 
account.
And as I see the difference is exactly in the automatic targeting data.

So how can I get a report contains a data aggregated at the audience level 
incluiding the automatic targeting and the sum of the metrics will be like 
in the account?

For better understanding, I'm looking for the data like I can get from the 
CRITERIA_PERFORMANCE_REPORT 
of AdWords API (v201809).

For Google Ads API I use this query:
            select
                segments.date,
                campaign.id,
                campaign.name,
                ad_group.id,
                ad_group.name,
                ad_group_criterion.criterion_id,
                ad_group_criterion.type,
                ad_group_criterion.display_name,
                metrics.cost_micros,
                metrics.impressions,
                metrics.clicks
            from ad_group_audience_view
            where segments.date between '2021-03-01' and '2021-03-01'
                and metrics.impressions > 0


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/47d38f7b-b8bd-4a94-b796-8bfbbf7e748an%40googlegroups.com.

Reply via email to