...
Code Block |
---|
EventData = {
category: 'AdConsent',
action: '',
label: '',
value: '',
nonInteraction: true
}COPY |
EventData.action
The consent region of this event:
...
The function must be called before AdConsent start
, i.e. in the stub. Calls after AdConsent is started will be ignored.
GDRP analytic event flow
...
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CCPA analytic event flow
Note that GuiShow
can happen multiple times before a user decides to submit consent settings triggering GuiSubmit
. This means that GuiShow
in the CCPA region should not be used to measure the acceptance rate.
Code Block |
---|
User visits pageConsent given?Full consent?FullConsentNoConsentGooglePurposeOneMissingFullConsentClick privacy linkGuiShowPage action?GuiSubmityesnoyesnoyesno |
Insert new CCPA analytic flowchart
No privacy region analytic event flow
Code Block |
---|
User visits pageFullConsent |
Insert no GDPR region flowchart
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
No privacy region analytic event flow
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples
Google Analytics with automatic API detection
...