Hi, I am getting an error when adding custom javascript to a page for Everflow tracking. The code I am meant to paste is as below but when I remove the script tags it causes an error of EF not defined. Btw I’ve excluded the < > brackets so the code shows. Please can you help?
script type=“text/javascript”
src=“https://www.se1j982q.com/scripts/sdk/everflow.js”>/script
script type=“text/javascript”
EF.click({
offer_id: EF.urlParameter(‘oid’),
affiliate_id: EF.urlParameter(‘affid’),
sub1: EF.urlParameter(‘sub1’),
sub2: EF.urlParameter(‘sub2’),
sub3: EF.urlParameter(‘sub3’),
sub4: EF.urlParameter(‘sub4’),
sub5: EF.urlParameter(‘sub5’),
uid: EF.urlParameter(‘uid’),
source_id: EF.urlParameter(‘source_id’),
transaction_id: EF.urlParameter(’_ef_transaction_id’),
});
/script