Const
This event is fired when the user has consent and services are executed (but in document.readyState === "interactive" state).
document.readyState === "interactive"
For non-interactive state use the opt-in and opt-out events.
opt-in
opt-out
This event is fired when the user has consent and services are executed (but in
document.readyState === "interactive"
state).For non-interactive state use the
opt-in
andopt-out
events.