How to set the tracking consent on the subdomain, not on the domain itself.
Example:
Let’s say we have the following 4 subdomains, If we give the consent on it.domain.com, the cookies are correctly released on that subdomain. However, the cookies are released on the en.domain.com subdomain. So my question is: is it possible to limit the tracking consent on the subdomain not on the entire domain (domain.com)?
Subdomain:
it.domain.com
en.domain.com
fr.domain.com
de.domain.com
JS command:
window.Shopify.customerPrivacy.setTrackingConsent(true, function () {})