These values will need to be passed into API or Backend calls such as these fields required by Didomi for consent. So what would happen in JS today as such:
window.didomiConfig = {
user: {
country: "US",
region: "CA"
}
}
will need to be passed in URL parameters as such:
https://client.com/consent/{public API key}/loader.js?target_type=notice&target=4QS9p3Qn&country=US®ion=CA
(https://developers.didomi.io/api-and-platform/domains/reverse-proxy/self-hosting)
These values will need to be passed into API or Backend calls such as these fields required by Didomi for consent. So what would happen in JS today as such:
window.didomiConfig = {
user: {
country: "US",
region: "CA"
}
}
will need to be passed in URL parameters as such:
https://client.com/consent/{public API key}/loader.js?target_type=notice&target=4QS9p3Qn&country=US®ion=CA
(https://developers.didomi.io/api-and-platform/domains/reverse-proxy/self-hosting)