ingestionError property

String? ingestionError
getter/setter pair

The ingestion error of the field.

Output only. Possible string values are:

  • "UNKNOWN_PARSING_ERROR" : The ingestion error is unknown.
  • "MISSING_ID" : The ingestion error when the ID value is missing.
  • "MISSING_REPORTING_LABEL" : The ingestion error when the element value name used for reporting is missing.
  • "EMPTY_VALUE" : The ingestion error when a required value is empty
  • "ASSET_DOWNLOAD_ERROR" : The ingestion error when asset retrieval fails for a particular image or asset.
  • "ID_TOO_LONG" : The ingestion error when the ID value exceeds the string length limit.
  • "DUPLICATE_ID" : The ingestion error when the ID value is duplicate.
  • "PARSING_ERROR" : The ingestion error when parsing the field fails.
  • "COUNTRY_PARSING_ERROR" : The ingestion error when parsing the country code fails.
  • "LONG_PARSING_ERROR" : The ingestion error when parsing the long value fails.
  • "BOOL_PARSING_ERROR" : The ingestion error when parsing the boolean value fails.
  • "EXPANDED_URL_PARSING_ERROR" : The ingestion error when parsing the expanded url fails.
  • "FLOAT_PARSING_ERROR" : The ingestion error when parsing the float value fails.
  • "DATETIME_PARSING_ERROR" : The ingestion error when parsing the datetime value fails.
  • "INVALID_PREFERENCE_VALUE" : The ingestion error when the preference value is not a positive float.
  • "GEO_NOT_FOUND_ERROR" : The ingestion error when a geo location is not found.
  • "GEO_PARSING_ERROR" : The ingestion error when parsing the geo field fails.
  • "GEO_PROXIMITY_TARGETING_MULTIPLE_LOCATION_ERROR" : The ingestion error when a feed row has multiple geotargets with proximity targeting enabled.
  • "POSTAL_CODE_PARSING_ERROR" : The ingestion error when parsing the postal code value fails.
  • "METRO_CODE_PARSING_ERROR" : The ingestion error when parsing the metro code value fails.
  • "DATETIME_WITHOUT_TIMEZONE_PARSING_ERROR" : The ingestion error when parsing the datetime value fails.
  • "WEIGHT_PARSING_ERROR" : The ingestion error when parsing the weight value fails.
  • "CREATIVE_DIMENSION_PARSING_ERROR" : The ingestion error when parsing the creative dimension value fails.
  • "MULTIVALUE_ID" : The ingestion error when a STRING_LIST type ID has multiple values.
  • "ENDTIME_BEFORE_STARTTIME" : The ingestion error when the end time is before the start time.
  • "INVALID_ASSET_LIBRARY_HANDLE" : The ingestion error when the asset library handle is invalid.
  • "INVALID_ASSET_LIBRARY_VIDEO_HANDLE" : The ingestion error when the asset library video handle is invalid.
  • "INVALID_ASSET_LIBRARY_DIRECTORY_HANDLE" : The ingestion error when the asset library directory handle is invalid.
  • "DYNAMIC_TARGETING_KEY_NOT_DEFINED_FOR_ADVERTISER" : The ingestion error when a targeting key used but not defined for the CM360 Advertiser.
  • "USERLIST_ID_NOT_ACCESSIBLE_FOR_ADVERTISER" : The ingestion error when the userlist ID is not accessible for the CM360 Advertiser.
  • "ENDTIME_PASSED" : The ingestion error when the end time is passed.
  • "ENDTIME_TOO_SOON" : The ingestion error when the end time is in the near future (i.e., <7 days).
  • "TEXT_ASSET_REFERENCE" : The ingestion error when a text field specifies a reference to an asset.
  • "IMAGE_ASSET_SCS_REFERENCE" : The ingestion error when Image field specifies a reference to an asset hosted on SCS (s0.2mdn.net/s0qa.2mdn.net).
  • "AIRPORT_GEO_TARGET" : The ingestion error when a geo target is an airport.
  • "CANONICAL_NAME_QUERY_MISMATCH" : The ingestion error when the geo target's canonical name does not match the query string used to obtain it.
  • "NO_DEFAULT_ROW" : The ingestion error or warning when the default row is not set.
  • "NO_ACTIVE_DEFAULT_ROW" : The ingestion error or warning when the default row is not active.
  • "NO_DEFAULT_ROW_IN_DATE_RANGE" : The ingestion error or warning when the default row is not in the date range.
  • "NO_ACTIVE_DEFAULT_ROW_IN_DATE_RANGE" : The ingestion error or warning when the default row is not in the date range.
  • "PAYLOAD_LIMIT_EXCEEDED" : The ingestion error when when the payload of the record is above a threshold.
  • "SSL_NOT_COMPLIANT" : The ingestion error or warning when the field is not SSL compliant.

Implementation

core.String? ingestionError;