github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_apacdex.go (about)

     1  package openrtb_ext
     2  
     3  type ExtImpApacdex struct {
     4  	PlacementID string  `json:"placementId"`
     5  	SiteID      string  `json:"siteId"`
     6  	FloorPrice  float64 `json:"floorPrice"`
     7  }