Blog Post
Super Properties and subdomains
Last edited: Aug 29, 2022
Published: Apr 22, 2010
Mixpanel Team
Today we rolled out an update to the Javascript library (located at
http://api.mixpanel.com/site_media/js/api/mixpanel.js) that will ensure that
the Super Properties cookie is valid across all subdomains of your website.
Previously, different subdomains would have their own super properties cookie,
and values you set on one domain wouldn’t be included in the others.
You still have the option to track subdomains separately though; take a look
at mpmetrics.set_config() in the documentation here:
https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.set_config to learn how it works.