- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
10-27-2016 06:20 AM
Our default SC tag goes to our 1st party Omniture servers. We are trying to clone the data to a 2nd instance routing to a cloud server of our own.
On the default page load tags, each tag is going to the correct domain - it seems to work at that point. But whenever a View or Link event fires in the page, it looks like our default SC tag's 1st party domains are getting overwritten with the trackingServer and trackingServerSecure assignment (via mapping in the 2nd tag) and both tag copies are being sent to the overwritten Server names.
Q) Is there an optoin to alter the 2nd, Cloud SC tag template, and hardcode 'domain' to the trackingServer/trackingServerSecure? Are their two distinct copies of the SC template?
thanks
12-02-2016 10:20 AM - edited 12-02-2016 10:43 AM
Hi @john_mooney,
It seems like there's an issue with how that SiteCat library handles subsequent calls with multiple servers, as I tried it in the AppMeasurement for JS tag and it works as expected. I'll continue looking into it for a permanent fix, but to answer your question:
Yes, there are mutiple individual templates per tag, they are identified by the UID on the right side of the tag list. You can see the templates themselves by going up to the top right of TiQ, clicking on your email and selecting "Manage Templates".
As a quick solution, you could go into the 2nd SiteCat template and around line 298 should be the start of the send function:
u.send=function(a,b,c,d,e,f,g,h,ev){
Beneath this line, you can add:
u.o.trackingServer = "otherEndpoint.net";
u.o.trackingServerSecure = "otherEndpoint.net";
This will force the 2nd template to always use the other endpoint.
Let me know if you have any other questions,
Do
Copyright All Rights Reserved © 2008-2023