Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AutomaticallyCreatedAssetRemovalError
Enum describing possible automatically created asset removal errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
AD_DOES_NOT_EXIST
|
The ad does not exist. |
INVALID_AD_TYPE
|
Ad type is not supported. Only Responsive Search Ad type is supported. |
ASSET_DOES_NOT_EXIST
|
The asset does not exist. |
ASSET_FIELD_TYPE_DOES_NOT_MATCH
|
The asset field type does not match. |
NOT_AN_AUTOMATICALLY_CREATED_ASSET
|
Not an automatically created asset. |
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes errors encountered during the automatic removal of assets."],["Errors can indicate issues with the ad, the asset itself, or compatibility between the two."],["One specific error highlights that only Responsive Search Ads are supported for this feature."],["The enum also includes general error codes like `UNSPECIFIED` and `UNKNOWN` for unexpected issues."]]],["The provided content outlines an enum for errors related to automatically created asset removal. Possible errors include an unspecified or unknown error, the ad or asset not existing, an unsupported ad type (only Responsive Search Ads are supported), a mismatch in asset field type, or the asset not being automatically created. Each error corresponds to a specific code for identification and troubleshooting during asset removal operations.\n"]]