XF 2.0 Tracking Pixel For Registrations

KindaBleh

Member
Hello!
I am new to Xenforo but very excited to get started :)

Could someone please help me insert a tracking pixel into the header of my Registration Complete template?
I searched the forum and found this solution posted in the past:
Code:
<xen:container var="$head.tracker">Your code here</xen:container>

But it was written for Xenforo 1.5, and I'm using 2.0 and not sure if it still applies.

Thanks!
 
If you want it on every page it’s best in the helper_js_global template inside one of the macros there.

The header one is for the header, the body one is in the footer depending on where it needs to be loaded. If it relies on jQuery then its best in the body macro.

You’d need to include all of the relevant code given to you by the provider.
 
Top Bottom