Publisher Consent Scores
Overview
This dataset provides aggregated metadata indicating a publisher’s compliance with gathering consent on page. This dataset is further aggregated within the publisher_compliance_quick_stats dataset.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the consent profile instance scanned on the publisher page. |
| publisher_id | integer | Maps to the id primary key in the publishers dataset. |
| publisher_compliance_quick_stats_id | integer | Foreign key mapping to the publisher_compliance_quick_stats dataset. |
| consent_score_ruleset_id | integer | Unique ruleset id that tracks the consent score configuration. |
| date | date | Date that the publisher compliance stat applies to. |
| score | string | Indicates the score detected on the date scanned. |
| score_detail | jsonb | Provides detailed scoring criteria that contributed to score field. |
| created_at | datetime | Date when the scan was first generated by the Sincera platform. |
| updated_at | datetime | Date when the scan was last updated by the Sincera platform. |