also followed this 
link: https://developers.google.com/google-ads/api/docs/assets/fetching-assets

running:
SELECT
  ad_group.id,
  asset.id,
  metrics.clicks,
  metrics.impressions
FROM ad_group_asset
WHERE segments.date DURING LAST_MONTH
ORDER BY metrics.impressions DESC

returned zero resutls.

On Tuesday, September 5, 2023 at 4:21:59 PM UTC+3 Shon Otmazgin wrote:

> Hello, 
>
> While using the Google Ads UI and clicking on ads, there is a button at 
> each row titled "View asset details". How can I pull this asset's 
> performance data using GAQL? I tried using ad_group_ad_asset_view, but no 
> data was returned.
>
> [image: Screenshot 2023-09-05 at 16.09.51.png]: 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/19f2bd45-541e-4763-a386-ef2672dd2a62n%40googlegroups.com.
  • Re... Shon Otmazgin
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Shon Otmazgin

Reply via email to