Re: ad assets performance using gaql

2023-09-05 Thread Shon Otmazgin
Thanks for the info.

Do you have any time estimation for that feature? days/weeks/months? Also 
you can think of any workaround in the meantime?

On Tuesday, September 5, 2023 at 6:33:03 PM UTC+3 Google Ads API Forum 
Advisor wrote:

> Hi there,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> I can see that you are trying to pull the assets details for the discovery 
> Ad. Currently the ad_group_ad_asset_view report only supports 
> AdGroupAdAssetView for AppAds and Responsive Search Ads.
>
> With regards to the ad_group_asset report, it pulls the extensions 
> attached at ad group level hence it will not be able to pull said Ads UI 
> screenshot data.
>
> However, to retrieve Discovery Ads and Asset association information, my 
> team already created feature request to support this. For now, kindly 
> follow our *blog* 
>  as we 
> will post relevant updates when it becomes supported. 
> This message is in relation to case "ref:_00D1U1174p._5004Q2oAtCd:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/14db8f69-e91a-4c49-a51a-1ffc8780dae3n%40googlegroups.com.


Re: Ad assets performance using gaql

2023-09-05 Thread Shon Otmazgin
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 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 
"Google Ads API and AdWords 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/19f2bd45-541e-4763-a386-ef2672dd2a62n%40googlegroups.com.