Quick update for anyone looking for this in the future - the  Asset 
Reporting 
<https://support.google.com/google-ads/answer/10725056?hl=en&ref_topic=10631992>
 for 
Performance Max can be replicated by pulling from the "asset_group_asset" 
resource.  The specific "performance" field from that report is " 
asset_group_asset.performance_label " My GAQL query pulls a few other 
interesting fields and looks like this:

SELECT
    
        customer.id,
        customer.descriptive_name,
        campaign.name,
        asset_group_asset.field_type,
        asset.name,
        asset_group.name,
        asset.call_to_action_asset.call_to_action,
        asset.type,
        asset.text_asset.text,
        asset.image_asset.full_size.url,
        asset.youtube_video_asset.youtube_video_id,
        asset_group_asset.performance_label
        
FROM asset_group_asset
    WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX'



On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote:

> Hi Jeff,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I can confirm that it will return similar reports. If you are not getting 
> similar report, can you please provide full screen screenshot of the UI of 
> what you are looking for? so that i can further investigate the issue. Let 
> me know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2atY7e:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d3ba1bd-8f30-4e58-b2fd-330879d4e052n%40googlegroups.com.

Reply via email to