Allows for the creation of labels to exclude competing ads from showing on
the same page.
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_EXCLUSION
Allows for the creation of labels to exclude ads from showing against a tag
that specifies the label as an exclusion.
CREATIVE_WRAPPER
Allows for the creation of labels that can be used to force the wrapping of
a delivering creative with header/footer creatives. These labels are
paired with a CreativeWrapper.
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.
UNKNOWN
The value returned if the actual value is not exposed by the requested API
version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["Labels provide additional information that can be associated with entities in Google Ad Manager."],["A label has a unique ID, name, optional description, and status (active or inactive)."],["Labels can be used for competitive exclusions, frequency capping, ad exclusions, creative wrapping, and canonical categorization."],["Each label can have one or more predefined types that determine its functionality."],["Ad Manager assigns a read-only unique ID to each label upon creation."]]],["The `LabelService` allows the creation and updating of `Label` entities. A `Label` contains data, such as a unique `id`, a required `name` (max 127 characters), an optional `description` (max 255 characters), and `isActive` status. Labels can be associated with an `AdCategory` and have defined `types`. Enumerated types include `COMPETITIVE_EXCLUSION`, `AD_UNIT_FREQUENCY_CAP`, `AD_EXCLUSION`, `CREATIVE_WRAPPER`, and `CANONICAL_CATEGORY`, each serving a different purpose in ad management.\n"]]