How to turn off external link tracking in SiteCatalyst tag?

Gold Contributor
Gold Contributor
In traditional s_code there are two variables: s.trackDownloadLinks=true s.trackExternalLinks=true How do I set only s.trackExternalLinks=false in Tealium SiteCatalyst tag? There is "auto link tracking" option but I'm not entirely sure what this controls.
4 REPLIES 4

How to turn off external link tracking in SiteCatalyst tag?

Tealium Employee
If you are using the Tealium Link extension, then you need to turn the 'Auto Link Tracking' from ON to OFF. This will disable the external link tracking capability of the SC tag as you require.

How to turn off external link tracking in SiteCatalyst tag?

Gold Contributor
Gold Contributor
Will it also disable the auto download link (pdf, doc, etc) tracking?

How to turn off external link tracking in SiteCatalyst tag?

Employee Emeritus
Hi Tomas, You are right in your assumption, the Auto Link Tracking setting controls both the download and external tracking. If you only want to set the external linking tracking to false, leave that setting to true and do the following: 1. Create a JavaScript code extension 2. Scope it to your SiteCatalyst tag 3. Paste in this: s.trackExternalLinks=false; This also assumes that 's' is the value for yoiur 'S-Object Name' in the SiteCatalyst tag config. If it isn't you'll need to replace it with the correct value. This will override that setting and you should be good to go. If this doesn't work, please contact your Account Manager so we can take a closer look at this.

How to turn off external link tracking in SiteCatalyst tag?

Gold Contributor
Gold Contributor
Thanks. It works.
Public