Hello guys,

I've been struggling for more than 1 week to retrieve the "cost per 
conversion" metrics from my campaigns. I don't know why, but when I use 
this metric with "segments.conversion_action_name", the 
"metrics.all_conversions_value" always returns 0.

Here is my query:
"
    SELECT 
        segments.date,
        campaign.id,
        segments.conversion_action_name,
        metrics.all_conversions,
        metrics.all_conversions_value
    FROM campaign
    WHERE segments.date BETWEEN 20240101 AND {current_date}
    ORDER BY segments.date ASC
"
I would like to know if I'm doing something wrong or if there is another 
metric that I can use to extract the cost per conversion from my 
campaigns.  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/71bf6db9-8987-4203-b936-349d2549fa6fn%40googlegroups.com.

Reply via email to