Hi, API support team
I used assets to publish ads and get some conversions, and later deleted
these assets.
I used this API (ad_group_ad_asset_view
<https://developers.google.com/google-ads/api/fields/v3/ad_group_ad_asset_view>)
query like below,
but there is no such data in the request result.
May I ask what's wrong in my query?
Do I have other function to get those data?
SELECT
ad_group.id,
campaign.id,
asset.id,
asset.image_asset.full_size.url,
ad_group_ad.ad.type,
ad_group_ad_asset_view.field_type,
metrics.conversions,
metrics.impressions,
metrics.cost_micros,
metrics.clicks,
metrics.all_conversions_value,
segments.date
FROM
ad_group_ad_asset_view
WHERE
ad_group_ad.ad.type = APP_AD
AND segments.date >= '2020-03-01'
AND segments.date <= '2020-03-31'
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/91ad4893-9f22-4340-b9a9-c6b5f0cbc9d1%40googlegroups.com.