LabelError
Enum describing possible label errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
CANNOT_APPLY_INACTIVE_LABEL
|
An inactive label cannot be applied. |
CANNOT_APPLY_LABEL_TO_DISABLED_AD_GROUP_CRITERION
|
A label cannot be applied to a disabled ad group criterion. |
CANNOT_APPLY_LABEL_TO_NEGATIVE_AD_GROUP_CRITERION
|
A label cannot be applied to a negative ad group criterion. |
EXCEEDED_LABEL_LIMIT_PER_TYPE
|
Cannot apply more than 50 labels per resource. |
INVALID_RESOURCE_FOR_MANAGER_LABEL
|
Labels from a manager account cannot be applied to campaign, ad group, ad group ad, or ad group criterion resources. |
DUPLICATE_NAME
|
Label names must be unique. |
INVALID_LABEL_NAME
|
Label names cannot be empty. |
CANNOT_ATTACH_LABEL_TO_DRAFT
|
Labels cannot be applied to a draft. |
CANNOT_ATTACH_NON_MANAGER_LABEL_TO_CUSTOMER
|
Labels not from a manager account cannot be applied to the customer resource. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum outlines potential errors encountered when working with labels in online advertising, such as applying inactive labels or exceeding label limits."],["Errors can indicate issues with label application on specific advertising elements like ad groups or campaigns, due to their status or type."],["Restrictions exist on applying labels across account levels, with manager and non-manager accounts having different permissions."],["Label-specific errors, such as duplicate or invalid names, are also included in the enum."],["Limitations like the maximum number of labels allowed per resource and draft incompatibility are also highlighted."]]],[]]