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-05-15 UTC."],[[["Labels provide additional information that can be assigned to entities in Google Ad Manager."],["Labels can be used for competitive exclusions, frequency capping, ad exclusions, and creative wrapping."],["Each label has a unique ID, name, description, and status (active or inactive)."],["Labels can be associated with ad categories for further classification and targeting."],["Google Ad Manager provides different label types for various use cases, like competitive exclusion and frequency capping."]]],["The `LabelService` allows the creation and updating of `Label` entities, which are additional information added to entities. A `Label` has an `id`, a required `name` (max 127 characters), an optional `description` (max 255 characters), and an `isActive` status. Labels can also have an associated `AdCategory` and multiple `types`. The `types` can be `COMPETITIVE_EXCLUSION`, `AD_UNIT_FREQUENCY_CAP`, `AD_EXCLUSION`, `CREATIVE_WRAPPER`, `CANONICAL_CATEGORY`, or `UNKNOWN`.\n"]]