Hi

I'm able to see Ad group assets views for UAC.

However, I also have a Google Play Ads from before the UACs. When I try and 
get the ad_group_ad_asset_view for the ad group in the campaign I get no 
error and no data:

SELECT
                 campaign.id,
                 campaign.name,
                 ad_group.id,
                 ad_group.name,
                 asset.id,
                 asset.name,
                 asset.type,
                 segments.date,
                 metrics.cost_micros,
                 metrics.clicks
            FROM
                ad_group_ad_asset_view
            WHERE ad_group.id = ********
            AND segments.date BETWEEN '2017-05-01' AND '2017-05-30'

returns nothing.

How can I get this data as I want to compare assets across all time.

Many Thinks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/770f72a6-5551-4498-a3a2-ce46096bdf2d%40googlegroups.com.

Reply via email to