How do I join names by removing accentuation using the REGex table in GTM?
I use the X-GEO-City resource but the returned value has accents and spaces between one word and another
example: Belo Horizonte, should return: belohorizonte
example2: Unai, should return: unai
can you help me?
I can’t use javascript because there is no server-side option in gtm
This configuration is important for sending city location data to Facebook and the formatting must be like this (without accents, punctuation and with the addition of names)
I can’t use javascript because there is no server-side option in gtm
The easiest way here is to create and use a custom variable on the server container that will do this. You can use JS in the variable (though not all of it).