Detailed Edgee Consent Status guide
After setting up your preferred consent management method (either through the Edgee SDK or Consent Mapping Components), you need to understand how Edgee interprets and applies different consent statuses. This guide explains the three possible consent statuses and how they affect data collection and anonymization in your components.
There are three possible consent statuses:
pending
: Initial status when user hasn’t made a choice yetdenied
: User has explicitly denied consentgranted
: User has explicitly granted consentIf no consent is explicitly set:
pending
Go to your project > Components > Your component, then configure the default consent status.
The consent status affects how Edgee handles user data:
When consent is granted
:
When consent is pending
or denied
:
Anonymization
button in the component configuration.Each component can have different behavior based on the consent status. Some components will simply do nothing with it,
and some will adapt their rules.
For example, the Piano Analytics component will activate an “exempt” mode when consent is denied or pending.
Google Analytics will change some of its query parameters (for example, npa
to 1
and gcs
to G101
) when consent is denied or pending.
To know more about how each component works with consent status, please refer to each component’s documentation.