Skip to content

As publisher I would like to pass geo information to Didomi #85

Description

@aram356

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&region=CA

(https://developers.didomi.io/api-and-platform/domains/reverse-proxy/self-hosting)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions