type AppliedLabel (v202508)

  • AppliedLabel represents a Label that can be applied to an entity.

  • You can negate an inherited label by creating an AppliedLabel with the inherited label's ID and setting isNegated to true.

  • The labelId field is the ID of a created Label.

  • The isNegated field is a boolean that should be set to true to negate the effects of labelId.

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/v202508

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.