github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_nanointeractive.go (about) 1 package openrtb_ext 2 3 // ExtImpNanoInteractive defines the contract for bidrequest.imp[i].ext.prebid.bidder.nanointeractive 4 type ExtImpNanoInteractive struct { 5 Pid string `json:"pid"` 6 Nq []string `json:"nq,omitempty"` 7 Category string `json:"category,omitempty"` 8 SubId string `json:"subId,omitempty"` 9 Ref string `json:"ref,omitempty"` 10 }