Hello,

I am trying to retrieve the number of conversions in a campaign from a 
specific conversion action in the Google API v1.0.0 however I am getting an 
*INVALID_ARGUMENT* error. Here is my query:

SELECT metrics.all_conversions
FROM campaign
WHERE campaign.name = 'My Campaign Name' AND 
segments.conversion_action_name = 'My Conversion Action'

How can I get this working?

I can confirm that the following will get me the all conversions column but 
it's missing the breakdown by conversion action name:

SELECT metrics.all_conversions
FROM campaign
WHERE campaign.name = 'My Campaign Name' 

Thank you,
John

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a9816fcb-1868-449a-aa6f-56998abc68ff%40googlegroups.com.
  • Retrieve All Conv... 'John Zupancic' via AdWords API and Google Ads API Forum

Reply via email to