github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_adprime.go (about) 1 package openrtb_ext 2 3 // ExtImpAdprime defines adprime specifiec param 4 type ExtImpAdprime struct { 5 TagID string `json:"TagID"` 6 Keywords []string `json:"keywords"` 7 Audiences []string `json:"audiences"` 8 }