How to retrieve conversion_id and conversion_label
42 views
Skip to first unread message
Bennett Dungan
unread,
May 9, 2018, 8:57:06 AM5/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Newbie dev here, is there a function for grabbing the conversion_id and conversion_label from an adwords account? Trying to auto-apply these settings to create JSON files for easy upload to the GTM.
Thanks!
Teja Makani
unread,
May 9, 2018, 3:53:42 PM5/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hello Bennett,
Welcome to AdWords!
To get the conversion id and conversion name using the AdWords API Services, you could use ConversionTrackerService.get() and look for the attributes Id and name. We don't have a sample for this specific scenario. However our code samples in various languages can be found here. Please let me know if you have any further questions.