Visit count spikes when using s.tl for campaign tracking
Our company uses a service called Evergage for personalization and A/B Testing, and I'm trying to track our campaigns through SiteCatalyst. When I do, our visit count spikes.
Evergage works by running scripts from their domain on our page. I'm running s.tl code in those scripts to fire eVars to track which campaigns the visitor is participating in. The script looks like this:
<script>
s.eVar40="[value]";
s.eVar41="[value]";
s.linkTrackVars="eVar40,eVar41";
s.linkTrackEvents = "None";
s.tl(true,"o","EvergageIndustry");
</script>
Any time this script is running, our visit and unique visitor counts go through the roof. The extra visits come in under Typed/Bookmarked. Page Views aren't affected.
My best guess is that this is happening because the s.tl code is firing from a third-party domain, but I don't know that for sure.
I need help to understand why this is happening and what I can do to fix it.
