SmartCampaignError

  • The content provides an enumeration of possible errors related to Smart campaigns.

  • Errors include invalid business location ID, incorrect campaign type, missing business name or location ID, and required suggestion fields.

  • Other errors cover missing geo targets, inability to determine suggestion locale, and uncrawlable final URLs.

  • The list defines specific enums for unspecified and unknown errors.

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.