Google Ads Data Manager V1 Client - Class ErrorReason (0.4.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class ErrorReason.

Error reasons for Data Manager API.

NOTE: This enum is not frozen and new values may be added in the future.

Protobuf type google.ads.datamanager.v1.ErrorReason

Namespace

Google \ Ads \ DataManager \ V1

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

ERROR_REASON_UNSPECIFIED

  Value: 0 
 

Do not use this default value.

Generated from protobuf enum ERROR_REASON_UNSPECIFIED = 0;

INTERNAL_ERROR

  Value: 1 
 

An internal error has occurred.

Generated from protobuf enum INTERNAL_ERROR = 1;

DEADLINE_EXCEEDED

  Value: 2 
 

The request took too long to respond.

Generated from protobuf enum DEADLINE_EXCEEDED = 2;

RESOURCE_EXHAUSTED

  Value: 3 
 

Too many requests.

Generated from protobuf enum RESOURCE_EXHAUSTED = 3;

NOT_FOUND

  Value: 4 
 

Resource not found.

Generated from protobuf enum NOT_FOUND = 4;

PERMISSION_DENIED

  Value: 5 
 

The user does not have permission or the resource is not found.

Generated from protobuf enum PERMISSION_DENIED = 5;

INVALID_ARGUMENT

  Value: 6 
 

There was a problem with the request.

Generated from protobuf enum INVALID_ARGUMENT = 6;

REQUIRED_FIELD_MISSING

  Value: 7 
 

Required field is missing.

Generated from protobuf enum REQUIRED_FIELD_MISSING = 7;

INVALID_FORMAT

  Value: 8 
 

Format is invalid.

Generated from protobuf enum INVALID_FORMAT = 8;

INVALID_HEX_ENCODING

  Value: 9 
 

The HEX encoded value is malformed.

Generated from protobuf enum INVALID_HEX_ENCODING = 9;

INVALID_BASE64_ENCODING

  Value: 10 
 

The base64 encoded value is malformed.

Generated from protobuf enum INVALID_BASE64_ENCODING = 10;

INVALID_SHA256_FORMAT

  Value: 11 
 

The SHA256 encoded value is malformed.

Generated from protobuf enum INVALID_SHA256_FORMAT = 11;

INVALID_POSTAL_CODE

  Value: 12 
 

Postal code is not valid.

Generated from protobuf enum INVALID_POSTAL_CODE = 12;

INVALID_COUNTRY_CODE

  Value: 13 
 

Deprecated: Enum is unused in the Data Manager API.

Generated from protobuf enum INVALID_COUNTRY_CODE = 13 [deprecated = true];

INVALID_ENUM_VALUE

  Value: 14 
 

Enum value cannot be used.

Generated from protobuf enum INVALID_ENUM_VALUE = 14;

INVALID_USER_LIST_TYPE

  Value: 15 
 

Type of the user list is not applicable for this request.

Generated from protobuf enum INVALID_USER_LIST_TYPE = 15;

INVALID_AUDIENCE_MEMBER

  Value: 16 
 

This audience member is not valid.

Generated from protobuf enum INVALID_AUDIENCE_MEMBER = 16;

TOO_MANY_AUDIENCE_MEMBERS

  Value: 17 
 

Maximum number of audience members allowed per request is 10,000.

Generated from protobuf enum TOO_MANY_AUDIENCE_MEMBERS = 17;

TOO_MANY_USER_IDENTIFIERS

  Value: 18 
 

Maximum number of user identifiers allowed per audience member is 10.

Generated from protobuf enum TOO_MANY_USER_IDENTIFIERS = 18;

TOO_MANY_DESTINATIONS

  Value: 19 
 

Maximum number of destinations allowed per request is 10.

Generated from protobuf enum TOO_MANY_DESTINATIONS = 19;

INVALID_DESTINATION

  Value: 20 
 

This Destination is not valid.

Generated from protobuf enum INVALID_DESTINATION = 20;

DATA_PARTNER_USER_LIST_MUTATE_NOT_ALLOWED

  Value: 21 
 

Data Partner does not have access to the operating account owned userlist.

Generated from protobuf enum DATA_PARTNER_USER_LIST_MUTATE_NOT_ALLOWED = 21;

INVALID_MOBILE_ID_FORMAT

  Value: 22 
 

Mobile ID format is not valid.

Generated from protobuf enum INVALID_MOBILE_ID_FORMAT = 22;

INVALID_USER_LIST_ID

  Value: 23 
 

User list is not valid.

Generated from protobuf enum INVALID_USER_LIST_ID = 23;

MULTIPLE_DATA_TYPES_NOT_ALLOWED

  Value: 24 
 

Multiple data types are not allowed to be ingested in a single request.

Generated from protobuf enum MULTIPLE_DATA_TYPES_NOT_ALLOWED = 24;

  Value: 25 
 

Destination configs containing a DataPartner login account must have the same login account across all destination configs.

Generated from protobuf enum DIFFERENT_LOGIN_ACCOUNTS_NOT_ALLOWED_FOR_DATA_PARTNER = 25;

TERMS_AND_CONDITIONS_NOT_SIGNED

  Value: 26 
 

Required terms and conditions are not accepted.

Generated from protobuf enum TERMS_AND_CONDITIONS_NOT_SIGNED = 26;

INVALID_NUMBER_FORMAT

  Value: 27 
 

Invalid number format.

Generated from protobuf enum INVALID_NUMBER_FORMAT = 27;

INVALID_CONVERSION_ACTION_ID

  Value: 28 
 

Conversion action ID is not valid.

Generated from protobuf enum INVALID_CONVERSION_ACTION_ID = 28;

INVALID_CONVERSION_ACTION_TYPE

  Value: 29 
 

The conversion action type is not valid.

Generated from protobuf enum INVALID_CONVERSION_ACTION_TYPE = 29;

INVALID_CURRENCY_CODE

  Value: 30 
 

The currency code is not supported.

Generated from protobuf enum INVALID_CURRENCY_CODE = 30;

INVALID_EVENT

  Value: 31 
 

This event is not valid.

Generated from protobuf enum INVALID_EVENT = 31;

TOO_MANY_EVENTS

  Value: 32 
 

Maximum number of events allowed per request is 10,000.

Generated from protobuf enum TOO_MANY_EVENTS = 32;

  Value: 33 
 

The destination account is not enabled for enhanced conversions for leads.

Generated from protobuf enum DESTINATION_ACCOUNT_NOT_ENABLED_ENHANCED_CONVERSIONS_FOR_LEADS = 33;

  Value: 34 
 

Enhanced conversions can't be used for the destination account because of Google customer data policies. Contact your Google representative..

Generated from protobuf enum DESTINATION_ACCOUNT_DATA_POLICY_PROHIBITS_ENHANCED_CONVERSIONS = 34;

  Value: 35 
 

The destination account hasn't agreed to the terms for enhanced conversions.

Generated from protobuf enum DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED = 35;

DUPLICATE_DESTINATION_REFERENCE

  Value: 36 
 

Two or more destinations in the request have the same reference.

Generated from protobuf enum DUPLICATE_DESTINATION_REFERENCE = 36;

  Value: 37 
 

Unsupported operating account for data partner authorization.

Generated from protobuf enum UNSUPPORTED_OPERATING_ACCOUNT_FOR_DATA_PARTNER = 37;

  Value: 38 
 

Unsupported linked account for data partner authorization.

Generated from protobuf enum UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER = 38;

NO_IDENTIFIERS_PROVIDED

  Value: 39 
 

Events data contains no user identifiers or ad identifiers.

Generated from protobuf enum NO_IDENTIFIERS_PROVIDED = 39;

INVALID_PROPERTY_TYPE

  Value: 40 
 

The property type is not supported.

Generated from protobuf enum INVALID_PROPERTY_TYPE = 40;

INVALID_STREAM_TYPE

  Value: 41 
 

The stream type is not supported.

Generated from protobuf enum INVALID_STREAM_TYPE = 41;

  Value: 42 
 

Linked account is only supported when the login account is a DATA_PARTNER account.

Generated from protobuf enum LINKED_ACCOUNT_ONLY_ALLOWED_WITH_DATA_PARTNER_LOGIN_ACCOUNT = 42;

  Value: 43 
 

The login account must be the same as the operating account for the given use case.

Generated from protobuf enum OPERATING_ACCOUNT_LOGIN_ACCOUNT_MISMATCH = 43;

EVENT_TIME_INVALID

  Value: 44 
 

Event did not occur within the acceptable time window.

Generated from protobuf enum EVENT_TIME_INVALID = 44;

RESERVED_NAME_USED

  Value: 45 
 

Parameter uses a reserved name.

Generated from protobuf enum RESERVED_NAME_USED = 45;

INVALID_EVENT_NAME

  Value: 46 
 

The event name is not supported.

Generated from protobuf enum INVALID_EVENT_NAME = 46;

NOT_ALLOWLISTED

  Value: 47 
 

The account is not allowlisted for the given feature.

Generated from protobuf enum NOT_ALLOWLISTED = 47;

INVALID_REQUEST_ID

  Value: 48 
 

The request ID used to retrieve the status of a request is not valid.

Status can only be retrieved for requests that succeed and don't have validate_only=true .

Generated from protobuf enum INVALID_REQUEST_ID = 48;

MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT

  Value: 49 
 

An event had 2 or more Google Analytics destinations.

Generated from protobuf enum MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT = 49;

FIELD_VALUE_TOO_LONG

  Value: 50 
 

The field value is too long.

Generated from protobuf enum FIELD_VALUE_TOO_LONG = 50;

TOO_MANY_ELEMENTS

  Value: 51 
 

Too many elements in a list in the request.

Generated from protobuf enum TOO_MANY_ELEMENTS = 51;

ALREADY_EXISTS

  Value: 52 
 

The resource already exists.

Generated from protobuf enum ALREADY_EXISTS = 52;

IMMUTABLE_FIELD_FOR_UPDATE

  Value: 53 
 

Attempted to set an immutable field for an update request.

Generated from protobuf enum IMMUTABLE_FIELD_FOR_UPDATE = 53;

INVALID_RESOURCE_NAME

  Value: 54 
 

The resource name is invalid.

Generated from protobuf enum INVALID_RESOURCE_NAME = 54;

INVALID_FILTER

  Value: 55 
 

The query filter is invalid.

Generated from protobuf enum INVALID_FILTER = 55;

INVALID_UPDATE_MASK

  Value: 56 
 

The update mask is invalid.

Generated from protobuf enum INVALID_UPDATE_MASK = 56;

INVALID_PAGE_TOKEN

  Value: 57 
 

The page token is invalid.

Generated from protobuf enum INVALID_PAGE_TOKEN = 57;

CANNOT_UPDATE_DISABLED_LICENSE

  Value: 58 
 

Cannot update a license that has been disabled.

Generated from protobuf enum CANNOT_UPDATE_DISABLED_LICENSE = 58;

CANNOT_CREATE_LICENSE_FOR_SENSITIVE_USERLIST

  Value: 59 
 

Sensitive user lists cannot be licensed to this client.

Generated from protobuf enum CANNOT_CREATE_LICENSE_FOR_SENSITIVE_USERLIST = 59;

INSUFFICIENT_COST

  Value: 60 
 

Cost too low for this license.

Generated from protobuf enum INSUFFICIENT_COST = 60;

CANNOT_DISABLE_LICENSE

  Value: 61 
 

Reseller license cannot be disabled since it is in use.

Generated from protobuf enum CANNOT_DISABLE_LICENSE = 61;

  Value: 62 
 

Invalid client account id.

Generated from protobuf enum INVALID_CLIENT_ACCOUNT_ID = 62;

PRICING_ONLY_ZERO_COST_ALLOWED

  Value: 63 
 

Non-zero cost not allowed for this client account.

Generated from protobuf enum PRICING_ONLY_ZERO_COST_ALLOWED = 63;

PRICE_TOO_HIGH

  Value: 64 
 

Cost too high for this license.

Generated from protobuf enum PRICE_TOO_HIGH = 64;

CUSTOMER_NOT_ALLOWED_TO_CREATE_LICENSE

  Value: 65 
 

Customer not allowed to create license.

Generated from protobuf enum CUSTOMER_NOT_ALLOWED_TO_CREATE_LICENSE = 65;

INVALID_PRICING_END_DATE

  Value: 66 
 

Pricing end date is invalid for this license.

Generated from protobuf enum INVALID_PRICING_END_DATE = 66;

CANNOT_LICENSE_LOGICAL_LIST_WITH_LICENSED_OR_SHARED_SEGMENT

  Value: 67 
 

Logical user list with shared or licensed segment cannot be licensed.

Generated from protobuf enum CANNOT_LICENSE_LOGICAL_LIST_WITH_LICENSED_OR_SHARED_SEGMENT = 67;

  Value: 68 
 

Client customer's account type in the request does not match the customer's actual account type.

Generated from protobuf enum MISMATCHED_ACCOUNT_TYPE = 68;

MEDIA_SHARE_COST_NOT_ALLOWED_FOR_LICENSE_TYPE

  Value: 69 
 

License type does not support media share cost.

Generated from protobuf enum MEDIA_SHARE_COST_NOT_ALLOWED_FOR_LICENSE_TYPE = 69;

MEDIA_SHARE_COST_NOT_ALLOWED_FOR_CLIENT_CUSTOMER

  Value: 70 
 

Client customer type does not support media share cost.

Generated from protobuf enum MEDIA_SHARE_COST_NOT_ALLOWED_FOR_CLIENT_CUSTOMER = 70;

INVALID_MEDIA_SHARE_COST

  Value: 71 
 

Invalid media share cost.

Generated from protobuf enum INVALID_MEDIA_SHARE_COST = 71;

INVALID_COST_TYPE

  Value: 72 
 

Invalid cost type.

Generated from protobuf enum INVALID_COST_TYPE = 72;

MEDIA_SHARE_COST_NOT_ALLOWED_FOR_NON_COMMERCE_USER_LIST

  Value: 73 
 

UserList type does not support media share cost.

Generated from protobuf enum MEDIA_SHARE_COST_NOT_ALLOWED_FOR_NON_COMMERCE_USER_LIST = 73;

MAX_COST_NOT_ALLOWED

  Value: 74 
 

Max cost is only allowed for cost_type MEDIA_SHARE.

Generated from protobuf enum MAX_COST_NOT_ALLOWED = 74;

COMMERCE_AUDIENCE_CAN_ONLY_BE_DIRECTLY_LICENSED

  Value: 75 
 

Commerce audience can only be directly licensed.

Generated from protobuf enum COMMERCE_AUDIENCE_CAN_ONLY_BE_DIRECTLY_LICENSED = 75;

INVALID_DESCRIPTION

  Value: 76 
 

The description is not valid.

Generated from protobuf enum INVALID_DESCRIPTION = 76;

INVALID_DISPLAY_NAME

  Value: 77 
 

The display name is not valid.

Generated from protobuf enum INVALID_DISPLAY_NAME = 77;

DISPLAY_NAME_ALREADY_USED

  Value: 78 
 

The display name is already being used for another user list for the account.

Generated from protobuf enum DISPLAY_NAME_ALREADY_USED = 78;

OWNERSHIP_REQUIRED_FOR_UPDATE

  Value: 79 
 

Ownership is required to modify the user list.

Generated from protobuf enum OWNERSHIP_REQUIRED_FOR_UPDATE = 79;

USER_LIST_MUTATION_NOT_SUPPORTED

  Value: 80 
 

The user list type is read-only and does not support mutation.

Generated from protobuf enum USER_LIST_MUTATION_NOT_SUPPORTED = 80;

SENSITIVE_USER_LIST_IMMUTABLE

  Value: 81 
 

A user list which is privacy sensitive or legal rejected cannot be mutated by external users.

Generated from protobuf enum SENSITIVE_USER_LIST_IMMUTABLE = 81;

BILLABLE_RECORD_COUNT_IMMUTABLE

  Value: 82 
 

The remarketing user list's billable record field cannot be modified once it is set.

Generated from protobuf enum BILLABLE_RECORD_COUNT_IMMUTABLE = 82;

USER_LIST_NAME_RESERVED

  Value: 83 
 

The user list name is reserved for system lists.

Generated from protobuf enum USER_LIST_NAME_RESERVED = 83;

ADVERTISER_NOT_ALLOWLISTED_FOR_UPLOADED_DATA

  Value: 84 
 

The advertiser needs to be allowlisted to use remarketing lists created from advertiser uploaded data.

Generated from protobuf enum ADVERTISER_NOT_ALLOWLISTED_FOR_UPLOADED_DATA = 84;

UNSUPPORTED_PARTNER_AUDIENCE_SOURCE

  Value: 85 
 

The partner audience source is not supported for the user list type.

Generated from protobuf enum UNSUPPORTED_PARTNER_AUDIENCE_SOURCE = 85;

COMMERCE_PARTNER_NOT_ALLOWED

  Value: 86 
 

Setting the commerce_partner field is only supported if the partner_audience_source is COMMERCE_AUDIENCE .

Generated from protobuf enum COMMERCE_PARTNER_NOT_ALLOWED = 86;

UNSUPPORTED_PARTNER_AUDIENCE_INFO

  Value: 87 
 

The partner_audience_info field is not supported for the user list type.

Generated from protobuf enum UNSUPPORTED_PARTNER_AUDIENCE_INFO = 87;

  Value: 88 
 

Partner Match user lists cannot be created by manager accounts.

Generated from protobuf enum PARTNER_MATCH_FOR_MANAGER_ACCOUNT_DISALLOWED = 88;

DATA_PARTNER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA

  Value: 89 
 

The data partner is not allowlisted for THIRD_PARTY_PARTNER_DATA.

Generated from protobuf enum DATA_PARTNER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA = 89;

ADVERTISER_TOS_NOT_ACCEPTED

  Value: 90 
 

The advertiser has not accepted the partner's terms of service.

Generated from protobuf enum ADVERTISER_TOS_NOT_ACCEPTED = 90;

ADVERTISER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA

  Value: 91 
 

The advertiser is not allowlisted for THIRD_PARTY_PARTNER_DATA.

Generated from protobuf enum ADVERTISER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA = 91;

  Value: 92 
 

This user list type is not supported for this account.

Generated from protobuf enum USER_LIST_TYPE_NOT_SUPPORTED_FOR_ACCOUNT = 92;

INVALID_COMMERCE_PARTNER

  Value: 93 
 

The commerce_partner field is invalid.

Generated from protobuf enum INVALID_COMMERCE_PARTNER = 93;

CUSTOMER_NOT_ALLOWLISTED_FOR_COMMERCE_AUDIENCE

  Value: 94 
 

The data provider is not allowlisted to create commerce audiences.

Generated from protobuf enum CUSTOMER_NOT_ALLOWLISTED_FOR_COMMERCE_AUDIENCE = 94;

UNSUPPORTED_USER_LIST_UPLOAD_KEY_TYPES

  Value: 95 
 

The user list upload key types are not supported.

Generated from protobuf enum UNSUPPORTED_USER_LIST_UPLOAD_KEY_TYPES = 95;

UNSUPPORTED_INGESTED_USER_LIST_INFO_CONFIG

  Value: 96 
 

The ingested user list info config is not supported.

Generated from protobuf enum UNSUPPORTED_INGESTED_USER_LIST_INFO_CONFIG = 96;

  Value: 97 
 

The account types are not supported for the user list type.

Generated from protobuf enum UNSUPPORTED_ACCOUNT_TYPES_FOR_USER_LIST_TYPE = 97;

  Value: 98 
 

The account types are not supported for the partner link.

Generated from protobuf enum UNSUPPORTED_ACCOUNT_TYPE_FOR_PARTNER_LINK = 98;

MEMBERSHIP_DURATION_TOO_LONG

  Value: 99 
 

The user list membership duration is too long.

Generated from protobuf enum MEMBERSHIP_DURATION_TOO_LONG = 99;

INVALID_MERCHANT_ID

  Value: 100 
 

The merchant_id field is not valid.

Generated from protobuf enum INVALID_MERCHANT_ID = 100;

EU_POLITICAL_ADVERTISING_DECLARATION_REQUIRED

  Value: 101 
 

The customer contains non-exempt campaigns without the EU political advertising declaration.

Generated from protobuf enum EU_POLITICAL_ADVERTISING_DECLARATION_REQUIRED = 101;

Create a Mobile Website
View Site in Mobile | Classic
Share by: