Hi Roberto,
Thanks for reaching out. Special characters have been a known difficulty with regard to managing Google Ads entities via scripts. I would suggest to rename or change those entities that have special characters to avoid the issue that you are encountering.
On the other hand, I can reach out to the rest of the team and communicate a feature request on your behalf for the possibility of supporting the special characters that you are having issues with. Kindly provide the specific special characters if you would like me to proceed, but please note that there is no guarantee that this will be supported anytime soon in the Google Ads Scripts.
Thanks,
|
||||||
|
||||||
Hi Roberto,
Greetings! With regards to the issue with special characters, our team has found out that your script (e.g. the script named "JP - Complete Tracking Template" in Versace JP's account) uses a third party script to set the tracking template URLs.
The third party script in question uses the JavaScript's "escape" function to make strings URL friendly, but that function does not handle unicode characters correctly. The "escape()" function has been deprecated for a while now. Changing all uses of the "escape()" function with the "encodeURIComponent()" function should fix the issue you are encountering.
Let me know how it goes.
Thanks,
|
||||||