Javascript error Everflow tracking

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

Hey @chungco,

Thanks for reaching out

Integrating or troubleshooting scripts is outside the scope of our theme support. If you have a hard time making it work, I highly suggest using this plugin:

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.