Verify Installed Version
There are two methods to verify that you correctly installed the Lytics JavaScript tag.
Automated
The simplest method is to use the verification checker within the Lytics web app. Simply visit your tag installation instructions and in the top right you will find an installation checker. Be sure to visit your site after installing the tag as this checker requires data to be fully collected and may take a few minutes to verify.
Manual
A basic check can be done using your preferred browser's JavaScript developer console. Consult your browser's documentation for access. Once you have enabled the JavaScript console, use the following command to return the installed tag version. If a version number is successfully returned, the Lytics tag has been installed correctly and has begun collecting visitor data.
jstag.config.version;