You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CampaignIDstring`json:"cid,omitempty"`// Campaign ID that appears with the Ad markup.
29
31
CreativeIDstring`json:"crid,omitempty"`// Creative ID for reporting content issues or defects. This could also be used as a reference to a creative ID that is posted with an exchange.
32
+
Tacticstring`json:"tactic,omitempty"`// Tactic ID to enable buyers to label bids for reporting to the exchange the tactic through which their bid was submitted.
30
33
Cat []string`json:"cat,omitempty"`// IAB content categories of the creative. Refer to List 5.1
31
34
Attr []int`json:"attr,omitempty"`// Array of creative attributes.
32
35
APIint`json:"api,omitempty"`// API required by the markup if applicable
33
36
Protocolint`json:"protocol,omitempty"`// Video response protocol of the markup if applicable
34
37
QAGMediaRatingint`json:"qagmediarating,omitempty"`// Creative media rating per IQG guidelines.
38
+
Languagestring`json:"language,omitempty"`// Language of the creative using ISO-639-1-alpha-2.
35
39
DealIDstring`json:"dealid,omitempty"`// DealID extension of private marketplace deals
36
40
Hint`json:"h,omitempty"`// Height of the ad in pixels.
37
41
Wint`json:"w,omitempty"`// Width of the ad in pixels.
42
+
WRatioint`json:"wratio,omitempty"`// Relative width of the creative when expressing size as a ratio.
43
+
HRatioint`json:"hratio,omitempty"`// Relative height of the creative when expressing size as a ratio.
38
44
Expint`json:"exp,omitempty"`// Advisory as to the number of seconds the bidder is willing to wait between the auction and the actual impression.
0 commit comments