Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LabelType.
Represents the types of labels supported.
Protobuf type google.ads.admanager.v1.LabelTypeEnum.LabelType
Namespace
Google \ Ads \ AdManager \ V1 \ LabelTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LABEL_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum LABEL_TYPE_UNSPECIFIED = 0;
AD_EXCLUSION
Value: 1Allows for the creation of labels to exclude ads from showing against a tag that specifies the label as an exclusion.
Generated from protobuf enum AD_EXCLUSION = 1;
AD_UNIT_FREQUENCY_CAP
Value: 2Allows for the creation of limits on the frequency that a user sees a particular type of creative over a portion of the inventory.
Generated from protobuf enum AD_UNIT_FREQUENCY_CAP = 2;
CANONICAL_CATEGORY
Value: 3Allows for the creation of labels mapped to a Google canonical ad category, which can be used for competitive exclusions and blocking across Google systems.
Generated from protobuf enum CANONICAL_CATEGORY = 3;
COMPETITIVE_EXCLUSION
Value: 4Allows for the creation of labels to exclude competing ads from showing on the same page.
Generated from protobuf enum COMPETITIVE_EXCLUSION = 4;
CREATIVE_WRAPPER
Value: 5Allows for the creation of labels that can be used to force the wrapping of a delivering creative with header/footer creatives.
Generated from protobuf enum CREATIVE_WRAPPER = 5;