Audience Provider Quick Stats
Overview
The Audience Provider Quick Stat dataset provides overall detection counts across all of the different Audience Providers that are defined within Sincera. This dataset provides the underlying data that power the “Audience” cards (with trends) on the main Sincera console.
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 Audience Provider.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | unique identifier that applies to a given audience_provider_quick_stat |
| audience_provider_id | integer | foreign-key identifier of the the Audience Provider a given quick stat is associated with. |
| date | date | date the quick stat aggregation is associated with. Note that there will only be one entry per unique date x audience_provider_id. |
| module_count | integer | aggregated count of the amount of times a given audience_provider was detected within a header bidding wrapper. |
| direct_count | integer | aggregated count of the amount of times an audience_provider has been detected directly on a publisher page, either via javascript API or network traffic. |
| total_count | integer | Total count of detections for a given audience_provider. Note this will not be a straight sum of direct_count + total_count, as the platform will de-duplicate scenarios whereby a publisher has implemented an audience_provider both directly and indirectly. |
| created_at | datetime | Date the audience_provider_quick_stat was explicitly created. |
| updated_at | datetime | The last time the audience_provider_quick_stat was modified. |