Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
AppliedLabel represents a Label that can be applied to an entity in Google Ad Manager.
It allows for negating inherited labels by setting isNegated to true and providing the inherited label's ID.
labelId and isNegated are the key fields within AppliedLabel, defining the label and its negation status.
This object is utilized within various services such as CompanyService, CreativeService, ForecastService, InventoryService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.
Represents a Label that can be applied to an entity. To negate an inherited label, create
an AppliedLabel with labelId as the inherited label's ID and isNegated
set to true.
[[["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 2025-08-06 UTC."],[],["The core content describes the `AppliedLabel` entity, used to associate a `Label` with another entity. Key information includes: `labelId`, a long integer representing the associated Label's ID, and `isNegated`, a boolean. Setting `isNegated` to true negates the effects of the specified `labelId`, which can be used to override inherited labels. It can be found under multiple services, such as CompanyService, CreativeService, ForecastService, etc, and is related to the Creative entity.\n"]]