Don't escape special chars in facebook pixel code values
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
fbq('init', '1669863793235509');
|
||||
fbq('track', 'PageView');
|
||||
<f:if condition="{viewContent.productUid} && {viewContent.nameInternal}">
|
||||
fbq('track', 'ViewContent', { content_ids: [ {viewContent.productUid} ], content_name: '{viewContent.nameInternal}', content_type: 'product' });
|
||||
fbq('track', 'ViewContent', { content_ids: [ {viewContent.productUid} ], content_name: '{viewContent.nameInternal -> f:format.htmlentitiesDecode()}', content_type: 'product' });
|
||||
</f:if>
|
||||
</script>
|
||||
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1669863793235509&ev=PageView&noscript=1"/></noscript>
|
||||
|
||||
Reference in New Issue
Block a user