Skip to main content
Skip table of contents

My site is now using HTTPS, should I modify anything in the tag?

To measure HTTPS pages, it is necessary to modify the tagging to use a secure collection server.

For SmartTag

In the Tag Composer application, check the box "Secure mode" before downloading your custom smarttag.js file.

You can also modify the value of the property secure (from false to true) within the tag configuration as follows:

CODE
var ATTag = new ATInternet.Tracker.Tag({
 log: 'xxx',
 logSSL: 'xxx',
 secure: true,
 site: xxxxxx,
 domain: 'xiti.com'
 });

For xtcore (deprecated)

Go to Analyzer NX under Tools > Tags > Tag code (deprecated). You can then click on the lock at the right of the tab and retrieve the value of the parameter xtsd. Replace then the former value of this parameter by this new one in your tag.

In both cases, make sure to call the JS-file using the HTTPS protocol as well.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.