Privacy Quick Stats
Overview
Privacy Quick Stats Stats contain aggregations of Privacy Sandbox metadata for all participating ad systems. This dataset is best used to capture daily snapshots (and aggregated trends) of overall adoption, publisher coverage, and Privacy Sandbox component usage.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Identifier for the quick stat object, which is a daily collection of metadata. |
| adsystem_id | integer | (ad) system that the record is associated to, joinable to the ad_systems table. |
| date | datetime | Date when the quick stat was created. |
| api_type | integer | Enum referring to the Privacy Sandbox component being calculated: 0: Topics API 1: Protected Audience API 2: Ad Auction |
| call_count | integer | Number of API calls made for the given ad system and API type. |
| publisher_count | integer | Count of distinct publishers where these calls have occurred. |
| created_at | datetime | Date when the quick stat was added to the Sincera platform. |
| updated_at | datetime | Date when the quick stat was last updated by the Sincera platform. |