Hi

I need to get costs of my max perfomance campaings per asset group

This query return me the assets groups for each campaign and now i need to 
get costs of asset_group.id


SELECT 
        customer.id, 
        customer.descriptive_name, 
        campaign.id, 
        campaign.name, 
        asset_group.id, 
        asset_group.name, 
        asset_group.resource_name, 
        asset_group_asset.resource_name, 
        asset_group_asset.status, 
        asset.name
        FROM 
            asset_group_asset 
        WHERE 
        campaign.advertising_channel_type="PERFORMANCE_MAX"'


How can i merge with metrics.costs?

Thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1e43d6b2-4e26-429d-b1b7-c498918967b8n%40googlegroups.com.

Reply via email to