This API is in Beta. The Ad Manager SOAP API documentation is available here.
AppliedLabel
Represents a Label that can be applied to an entity.
JSON representation |
{
"label": string,
"negated": boolean
} |
Fields |
label |
string
Required. The label to be applied. Format: "networks/{networkCode}/labels/{labelId}"
|
negated |
boolean
Specifies whether or not to negate the effects of the label.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 UTC."],[[["Label entities using a specific format that includes network code and label ID."],["Control the label's effect by setting the `negated` field to true or false, indicating whether to apply or negate the label's impact."],["JSON representation simplifies the process of applying or removing labels from entities within a network."]]],["A Label is represented in JSON as an object with two fields. The `label` field, a required string, indicates the label to be applied using the format \"networks/{networkCode}/labels/{labelId}\". The `negated` field, a boolean, determines if the label's effects should be reversed. This structure defines how a label and its application status are conveyed.\n"]]