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

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

Error reasons for Data Manager API.

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 
 

Country code is not valid.

Generated from protobuf enum INVALID_COUNTRY_CODE = 13;

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;

Design a Mobile Site
View Site in Mobile | Classic
Share by: