I am trying to get the field conversions_value_per_cost in my campaigns report but it doesn't work.
It seems like it should be available :
A basic query for reproduction :
SELECT
metrics.conversions_value_per_cost
FROM
campaign
Result :
GoogleAdsError {
error_code: [ErrorCode],
message: "Cannot select or filter on the following metrics: 'conversions_value_per_cost'(could not support requested resources: 'CAMPAIGN'), since metric is incompatible with the resource in the FROM clause or other selected segmenting resources."
}
I might be doing something wrong.
Thank you for any insight,