This is the Custom Html Tag that is in Google Tagmanager:
<script>
_dAutomationGtmAddTimer("mysite.com", "bh2Ry58My0NWFw==", {"cmp1":
visitorContactInfo[0], "cmp2": visitorContactInfo[1], "cart_data":[{"amount":orderFormProducts[quantity],"id":orderFormProducts[sku],"image":"","link":"URL produto","name":orderFormProducts[name],"description":"","unitary_value":orderFormProducts[sellingPrice]}]})
</script>
The second parameter "bh2Ry58My0NWFw=="
, when injected to the DOM by Tagmanger changes to "bh2Ry58My0NWFw\x3d\x3d"
, replacing ==
with \x3d\x3d
.
Please, any idea how to prevent this value from changing?