AI-generated Key Takeaways
-
The AppliedLabel can be applied to several entities, including CompanyService, CreativeService, and ForecastService.
-
AppliedLabel represents a Label that can be applied to an entity, and inherited labels can be negated by setting isNegated to true.
-
The AppliedLabel object has two fields:
labelId
, which is the ID of the Label, andisNegated
, a boolean to negate the label's effects.
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 |
|
---|---|
|
The ID of a created Label. |
|
|