Ad Auctions
Overview
This dataset contains auction data from publishers specific to those coming from the Protected Audiences API (formally known as FLEDGE). It is joinable on the publishers, bids, bid_request and pages datasets.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the Fledge auction instance. |
| publisher_id | integer | Maps to the id primary key in the publishers dataset. |
| page_id | integer | Unique identifier for the specific publisher page asset where a Fledge auction is enabled. |
| auction_config | jsonb | Provides JSON readout of the Fledge auction configuration metadata detected (i.e. seller, sellerSignals). |
| times_seen | integer | Count of times a Fledge auction config has been detected by the Sincera platform for the given publisher. |
| 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. |
| last_detected | datetime | The last time the page was scanned by the Sincera platform. |