Enzuzo Enterprise Consent Analytics allows you to gather deeper insights into your cookie banner's traffic. Available only on our Enterprise plan, this feature makes data from your CMP accessible in BigQuery, which can be connected to Looker Studio or other data visualization platforms. Your data is organized for you by domain, which enables fine-grained exploration of your banner's consent patterns.
The following is a description of the available fields in the BigQuery data:
Field name | Description |
| Unique identifier for each incoming event. |
| Time the event was sent from the cookie banner. |
| The type of the event - see below for more details. |
| The IP address of the event - not available for privacy reasons. |
| The user agent of the browser that sent the event (more info) |
| The country the event was sent from. |
| The region (state/province, etc.) the event was sent from. |
| The city the event was sent from. |
| The hostname of the page the event was sent from. (e.g., |
| The URL of the page the event was sent from. (e.g. |
| The language of the page the event was sent from (e.g. |
| The previous page the event's user came from (more info). |
| The screen size of the user that sent the event (e.g. |
| The title of the page the event was sent from. |
| Whether analytics was consented to when the event was sent. |
| Whether marketing was consented to when the event was sent. |
| Whether functional was consented to when the event was sent. |
| Whether preferences was consented to when the event was sent. |
| Miscellaneous parameters for each kind of event. |
| The value of the user's Do Not Track setting. |
| A unique identifier of the user's browser. Computed from the IP, location, screen, user agent and DNT fields. |
| The domain of the Enzuzo account this event was sent to. |
| (Coming soon) A user-specified tag provided when banner settings are saved. |
Event Types
accept/decline
: The user pressed accept/decline on the cookie banner.accept-all/decline-all
: The user pressed accept all/decline all in the cookie manager modal.accept-selected
: The user pressed accept selected in the cookie manager modal.close-cm/close-banner
: The user closed the cookie manager or cookie banner.page-view
: The banner was shown to the user. This does not trigger if the banner is not shown (e.g. the user has already consented or the banner is set to "Don't Show" for their region.)
Unique Visitors
To estimate unique visitors, the browser_signature
field can be used. This field is calculated from the user's IP and other unique browser details, making it a good approximation of a unique browser identifier. The number of unique values of browser_signature
over a given period can be used to estimate your number of unique visitors during that period.