Publisher PA API Modules
Overview
This table provides a clear view of which bidders are configured for PA API auctions (fka FLEDGE) based on publisher + wrapper configurations.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the quick stat identifier + date. |
| publisher_id | integer | Foreign key from the publishers table, that identifies a given publisher that the absorption score relates to. |
| pbjs_version | string | The declared version of a given header bidding solution. |
| pbjs_name | string | Indicates the name of the Prebid wrapper. |
| paapi_modules | string | Indicates the wrapper modules included specific to PA API. |
| fledge_enabled | boolean | Indicates whether PA API has been configured by the Publisher. |
| configured_bidders | array | Array of SSP Bidders that are configured for PA API access by the Publisher. |
| bidders_present | array | Array of SSP Bidders that are configured within the wrapper. |
| detected_count | integer | Aggregated count of the amount of times that PA API has been detected as configured on a publisher page via available wrapper modules. |
| last_detected | date | The date associated with the record. |
| created_at | datetime | Date the record was created. |
| updated_at | datetime | The last time the record was updated. |