Documentation ¶
Index ¶
Constants ¶
View Source
const MaxKeyLength = 20
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply( reqWrapper *openrtb_ext.RequestWrapper, resolvedRequest json.RawMessage, response *openrtb2.BidResponse, queryParams url.Values, bidResponseExt *openrtb_ext.ExtBidResponse, truncateTargetAttribute *int) *openrtb2.BidResponse
Types ¶
type DataSource ¶
type DataSource string
const ( SourceBidRequest DataSource = "bidrequest" SourceStatic DataSource = "static" SourceBidResponse DataSource = "bidresponse" )
type RequestTargetingData ¶
type RequestTargetingData struct { SingleVal json.RawMessage TargetingValueByImpId map[string][]byte }
RequestTargetingData struct to hold pre-processed ad server targeting keys and values
type ResponseTargetingData ¶
Click to show internal directories.
Click to hide internal directories.