github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_rhythmone.go (about) 1 package openrtb_ext 2 3 // ExtImpRhythmone defines the contract for bidrequest.imp[i].ext.prebid.bidder.rhythmone 4 type ExtImpRhythmone struct { 5 PlacementId string `json:"placementId"` 6 Zone string `json:"zone"` 7 Path string `json:"path"` 8 S2S bool 9 }