How can I set the campaign URL options using Python
80 views
Skip to first unread message
aditigs...@gmail.com
unread,
May 11, 2018, 12:13:15 AM5/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 and Google Ads API Forum
Hi,
In UI of adwords, under settings of the campaign id, there is an option to set Campaign URL options - Custom parameters.
How can I add this using adwords API in Python.
Thanks,
Aditi
Peter Oliquino (AdWords API Team)
unread,
May 11, 2018, 1:57:48 AM5/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 and Google Ads API Forum
Hi Aditi,
You can use the CampaignService to specify the UrlCustomParameters of your Campaigns and you can refer to our Upgraded URLs guide as to how. In the guide, you may choose the Python option in the sample code snippets as reference. I hope this helps.