To enable enhanced match, modify the Pinterest tag base code to include the em parameter in the pintrk() load function. You do not have to modify any of your event codes. The JavaScript base code becomes: <script type=”text/javascript”> !function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version=”3.0″;var t=document.createElement(“script”);t.async=!0,t.src=e;var r=document.getElementsByTagName(“script”)[0];r.parentNode.insertBefore(t,r)}}(“https://s.pinimg.com/ct/core.js”); pintrk(‘load’,'<YOUR_TAG_ID>’, { em: ‘<EMAIL_ADDRESS>’, }); pintrk(‘page’); </script> Replace YOUR_TAG_ID and EMAIL_ADDRESS with your… Continue reading Enable enhanced match in the JavaScript part of the tag for the Pinterest
Tag: api conversion
Meta Pixel Integration: Function for sending events
“Meta pixel integration” refers to the process of integrating and utilizing the Meta Pixel (formerly known as Facebook Pixel) with other platforms or websites outside of Meta’s (Facebook’s) ecosystem. The Meta Pixel tracks various user interactions on a website or app, such as page views, clicks on specific elements, form submissions, and purchases. This data… Continue reading Meta Pixel Integration: Function for sending events
Tick Tok API Conversion: Function For Sending Events
The below function can be used for sending the events to the TikTok pixel ad account for the conversion tracking sendEventData: function (data) { try { var token = Configuration.get(‘TicktokPixel.Token’); … Continue reading Tick Tok API Conversion: Function For Sending Events