github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_dianomi.go (about) 1 package openrtb_ext 2 3 import ( 4 "encoding/json" 5 ) 6 7 type ExtImpDianomi struct { 8 SmartadId json.Number `json:"smartadId,omitempty"` 9 PriceType string `json:"priceType,omitempty"` 10 }