Hi, I'm trying to retrieve reporting data for assets in PERFORMANCE_MAX 
campaigns using campaign_aggregate_asset_view.

When i run query

```
SELECT
metrics.asset_best_performance_cost_percentage,
metrics.asset_good_performance_cost_percentage,
metrics.asset_learning_performance_cost_percentage,
metrics.asset_low_performance_cost_percentage,
metrics.asset_unrated_performance_cost_percentage
FROM campaign_aggregate_asset_view
WHERE campaign.advertising_channel_type = "PERFORMANCE_MAX"​
```

It give me `FaultMessage: The error code is not in this version.` (I tried 
all latest versions)

When I run query

```
SELECT
metrics.asset_best_performance_cost_percentage,
metrics.asset_good_performance_cost_percentage,
metrics.asset_learning_performance_cost_percentage,
metrics.asset_low_performance_cost_percentage,
metrics.asset_unrated_performance_cost_percentage
FROM campaign_aggregate_asset_view
```

It does not return requested metrics (only conversions)

I need help to get similar 
to https://ads.google.com/aw/assetreport/performance reporting data

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/72e33ec3-1587-41c3-b4c0-7213faec6a49n%40googlegroups.com.
  • Se... Ziabletsev Sergei
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to