The idea is to allow consent to be provided for a subdomain.
To do this, you simply have to fill in the userCookiesDomain
property in the axeptioSettings
object :
clientId: "xxxxxxxxxxxxxxxxxxxx",
userCookiesDomain: "axeptio.eu"
};
The idea is to allow consent to be provided for a subdomain.
To do this, you simply have to fill in the userCookiesDomain
property in the axeptioSettings
object :
clientId: "xxxxxxxxxxxxxxxxxxxx",
userCookiesDomain: "axeptio.eu"
};