Publisher Compliance Quick Stats
Overview
The Compliance Quick Stats use Consent Traces as source data and generate small aggregations that are helpful when comparing ad tech behaviors across the three primary Sincera Consent States: pre_accept, reject_all, and accept_all.
Dataset
| Field | Type | Description |
|---|---|---|
| publisher_id | integer | Unique identifier for the publisher. |
| date | date | The date associated with the record. |
| ccpa_false_in_ca | string | Indicates if CCPA does not apply in California. |
| undeclared_partner_traffic | integer | Traffic from partners that is not declared. |
| tcf_cmp_found | boolean | Indicates if a TCF CMP was found on the publisher. |
| tcf_version | string | Version of the TCF implemented. |
| modal_size_of_viewport | float | Size of the modal relative to the viewport. |
| accept_btn_size_of_modal | float | Size of the accept button within the modal. |
| reject_btn_size_of_modal | float | Size of the reject button within the modal. |
| reject_all_is_present | boolean | Indicates if a ‘reject all’ option is present on the CMP Modal. |
| modal_is_suppressed | boolean | Indicates if the modal is suppressed and not shown - a negative characteristic. |
| privacy_policy_found | boolean | Indicates if a privacy policy was found within the CMP Modal. |
| mention_pii_purpose | boolean | Indicates if PII purposes are mentioned. |
| mention_gdpr_compliance | boolean | Indicates if GDPR compliance is mentioned. |
| mention_cross_border_xfr | boolean | Indicates if cross-border transfers are mentioned. |
| mention_ccpa_sold_info_categories | boolean | Indicates if CCPA sold information categories are mentioned. |
| addtl_consent_set_early | boolean | Indicates if additional consent within Google was set early. Highly suspicious if this is true. |
| explicit_consent_set_early | boolean | Indicates if explicit consent was passed down to ad tech providers before the user submits consent. |
| restricted_activity | jsonb | JSONB data related to restricted activities. |
| unrestricted_activity | jsonb | JSONB data related to unrestricted activities. |
| displays_prompt | boolean | Indicates if a prompt is displayed. |
| gdpr_applies_false_in_eu | boolean | Indicates if GDPR is falsely declared inapplicable in the EU. |
| settings_is_present | boolean | Indicates if a settings option are present on the CMP modal. |
| uses_no_consent_wrapper | boolean | Indicates if no consent wrapper is used by the publisher. |
| created_at | datetime | Timestamp when the record was created. |
| updated_at | datetime | Timestamp when the record was last updated. |