How to get reports about Conversion Actions not being included in Conversions

43 views
Skip to first unread message

Peter Orchroch

unread,
Sep 25, 2020, 7:38:17 AM9/25/20
to AdWords API and Google Ads API Forum
Hello,

I am using the Google Ads API to fetch information about the amount and value of Conversions each of my Conversion Actions recieves.

For this, I am currently fetching an Account Performance Report (I don't know if that is the best report to use?) with the parameters "Conversions", "ConversionValue" and "ConversionTypeName".

Unforunately, with this I only seem to get reports about the top-most Conversion Action:

sdbaskjbdkahnsdhk.png

Testing the API on other accounts, it seems like I only get reports about Conversion Actions where I activated "Include in "Conversions"".

Is there a way I can get this report about the other conversion actions, that don't have that option enabled?

Google Ads API Forum Advisor Prod

unread,
Sep 25, 2020, 3:05:13 PM9/25/20
to fastt...@gmail.com, adwor...@googlegroups.com
Hi Peter,

Unfortunately, AdWords API doesn't have a report aggregated at the conversion level. However, you can use Google Ads API and run a report on the conversion_action level.

Regards,
Anthony
Google Ads API Team

Google Logo
Anthony
Google Ads API Team
 


ref:_00D1U1174p._5004Q25Wq8x:ref

Peter Orchroch

unread,
Sep 29, 2020, 11:01:47 AM9/29/20
to AdWords API and Google Ads API Forum
Thank you for your information.

I can now get information about the individual Conversion Actions using a query like "SELECT conversion_action.name FROM conversion_action", but how can I get the values each of those conversion collected? For example, I want to know the amount and value of each conversion action in the last 7 days.

Peter Orchroch

unread,
Sep 29, 2020, 11:48:30 AM9/29/20
to AdWords API and Google Ads API Forum
Update: It looks like I finally got the data using the following query:

SELECT campaign.name, metrics.all_conversions, metrics.all_conversions_value, segments.conversion_action_name FROM campaign WHERE segments.conversion_action_name != ''

Reply all
Reply to author
Forward
0 new messages