CookieTractor is the user friendly cookie consent solution. This plugin brings the most important information from our dashboard into the Umbraco backoffice.
Signup on www.cookietractor.com and reach out to [email protected] to get your API key.
Supported Umbraco-versions:
Umbraco 9+
Use any of the package-versions starting with 9.
Configure your Api-key in appsettings.json:
"CookieTractor" : {
"ApiKey" : "xxxxxxxxx"
},
Umbraco 8
Use any of the package-versions starting with 8.
Configure your Api-key in web.config:
<add key="CookieTractor:ApiKey" value="xxxxxxx" />