get https://api.freewheel.tv/services/v4/segment/ingestion/status
Response Schema
Name | Description |
---|---|
lines_processed_count | The total number of raw lines that were processed. lines_failed_count and lines_succeeded_count add up to this value. |
lines_failed_count | The total number of lines that had an error and were not processed. This value includes lines that failed due to line parsing errors. |
lines_succeeded_count | The total number of lines that processed successfully. |
unique_segments_count | The number of unique segments ingested. |
lines_parsed_error_count | The number of lines that had an error when parsing the data. This number is part of lines_failed_count |
invalid_user_ids_count | The number of lines that failed user ID validations. For example, an incorrectly formatted or unreachable IP address. |
empty_line_error_count | The number of lines that were empty. This value is part of lines_parsed_error_count . |
incorrect_field_format_error_count | User error: the data format expected a specific number of columns. This value is part of lines_parsed_error_count . |
non_ascii_characters_error_count | User error: Non-ascii characters are not accepted. This value is part of lines_parsed_error_count . |
incorrect_delimiter_error_count | User error: incorrect delimiter was used. For example, sending pipes but the file is named "csv". This value is part of lines_parsed_error_count . |
missing_segments_field_error_count | User error: the number of fields was correct, but a required field was empty. This value is part of lines_parsed_error_count . |