com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.BidRequestExt.BidFeedback, AdxExt.BidRequestExt.BidFeedback.Builderpublic static interface AdxExt.BidRequestExt.BidFeedbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getBuyerCreativeId() |
The creative ID included in the corresponding bid.
|
com.google.protobuf.ByteString |
getBuyerCreativeIdBytes() |
The creative ID included in the corresponding bid.
|
int |
getCreativeStatusCode() |
The status code for the ad.
|
AdxExt.BidRequestExt.BidFeedback.EventNotificationToken |
getEventNotificationToken() |
The token included in the corresponding bid.
|
AdxExt.BidRequestExt.BidFeedback.EventNotificationTokenOrBuilder |
getEventNotificationTokenOrBuilder() |
The token included in the corresponding bid.
|
double |
getMinimumBidToWin() |
The minimum bid value necessary to have the auction, in your account
currency.
|
double |
getPrice() |
If the bid won the auction, this is the price paid in your account
currency.
|
java.lang.String |
getRequestId() |
The unique id from BidRequest.id.
|
com.google.protobuf.ByteString |
getRequestIdBytes() |
The unique id from BidRequest.id.
|
boolean |
hasBuyerCreativeId() |
The creative ID included in the corresponding bid.
|
boolean |
hasCreativeStatusCode() |
The status code for the ad.
|
boolean |
hasEventNotificationToken() |
The token included in the corresponding bid.
|
boolean |
hasMinimumBidToWin() |
The minimum bid value necessary to have the auction, in your account
currency.
|
boolean |
hasPrice() |
If the bid won the auction, this is the price paid in your account
currency.
|
boolean |
hasRequestId() |
The unique id from BidRequest.id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
The unique id from BidRequest.id.
optional string request_id = 1;java.lang.String getRequestId()
The unique id from BidRequest.id.
optional string request_id = 1;com.google.protobuf.ByteString getRequestIdBytes()
The unique id from BidRequest.id.
optional string request_id = 1;boolean hasCreativeStatusCode()
The status code for the ad. See creative-status-codes.txt in the technical documentation for a list of ids.
optional int32 creative_status_code = 2;int getCreativeStatusCode()
The status code for the ad. See creative-status-codes.txt in the technical documentation for a list of ids.
optional int32 creative_status_code = 2;boolean hasPrice()
If the bid won the auction, this is the price paid in your account currency. If the bid participated in the auction but was out-bid, this is the CPM that should have been exceeded in order to win. This is not set if the bid was filtered prior to the auction, if the publisher or winning bidder has opted out of price feedback or if your account has opted out of sharing winning prices with other bidders. For first price auctions, minimum_bid_to_win is also populated.
optional double price = 3;double getPrice()
If the bid won the auction, this is the price paid in your account currency. If the bid participated in the auction but was out-bid, this is the CPM that should have been exceeded in order to win. This is not set if the bid was filtered prior to the auction, if the publisher or winning bidder has opted out of price feedback or if your account has opted out of sharing winning prices with other bidders. For first price auctions, minimum_bid_to_win is also populated.
optional double price = 3;boolean hasMinimumBidToWin()
The minimum bid value necessary to have the auction, in your account currency. If your bid won the auction, this is the second highest bid that was not filtered (including the floor price). If your bid did not win the auction, this is the winning candidate's bid. This field will only be populated if your bid participated in a first-price auction, and will not be populated if your bid was filtered prior to the auction.
optional double minimum_bid_to_win = 6;double getMinimumBidToWin()
The minimum bid value necessary to have the auction, in your account currency. If your bid won the auction, this is the second highest bid that was not filtered (including the floor price). If your bid did not win the auction, this is the winning candidate's bid. This field will only be populated if your bid participated in a first-price auction, and will not be populated if your bid was filtered prior to the auction.
optional double minimum_bid_to_win = 6;boolean hasEventNotificationToken()
The token included in the corresponding bid.
optional .com.google.doubleclick.BidRequestExt.BidFeedback.EventNotificationToken event_notification_token = 4;AdxExt.BidRequestExt.BidFeedback.EventNotificationToken getEventNotificationToken()
The token included in the corresponding bid.
optional .com.google.doubleclick.BidRequestExt.BidFeedback.EventNotificationToken event_notification_token = 4;AdxExt.BidRequestExt.BidFeedback.EventNotificationTokenOrBuilder getEventNotificationTokenOrBuilder()
The token included in the corresponding bid.
optional .com.google.doubleclick.BidRequestExt.BidFeedback.EventNotificationToken event_notification_token = 4;boolean hasBuyerCreativeId()
The creative ID included in the corresponding bid.
optional string buyer_creative_id = 5;java.lang.String getBuyerCreativeId()
The creative ID included in the corresponding bid.
optional string buyer_creative_id = 5;com.google.protobuf.ByteString getBuyerCreativeIdBytes()
The creative ID included in the corresponding bid.
optional string buyer_creative_id = 5;Copyright © 2019 Google, Inc.. All rights reserved.