AdGroupAdError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible ad group ad errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
AD_GROUP_AD_LABEL_DOES_NOT_EXIST
|
No link found between the adgroup ad and the label. |
AD_GROUP_AD_LABEL_ALREADY_EXISTS
|
The label has already been attached to the adgroup ad. |
AD_NOT_UNDER_ADGROUP
|
The specified ad was not found in the adgroup |
CANNOT_OPERATE_ON_REMOVED_ADGROUPAD
|
Removed ads may not be modified |
CANNOT_CREATE_DEPRECATED_ADS
|
An ad of this type is deprecated and cannot be created. Only deletions are permitted. |
CANNOT_CREATE_TEXT_ADS
|
Text ads are deprecated and cannot be created. Use expanded text ads instead. |
EMPTY_FIELD
|
A required field was not specified or is an empty string. |
RESOURCE_REFERENCED_IN_MULTIPLE_OPS
|
An ad may only be modified once per call |
AD_TYPE_CANNOT_BE_PAUSED
|
AdGroupAds with the given ad type cannot be paused. |
AD_TYPE_CANNOT_BE_REMOVED
|
AdGroupAds with the given ad type cannot be removed. |
CANNOT_UPDATE_DEPRECATED_ADS
|
An ad of this type is deprecated and cannot be updated. Only removals are permitted. |
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-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum outlines potential errors that can occur when managing ad group ads."],["Errors can relate to ad labels, ad group associations, ad types, and required fields."],["Some errors indicate deprecated ad formats and suggest alternative ad types."],["Specific errors prevent pausing, removing, creating, or updating certain ad types."],["There are also errors for operations on removed ads and modifying an ad multiple times within the same request."]]],[]]