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.
28
-
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.
29
-
Cat []string`json:"cat,omitempty"`// IAB content categories of the creative. Refer to List 5.1
30
-
Attr []int`json:"attr,omitempty"`// Array of creative attributes.
31
-
DealIDstring`json:"dealid,omitempty"`// DealID extension of private marketplace deals
32
-
Hint`json:"h,omitempty"`// Height of the ad in pixels.
33
-
Wint`json:"w,omitempty"`// Width of the ad in pixels.
34
-
ExtExtension`json:"ext,omitempty"`
19
+
IDstring`json:"id"`
20
+
ImpIDstring`json:"impid"`// Required string ID of the impression object to which this bid applies.
21
+
Pricefloat64`json:"price"`// Bid price in CPM. Suggests using integer math for accounting to avoid rounding errors.
22
+
AdIDstring`json:"adid,omitempty"`// References the ad to be served if the bid wins.
CampaignIDstring`json:"cid,omitempty"`// Campaign ID that appears with the Ad markup.
29
+
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.
30
+
Cat []string`json:"cat,omitempty"`// IAB content categories of the creative. Refer to List 5.1
31
+
Attr []int`json:"attr,omitempty"`// Array of creative attributes.
32
+
APIint`json:"api,omitempty"`// API required by the markup if applicable
33
+
Protocolint`json:"protocol,omitempty"`// Video response protocol of the markup if applicable
34
+
QAGMediaRatingint`json:"qagmediarating,omitempty"`// Creative media rating per IQG guidelines.
35
+
DealIDstring`json:"dealid,omitempty"`// DealID extension of private marketplace deals
36
+
Hint`json:"h,omitempty"`// Height of the ad in pixels.
37
+
Wint`json:"w,omitempty"`// Width of the ad in pixels.
38
+
Expint`json:"exp,omitempty"`// Advisory as to the number of seconds the bidder is willing to wait between the auction and the actual impression.
BAdv []string`json:"badv,omitempty"`// Array of strings of blocked toplevel domains of advertisers
30
+
BApp []string`json:"bapp,omitempty"`// Block list of applications by their platform-specific exchange-independent application identifiers. On Android, these should be bundle or package names (e.g., com.foo.mygame). On iOS, these are numeric IDs.
Lenint`json:"len,omitempty"`// Length of content in seconds; appropriate for video or audio.
26
31
Languagestring`json:"language,omitempty"`// Content language using ISO-639-1-alpha-2.
27
32
Embeddableint`json:"embeddable,omitempty"`// Indicator of whether or not the content is embeddable (e.g., an embeddable video player), where 0 = no, 1 = yes.
33
+
Data []Data`json:"data,omitempty"`// Additional content data.
0 commit comments