github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_invibes.go (about) 1 package openrtb_ext 2 3 type ExtImpInvibes struct { 4 PlacementID string `json:"placementId,omitempty"` 5 DomainID int `json:"domainId"` 6 Debug ExtImpInvibesDebug `json:"debug,omitempty"` 7 } 8 9 type ExtImpInvibesDebug struct { 10 TestBvid string `json:"testBvid,omitempty"` 11 TestLog bool `json:"testLog,omitempty"` 12 }