Google user
Original Poster
Apr 7, 2021

Where can I find Conversion Action ID for Google Ads API (Upload Offline Conversion)

I'm trying to send Offline Conversion with Google Ads API: 

I need conversionActionId, I know where can I find conversion id and conversion action label, but there is no info how to get conversion action id. I suppose it is something different than conversion id, because you can have multiple offline conversion for same conversion id (with different conversion label).

Do you know how to get the conversion action id?
Locked
Informational notification.
This question is locked and replying has been disabled.
Community content may not be verified or up-to-date. Learn more.
Recommended Answer
Google user
Original Poster
Apr 7, 2021
Thank you for your answer! However ConversionActionService needs conversion action id to get info about ConversionAction so it's not useful in that case. 

Finally I solved it with query to get id by conversion action name (similar to: https://developers.google.com/google-ads/api/docs/reporting/example):

SELECT conversion_action.id FROM conversion_action WHERE conversion_action.name = 'conversion action name';

By the way, I found out that conversionActionId can be found also in Google Ads panel. When you go to conversion action details, in URL there is parameter "ctId=123456789" which represent conversion action id.
Last edited Apr 7, 2021
Platinum Product Expert Maczkó István recommended this
Helpful?
All Replies (3)
Google user
Original Poster
Recommended Answer
Apr 7, 2021
Thank you for your answer! However ConversionActionService needs conversion action id to get info about ConversionAction so it's not useful in that case. 

Finally I solved it with query to get id by conversion action name (similar to: https://developers.google.com/google-ads/api/docs/reporting/example):

SELECT conversion_action.id FROM conversion_action WHERE conversion_action.name = 'conversion action name';

By the way, I found out that conversionActionId can be found also in Google Ads panel. When you go to conversion action details, in URL there is parameter "ctId=123456789" which represent conversion action id.
Last edited Apr 7, 2021
Platinum Product Expert Maczkó István recommended this
Apr 9, 2021
Hi
 
Thanks for sharing your findings!
 
István
false
15116966778472962755
true
Search Help Center
true
true
true
true
true
73067
false
false
false
Search
Clear search
Close search
Main menu