diff --git a/modules/pubmatic/openwrap/models/adunitconfig/adunitconfig.go b/modules/pubmatic/openwrap/models/adunitconfig/adunitconfig.go index 7e8ccc78917..bbe3bdb4807 100644 --- a/modules/pubmatic/openwrap/models/adunitconfig/adunitconfig.go +++ b/modules/pubmatic/openwrap/models/adunitconfig/adunitconfig.go @@ -72,13 +72,14 @@ type AdConfig struct { BidFloorCur *string `json:"bidfloorcur,omitempty"` Floors *openrtb_ext.PriceFloorRules `json:"floors,omitempty"` - Exp *int `json:"exp,omitempty"` - Banner *Banner `json:"banner,omitempty"` - Native *Native `json:"native,omitempty"` - Video *Video `json:"video,omitempty"` - App *openrtb2.App `json:"app,omitempty"` - Device *openrtb2.Device `json:"device,omitempty"` - Transparency *Transparency `json:"transparency,omitempty"` - Regex *bool `json:"regex,omitempty"` - UniversalPixel []UniversalPixel `json:"universalpixel,omitempty"` + Exp *int `json:"exp,omitempty"` + Banner *Banner `json:"banner,omitempty"` + Native *Native `json:"native,omitempty"` + Video *Video `json:"video,omitempty"` + App *openrtb2.App `json:"app,omitempty"` + Device *openrtb2.Device `json:"device,omitempty"` + Transparency *Transparency `json:"transparency,omitempty"` + Regex *bool `json:"regex,omitempty"` + UniversalPixel []UniversalPixel `json:"universalpixel,omitempty"` + EnableGAMUrlLookup bool `json:"enablegamurllookup,omitempty"` }