How do I check if my UTM Tracking setup is correct?
-
Right-click on your website and click Inspect.
-
Navigate to Console and type:
ZFLead
- if you have used the Basic Tracking Code.
ZFAdvLead
- if you have used the Advanced Tracking Code.
Note:
ZFLead/ZFAdvLead
is case-sensitive.
-
Press Enter.
If the script is present, you will find it as shown:
If you see an error, ZFLead/ZFAdvLead
is not defined
as shown, re-check your setup and make sure that you have placed the Tracking Code in the footer of all the pages.
Note: Make sure the
top
option is selected in Javascript Context dropdown as shown.