Enum LineItemTypeEnum.LineItemType (0.3.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ADMOB

A LineItem using dynamic allocation backed by AdMob.

ADMOB = 1;

ADMOB_VALUE

A LineItem using dynamic allocation backed by AdMob.

ADMOB = 1;

ADSENSE

A LineItem using dynamic allocation backed by AdSense.

ADSENSE = 2;

ADSENSE_VALUE

A LineItem using dynamic allocation backed by AdSense.

ADSENSE = 2;

AD_EXCHANGE

A LineItem using dynamic allocation backed by the Google Ad Exchange.

AD_EXCHANGE = 3;

AD_EXCHANGE_VALUE

A LineItem using dynamic allocation backed by the Google Ad Exchange.

AD_EXCHANGE = 3;

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 = 4;

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.

BULK = 4;

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 = 5;

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.

BUMPER = 5;

CLICK_TRACKING

The type of LineItem used for ads that track ads being served externally of Ad Manager.

CLICK_TRACKING = 6;

CLICK_TRACKING_VALUE

The type of LineItem used for ads that track ads being served externally of Ad Manager.

CLICK_TRACKING = 6;

HOUSE

The type of LineItem typically used for ads that promote products and services chosen by the publisher.

HOUSE = 7;

HOUSE_VALUE

The type of LineItem typically used for ads that promote products and services chosen by the publisher.

HOUSE = 7;

LEGACY_DFP

Represents a legacy LineItem that has been migrated from the DFP system.

LEGACY_DFP = 8;

LEGACY_DFP_VALUE

Represents a legacy LineItem that has been migrated from the DFP system.

LEGACY_DFP = 8;

LINE_ITEM_TYPE_UNSPECIFIED

Not specified value.

LINE_ITEM_TYPE_UNSPECIFIED = 0;

LINE_ITEM_TYPE_UNSPECIFIED_VALUE

Not specified value.

LINE_ITEM_TYPE_UNSPECIFIED = 0;

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 = 9;

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.

NETWORK = 9;

PREFERRED_DEAL

The type of LineItem for which there are no impressions reserved, and will serve for a second price bid.

PREFERRED_DEAL = 10;

PREFERRED_DEAL_VALUE

The type of LineItem for which there are no impressions reserved, and will serve for a second price bid.

PREFERRED_DEAL = 10;

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 = 11;

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.

PRICE_PRIORITY = 11;

SPONSORSHIP

The type of LineItem for which a percentage of all the impressions that are being sold are reserved.

SPONSORSHIP = 12;

SPONSORSHIP_VALUE

The type of LineItem for which a percentage of all the impressions that are being sold are reserved.

SPONSORSHIP = 12;

STANDARD

The type of LineItem for which a fixed quantity of impressions or clicks are reserved.

STANDARD = 13;

STANDARD_VALUE

The type of LineItem for which a fixed quantity of impressions or clicks are reserved.

STANDARD = 13;

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()