com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnumpublic static enum AdxExt.DealExt.DealType extends java.lang.Enum<AdxExt.DealExt.DealType> implements com.google.protobuf.ProtocolMessageEnum
The type of the deal. Note that Authorized Buyers policy overrides apply to all Programmatic Guaranteed and Preferred Deal bids, and do not apply to bids for other deal types.Protobuf enum
com.google.doubleclick.DealExt.DealType| Enum Constant | Description |
|---|---|
AUCTION_PACKAGE |
The deal ID is an identifier for a collection of Open Auction inventory
matching a given set of targeting criteria.
|
PREFERRED_DEAL |
Bids are fixed-price and evaluated before the Open Auction.
|
PRIVATE_AUCTION |
Bids participate in a Private Auction against a select list of buyers
with specific floors.
|
PROGRAMMATIC_GUARANTEED |
Bids are fixed-price and evaluated before the Open Auction.
|
UNKNOWN_DEAL_TYPE |
UNKNOWN_DEAL_TYPE = 0; |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
AUCTION_PACKAGE_VALUE |
The deal ID is an identifier for a collection of Open Auction inventory
matching a given set of targeting criteria.
|
static int |
PREFERRED_DEAL_VALUE |
Bids are fixed-price and evaluated before the Open Auction.
|
static int |
PRIVATE_AUCTION_VALUE |
Bids participate in a Private Auction against a select list of buyers
with specific floors.
|
static int |
PROGRAMMATIC_GUARANTEED_VALUE |
Bids are fixed-price and evaluated before the Open Auction.
|
static int |
UNKNOWN_DEAL_TYPE_VALUE |
UNKNOWN_DEAL_TYPE = 0; |
| Modifier and Type | Method | Description |
|---|---|---|
static AdxExt.DealExt.DealType |
forNumber(int value) |
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
|
int |
getNumber() |
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
|
static com.google.protobuf.Internal.EnumLiteMap<AdxExt.DealExt.DealType> |
internalGetValueMap() |
|
static AdxExt.DealExt.DealType |
valueOf(int value) |
Deprecated.
Use
forNumber(int) instead. |
static AdxExt.DealExt.DealType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.DealExt.DealType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.DealExt.DealType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdxExt.DealExt.DealType UNKNOWN_DEAL_TYPE
UNKNOWN_DEAL_TYPE = 0;public static final AdxExt.DealExt.DealType PREFERRED_DEAL
Bids are fixed-price and evaluated before the Open Auction. Bidders are not required to bid with Preferred Deals when they are present on the bid request. See https://support.google.com/authorizedbuyers/answer/2604595 for more information.
PREFERRED_DEAL = 1;public static final AdxExt.DealExt.DealType PRIVATE_AUCTION
Bids participate in a Private Auction against a select list of buyers with specific floors. See https://support.google.com/authorizedbuyers/answer/2839853 for more information.
PRIVATE_AUCTION = 2;public static final AdxExt.DealExt.DealType PROGRAMMATIC_GUARANTEED
Bids are fixed-price and evaluated before the Open Auction. Bidders are expected to bid with Programmatic Guaranteed deals whenever they are present on a bid request in order to ensure that the number of impressions agreed upon for a given deal are served. See https://support.google.com/authorizedbuyers/answer/7174589 for more information.
PROGRAMMATIC_GUARANTEED = 3;public static final AdxExt.DealExt.DealType AUCTION_PACKAGE
The deal ID is an identifier for a collection of Open Auction inventory matching a given set of targeting criteria. See https://support.google.com/authorizedbuyers/answer/7516884 for more information.
AUCTION_PACKAGE = 4;public static final int UNKNOWN_DEAL_TYPE_VALUE
UNKNOWN_DEAL_TYPE = 0;public static final int PREFERRED_DEAL_VALUE
Bids are fixed-price and evaluated before the Open Auction. Bidders are not required to bid with Preferred Deals when they are present on the bid request. See https://support.google.com/authorizedbuyers/answer/2604595 for more information.
PREFERRED_DEAL = 1;public static final int PRIVATE_AUCTION_VALUE
Bids participate in a Private Auction against a select list of buyers with specific floors. See https://support.google.com/authorizedbuyers/answer/2839853 for more information.
PRIVATE_AUCTION = 2;public static final int PROGRAMMATIC_GUARANTEED_VALUE
Bids are fixed-price and evaluated before the Open Auction. Bidders are expected to bid with Programmatic Guaranteed deals whenever they are present on a bid request in order to ensure that the number of impressions agreed upon for a given deal are served. See https://support.google.com/authorizedbuyers/answer/7174589 for more information.
PROGRAMMATIC_GUARANTEED = 3;public static final int AUCTION_PACKAGE_VALUE
The deal ID is an identifier for a collection of Open Auction inventory matching a given set of targeting criteria. See https://support.google.com/authorizedbuyers/answer/7516884 for more information.
AUCTION_PACKAGE = 4;public static AdxExt.DealExt.DealType[] values()
for (AdxExt.DealExt.DealType c : AdxExt.DealExt.DealType.values()) System.out.println(c);
public static AdxExt.DealExt.DealType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AdxExt.DealExt.DealType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdxExt.DealExt.DealType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.DealExt.DealType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AdxExt.DealExt.DealType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
desc - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Google, Inc.. All rights reserved.