Auth Providers Quick Stats
Overview
The Auth Provider Quick Stat dataset provides overall detection counts across all of the different Auth Providers that are defined within Sincera.
A Quick Stat dataset is essentially an aggregation of events on that particular day - in this case, the running count of publishers using a given Auth Provider.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the auth provider instance scanned on the publisher page. |
| auth_provider_id | integer | Maps to the id primary key in the auth_providers dataset. |
| date | date | Date the quick stat aggregation is associated with. Note that there will only be one entry per unique date x auth_provider_id. |
| publisher_count | integer | aggregated count of the amount of times an auth_provider has been detected directly on a publisher page, either via javascript API or network traffic. |
| 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. |