get costs for each campaign and asset group

92 views
Skip to first unread message

Filipe

unread,
Aug 2, 2023, 12:08:18 PM8/2/23
to Google Ads API and AdWords API Forum
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


Google Ads API Forum Advisor

unread,
Aug 2, 2023, 1:50:23 PM8/2/23
to filipem...@gmail.com, adwor...@googlegroups.com

Hi,

Thank you for reaching out to Google Ads API Forum.

I understand that you need to get the costs of your performance max campaigns per asset group. Kindly note that getting the cost metrics for asset groups is not currently available via the API. However, our team has already submitted a feature request for this and it will be subject for review. All I can say is for now, please keep an eye on our blog and release notes for new releases and updates.

Reference Links:

This message is in relation to case "ref:_00D1U1174p._5004Q2naHqc:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages