LabelError

  • This document describes label errors using an enum.

  • Possible label errors include applying inactive labels, applying labels to disabled or negative ad group criteria, exceeding the label limit, using invalid resource types for manager labels, duplicate or empty label names, and attaching labels to drafts or customers incorrectly.

Enum describing possible label errors.

Proto definition

Enums

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.

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.

DUPLICATE_NAME

Label names must be unique.

EXCEEDED_LABEL_LIMIT_PER_TYPE

Cannot apply more than 50 labels per resource.

INVALID_LABEL_NAME

Label names cannot be empty.

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.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.