SmartCampaignError
Enum describing possible Smart campaign errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_BUSINESS_LOCATION_ID
|
The business location id is invalid. |
INVALID_CAMPAIGN
|
The SmartCampaignSetting resource is only applicable for campaigns with advertising channel type SMART. |
BUSINESS_NAME_OR_BUSINESS_LOCATION_ID_MISSING
|
The business name or business location id is required. |
REQUIRED_SUGGESTION_FIELD_MISSING
|
A Smart campaign suggestion request field is required. |
GEO_TARGETS_REQUIRED
|
A location list or proximity is required. |
CANNOT_DETERMINE_SUGGESTION_LOCALE
|
The locale could not be determined. |
FINAL_URL_NOT_CRAWLABLE
|
The final URL could not be crawled. |
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 potential errors encountered when working with Smart campaigns."],["Errors can relate to invalid identifiers, missing required fields, or issues with campaign settings."],["`INVALID_CAMPAIGN` specifically indicates that Smart campaign settings are only for campaigns with the SMART advertising channel type."],["Location targeting information is necessary, as highlighted by `GEO_TARGETS_REQUIRED`."],["The final URL provided for the campaign must be accessible for crawling, or a `FINAL_URL_NOT_CRAWLABLE` error will occur."]]],[]]