Funnel Spans 2 Domains - Cookies and s.linkInternalFilters set up
Hello there and thanks in advance...
I have a site, mysite.com, where users go to log in to their account. That login/authentication page is hosted on https://login.myothersite.com. After the user logs in they return to mysite.com.
Both sites are using the same report suite and SiteCatalyst 3rd-party cookie domain (d2.sc.omtrdc.net) however mysite.com is using s_code H.26 with:
s.trackExternalLinks=true;
s.linkInternalFilters="javascript:,mysite,mysite.com,mysite.custhelp.com";
AND login.myothersite.com is using H.24.4 with:
s.trackExternalLinks = false;
s.linkInternalFilters="javascript:,login.myothersite.com,mysite.com/register,mysite.net/register";
Here are my questions:
1. In order for this cross-site login funnel to work I have to change:
- mysite.com's s_code file's s.linkInternalFilters to include login.myothersite.com
- myothersite.com's s_code file's s.trackExternalLinks = true; and remove the /register from the mysite.com and mysite.net entries in s.linkInternalFilters, (/register is no longer in existence)
Is that correct? Is there anything special that needs to be set since login.myothersite.com is on a secure server (https://login.myothersite.com)?
2. I know there is the Internal Filters area in the Admin > General area of the UI. I still want to see if users exit mysite.com and go to myothersite.com and vice-versa (I want to see myothersite.com users exit to mysite.com). I would not add entries to this, correct?
3. We are experiencing intermittent passing of the https://login.myothersite.com's eVars to the report suite. These eVars are passed in a Manual Link Click. This **could** be caused by a number of internal reasons (the eVars pull a value from a database and the value might not be pulled in time for the call to SiteCatalyst - they do not have a "check" or delay for this) but for SiteCatalyst troubleshooting is there anything else that should be looked at? Is there anything that could possibly be happening with the 3rd party cookie since the value is set on one domain and passed to the other?
My thought is this...I recognize that there are 2 different versions of the s_code.js here and H.26 fixes an issue with Manual Link tracking in WebKit browsers (Safari , Chrome and Firefox) - could that be contributing to the issue? When I create a segment where my Custom Link has a null value for the expected eVar I am seeing a great deal of WebKit browsers. Also, I believe H.25 contains a new s_vi method for those users that block 3rd party cookies.
I know this is a super long post. Even if you can contribute insight to one of my issues it would be wonderful!
Thanks again.