Check if a conversion tracker already exists in Adwords account -C#
15 views
Skip to first unread message
Shafeena Kabir
unread,
Jan 10, 2018, 10:22:17 PM1/10/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 Forum
Hi,
Could you please help me on how to programmatically check if a conversion tracker already exists in Ad words account , using C#.
Many thanks,
Shafeena
Nikita Sawant
unread,
Jan 11, 2018, 2:01:47 AM1/11/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 Forum
Hi Team,
Could you please guide on how to check whether a conversion tracker already exists in Ad words account, programmatically using C#?
Many thanks,
Shafeena
Vincent Racaza (AdWords API Team)
unread,
Jan 11, 2018, 2:33:48 AM1/11/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 Forum
Hi Shafeena,
You can use the ConversionTrackerService.get() to get a list of all conversion trackers in your account. You can also filter by name if you are getting a specific conversion tracker. There is no specific example for this in C# client library, however you can just refer to a simple get campaigns example and change the service and selectors to use.