Publisher Privacy Policies
Overview
This dataset provides metadata indicating a publisher’s policy types for gathering consent on page.
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. |
| 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. |
| url | string | Landing page for publisher’s privacy policy listing. |
| policy_type | integer | Unique id mapping to the policies and policy_apps collections. |
| times_seen | integer | Count of times the given policy configuration has been detected by the Sincera platform for the publisher. |
| policy_text | string | Metadata on the actual text presented to the user when sharing privacy policy. |
| policy_chars | integer | Count of characters making up the privacy policy text. |
| opt_out | boolean | Indicates whether this particular scan resulted in a cookie opt-out. |
| opt_out_links | jsonb | Provides json collection of opt-out links associated with the publisher. |
| mentions | jsonb | Provides json collection of policy provider mentions on page. |