I am trying to use ad_group_ad_asset_view to get assets report per ad group 
but I can't get any results back from ad_group_ad_asset_view 
<https://developers.google.com/google-ads/api/fields/v2/ad_group_ad_asset_view>.
 
btw I can only query asset by asset 
<https://developers.google.com/google-ads/api/fields/v2/asset>. Could you 
suggest where do I do wrong?
here is my code snippet:

''''
ga_service = client.get_service('GoogleAdsService', version='v2')
                                                                            
                                                                            
                        
    query = ("SELECT ad_group_ad_asset_view.performance_label, asset.id 
FROM ad_group_ad_asset_view")
                                                                            
                                                     
    results = ga_service.search(customer_id, query=query, 
page_size=page_size)
    print('%s' %results)               
    try:                                         
        print('test')                          
        for row in results:                
            print('ID %s' % (row.asset.id))
''''

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26455af2-cbe2-43b4-aa14-8104c4e22fce%40googlegroups.com.
  • ad_group_ad_asset_view not r... 'yc' via AdWords API and Google Ads API Forum

Reply via email to