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

     1  package openrtb_ext
     2  
     3  import (
     4  	"encoding/json"
     5  )
     6  
     7  type ExtImpTheadx struct {
     8  	TagID             json.Number `json:"tagid"`
     9  	InventorySourceID int         `json:"wid,omitempty"`
    10  	MemberID          int         `json:"pid,omitempty"`
    11  	PlacementName     string      `json:"pname,omitempty"`
    12  }