Hi Dmitriy, Thanks for posting your concern.
Upon taking a closer look at the line of code below, I can see that after the equal sign, you've used double quote - single quote - single quote. This is the possible reason why empty value did not reflected on that field. campaign.tracking_url_template = "'' With this, please try using double quote - double quote instead and let me know how it goes after. If the issue persists or you will encounter any errors, please provide the complete API request and response logs with request via Reply privately to author option. Since it appears that you are using Python client library, you can follow the guide below for enabling the logging the API transactions: Python - https://developers.google.com/google-ads/api/docs/client-libs/python/logging Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2B1Ea3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2CMQK000000000000000000000000000000000000000000000QN5T5O00vg_RznEcS3WWwY4Q491a-g%40sfdc.net.
