This is for www.obol.co/landing
Hello, I am trying to add code provided by Taboola for tracking clicks on an image (Amazon logo) which also links to an Amazon page. The Taboola pixel is installed on the page.
The code provided to track conversions:
export function image1_click(event) {
<
script >
_tfa.push({ notify: ‘event’, name: ‘Amazon’, id: 1186605 }); <
/script> <
noscript >
<
img src = ‘//trc.taboola.com/1186605/log/3/unip?en=Amazon’
width = ‘0’
height = ‘0’
style = ‘display:none’ / >
<
/noscript>
}
What you are trying to do doesn’t work if you just try adding it into Wix Code on the page or site tabs.
https://help.taboola.com/hc/en-us/articles/360003469854-Taboola-Pixel-Overview
As clearly shown on Taboola’s own help guide, you need to either:
1 - insert your given code above into a html iframe on your page where you want it displayed;
https://support.wix.com/en/article/adding-html-code
2 - make a new tool in your tracking and analytics section and make sure that the code is in the head section.
https://support.wix.com/en/article/about-tracking-tools-analytics
https://support.wix.com/en/article/embedding-custom-code-to-your-site