public enum LineItemTypeEnum.LineItemType extends Enum<LineItemTypeEnum.LineItemType> implements ProtocolMessageEnum
Indicates the priority of a LineItem, determined by the way in which impressions are reserved to be served for it.
Protobuf enum google.ads.admanager.v1.LineItemTypeEnum.LineItemType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADMOB |
A LineItem using dynamic allocation backed by AdMob. |
ADMOB_VALUE |
A LineItem using dynamic allocation backed by AdMob. |
ADSENSE |
A LineItem using dynamic allocation backed by AdSense. |
ADSENSE_VALUE |
A LineItem using dynamic allocation backed by AdSense. |
AD_EXCHANGE |
A LineItem using dynamic allocation backed by the Google Ad Exchange. |
AD_EXCHANGE_VALUE |
A LineItem using dynamic allocation backed by the Google Ad Exchange. |
BULK |
The type of LineItem for which a fixed quantity of impressions or clicks will be delivered at a priority lower than the STANDARD type. |
BULK_VALUE |
The type of LineItem for which a fixed quantity of impressions or clicks will be delivered at a priority lower than the STANDARD type. |
BUMPER |
Represents a non-monetizable video LineItem that targets one or more bumper positions, which are short house video messages used by publishers to separate content from ad breaks. |
BUMPER_VALUE |
Represents a non-monetizable video LineItem that targets one or more bumper positions, which are short house video messages used by publishers to separate content from ad breaks. |
CLICK_TRACKING |
The type of LineItem used for ads that track ads being served externally of Ad Manager. |
CLICK_TRACKING_VALUE |
The type of LineItem used for ads that track ads being served externally of Ad Manager. |
HOUSE |
The type of LineItem typically used for ads that promote products and services chosen by the publisher. |
HOUSE_VALUE |
The type of LineItem typically used for ads that promote products and services chosen by the publisher. |
LEGACY_DFP |
Represents a legacy LineItem that has been migrated from the DFP system. |
LEGACY_DFP_VALUE |
Represents a legacy LineItem that has been migrated from the DFP system. |
LINE_ITEM_TYPE_UNSPECIFIED |
Not specified value. |
LINE_ITEM_TYPE_UNSPECIFIED_VALUE |
Not specified value. |
NETWORK |
The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses daily percentage of unsold impressions or clicks. |
NETWORK_VALUE |
The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses daily percentage of unsold impressions or clicks. |
PREFERRED_DEAL |
The type of LineItem for which there are no impressions reserved, and will serve for a second price bid. |
PREFERRED_DEAL_VALUE |
The type of LineItem for which there are no impressions reserved, and will serve for a second price bid. |
PRICE_PRIORITY |
The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses fixed quantity percentage of unsold impressions or clicks. |
PRICE_PRIORITY_VALUE |
The type of LineItem most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Uses fixed quantity percentage of unsold impressions or clicks. |
SPONSORSHIP |
The type of LineItem for which a percentage of all the impressions that are being sold are reserved. |
SPONSORSHIP_VALUE |
The type of LineItem for which a percentage of all the impressions that are being sold are reserved. |
STANDARD |
The type of LineItem for which a fixed quantity of impressions or clicks are reserved. |
STANDARD_VALUE |
The type of LineItem for which a fixed quantity of impressions or clicks are reserved. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |