type AppliedLabel (v202411)

  • 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.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

labelId

xsd:long

The ID of a created Label.

isNegated

xsd:boolean

isNegated should be set to true to negate the effects of labelId.