Create Your Taboola Pixel base code in Backstage and an event code for each Conversion you would like to track.
Note: URL-based conversions do not work in DCM–you must create an event code.
Log in to DCM and click on Advertisers on the top menu
Choose the right advertiser and then, go to Floodlight activities as shown below
Choose the right floodlight activities in the list.
Note: Client should have already defined the activities. If they are tracking multiple conversion points, they will have different activities for each conversion point, which requires different event snippet from Taboola
Scroll down and find Dynamic tags
Click on New tag of Default tags
Name the tag and place the Taboola Pixel code
Note: Both base code and event code snippet should be implemented together in the container. The base code come before the event code as per below (be sure to replace placeholder XXXXXXX with your ID code):
<!-- Taboola Pixel Code -->
<script type='text/javascript'>
window._tfa = window._tfa || [];
window._tfa.push({notify: 'event', name: 'page_view', id: XXXXXXX});
!function (t, f, a, x) {
if (!document.getElementById(x)) {
t.async = 1;t.src = a;t.id=x;f.parentNode.insertBefore(t, f);
}
}(document.createElement('script'),
document.getElementsByTagName('script')[0],
'//cdn.taboola.com/libtrc/unip/XXXXXXX/tfa.js',
'tb_tfa_script');
</script>
<noscript>
<img src='//trc.taboola.com/XXXXXXX/log/3/unip?en=page_view'
width='0' height='0' style='display:none'/>
</noscript>
<!-- End of Taboola Pixel Code -->
<!-- Taboola Pixel Code -->
<script>
_tfa.push({notify: 'event', name: 'event_name', id: XXXXXXX});
</script>
<noscript>
<img src='//trc.taboola.com/XXXXXXX/log/3/unip?en=event_name'
width='0' height='0' style='display:none'/>
</noscript>
<!-- End of Taboola Pixel Code →
Save the setting
You're ready to start tracking these Conversions in Backstage!
Updated over a month ago