Has anyone ever experienced this concern with their IT department when creating a CNAME?
Allowing Marketo to host info.company.com would allow Marketo access to cookies defined at *.company.com – this includes customer and employee data. Is it possible to add a level of indirection to prevent the cookie access and add transparency? E.g. Use info.mkto.company.com – this would signal to our more security-conscious customers that these are subdomains controlled by a third party, and also limit Marketo’s access to cookies to only those in the *.mkto.company.com subdomain.
Thanks
Adam
Solved! Go to Solution.
Allowing Marketo to host info.company.com would allow Marketo access to cookies defined at *.company.com – this includes customer and employee data.
Is it possible to add a level of indirection to prevent the cookie access and add transparency? E.g. Use info.mkto.company.com – this would signal to our more security-conscious customers that these are subdomains controlled by a third party, and also limit Marketo’s access to cookies to only those in the *.mkto.company.com subdomain.
Sure, if you don't care about automatically tracking people's click path after they click a link to go from mkto.company.com to www.company.com, you can lock Munchkin to only track on .mkto.company.com.
But:
It is possible to keep the domains separate but still track across domains, using code that varies from the simple to the dizzyingly complex depending on your environment. It's something we love to do, but we always establish that there is an unambiguous, compelling need for the setup first (typically that unambiguous need is when someone must have both company.<one TLD> and company.<another TLD> in production).
Hi Adam,
IMHO, the security concern may come from the fact that you are putting JS code on you pages as well, in the first place
AFAIK, The CNAME does not tell at what domain level the cookie should be placed. it just tell how the landing pages URL will be set.
If order to change the level at which Marketo cookie will be set, you may want to change the domainlevel parameter. See Effect and usage of the domainlevel munchkin Initialization Parameter
-Greg
Allowing Marketo to host info.company.com would allow Marketo access to cookies defined at *.company.com – this includes customer and employee data.
Is it possible to add a level of indirection to prevent the cookie access and add transparency? E.g. Use info.mkto.company.com – this would signal to our more security-conscious customers that these are subdomains controlled by a third party, and also limit Marketo’s access to cookies to only those in the *.mkto.company.com subdomain.
Sure, if you don't care about automatically tracking people's click path after they click a link to go from mkto.company.com to www.company.com, you can lock Munchkin to only track on .mkto.company.com.
But:
It is possible to keep the domains separate but still track across domains, using code that varies from the simple to the dizzyingly complex depending on your environment. It's something we love to do, but we always establish that there is an unambiguous, compelling need for the setup first (typically that unambiguous need is when someone must have both company.<one TLD> and company.<another TLD> in production).
Thank you Sanford, that's what I needed to know.
Cool, if you could mark as Correct Answer that would help later searches.