AssetGroupError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible asset group errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
DUPLICATE_NAME
|
Each asset group in a single campaign must have a unique name. |
CANNOT_ADD_ASSET_GROUP_FOR_CAMPAIGN_TYPE
|
Cannot add asset group for the campaign type. |
NOT_ENOUGH_HEADLINE_ASSET
|
Not enough headline asset for a valid asset group. |
NOT_ENOUGH_LONG_HEADLINE_ASSET
|
Not enough long headline asset for a valid asset group. |
NOT_ENOUGH_DESCRIPTION_ASSET
|
Not enough description headline asset for a valid asset group. |
NOT_ENOUGH_BUSINESS_NAME_ASSET
|
Not enough business name asset for a valid asset group. |
NOT_ENOUGH_MARKETING_IMAGE_ASSET
|
Not enough marketing image asset for a valid asset group. |
NOT_ENOUGH_SQUARE_MARKETING_IMAGE_ASSET
|
Not enough square marketing image asset for a valid asset group. |
NOT_ENOUGH_LOGO_ASSET
|
Not enough logo asset for a valid asset group. |
FINAL_URL_SHOPPING_MERCHANT_HOME_PAGE_URL_DOMAINS_DIFFER
|
Final url and shopping merchant url does not have the same domain. |
PATH1_REQUIRED_WHEN_PATH2_IS_SET
|
Path1 required when path2 is set. |
SHORT_DESCRIPTION_REQUIRED
|
At least one short description asset is required for a valid asset group. |
FINAL_URL_REQUIRED
|
Final url field is required for asset group. |
FINAL_URL_CONTAINS_INVALID_DOMAIN_NAME
|
Final url contains invalid domain name. |
AD_CUSTOMIZER_NOT_SUPPORTED
|
Ad customizers are not supported in asset group's text field. |
CANNOT_MUTATE_ASSET_GROUP_FOR_REMOVED_CAMPAIGN
|
Cannot mutate asset group for campaign with removed status. |
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 describes potential errors that can occur when working with asset groups in online advertising campaigns."],["Many of these errors relate to insufficient or invalid assets within the group, such as missing headlines, descriptions, or images."],["Other errors involve discrepancies between URLs or issues with campaign compatibility, including removed campaigns or unsupported features."],["The enum provides specific error codes to help identify and address these issues for smoother campaign management."]]],[]]