github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_adhese.go (about)

     1  package openrtb_ext
     2  
     3  import (
     4  	"encoding/json"
     5  )
     6  
     7  type ExtImpAdhese struct {
     8  	Account  string          `json:"account"`
     9  	Location string          `json:"location"`
    10  	Format   string          `json:"format"`
    11  	Keywords json.RawMessage `json:"targets,omitempty"`
    12  }