Enum LabelTypeEnum.LabelType (0.52.0)

public enum LabelTypeEnum.LabelType extends Enum<LabelTypeEnum.LabelType> implements ProtocolMessageEnum

Represents the types of labels supported.

Protobuf enum google.ads.admanager.v1.LabelTypeEnum.LabelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_EXCLUSION

Allows for the creation of labels to exclude ads from showing against a tag that specifies the label as an exclusion.

AD_EXCLUSION = 1;

AD_EXCLUSION_VALUE

Allows for the creation of labels to exclude ads from showing against a tag that specifies the label as an exclusion.

AD_EXCLUSION = 1;

AD_UNIT_FREQUENCY_CAP

Allows for the creation of limits on the frequency that a user sees a particular type of creative over a portion of the inventory.

AD_UNIT_FREQUENCY_CAP = 2;

AD_UNIT_FREQUENCY_CAP_VALUE

Allows for the creation of limits on the frequency that a user sees a particular type of creative over a portion of the inventory.

AD_UNIT_FREQUENCY_CAP = 2;

CANONICAL_CATEGORY

Allows for the creation of labels mapped to a Google canonical ad category, which can be used for competitive exclusions and blocking across Google systems.

CANONICAL_CATEGORY = 3;

CANONICAL_CATEGORY_VALUE

Allows for the creation of labels mapped to a Google canonical ad category, which can be used for competitive exclusions and blocking across Google systems.

CANONICAL_CATEGORY = 3;

COMPETITIVE_EXCLUSION

Allows for the creation of labels to exclude competing ads from showing on the same page.

COMPETITIVE_EXCLUSION = 4;

COMPETITIVE_EXCLUSION_VALUE

Allows for the creation of labels to exclude competing ads from showing on the same page.

COMPETITIVE_EXCLUSION = 4;

CREATIVE_WRAPPER

Allows for the creation of labels that can be used to force the wrapping of a delivering creative with header/footer creatives.

CREATIVE_WRAPPER = 5;

CREATIVE_WRAPPER_VALUE

Allows for the creation of labels that can be used to force the wrapping of a delivering creative with header/footer creatives.

CREATIVE_WRAPPER = 5;

LABEL_TYPE_UNSPECIFIED

Default value. This value is unused.

LABEL_TYPE_UNSPECIFIED = 0;

LABEL_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

LABEL_TYPE_UNSPECIFIED = 0;

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