UploadingSegment type

A segment created from a file with user data.

Response format

A segment created from a file with user data.


{
    "id" :  < int > ,
    "name" :  < string > ,
    "status" :  < segment_external_status > ,
    "create_time" :  < date > ,
    "owner" :  < string > ,
    "hashed" :  < boolean > ,
    "content_type" :  < segment_content_type > 
}
Parameters Description
id ID of the segment. Specify this parameter when updating a segment.
name Segment name.
status Status of processing the segment.

Possible values:

  • uploaded – The segment with the user's data has been uploaded.
  • is_processed – The segment with the specified parameters is being processed.
  • processed – Uploading and processing the segment is complete. The segment is ready to use.
  • processing_failed – Processing the segment failed with an error.
  • is_updated — The segment is updated.
  • few_data – The segment doesn't have enough data.
create_time The time of segment creation.
owner The username of the segment owner.
hashed Whether every string in the uploaded file is hashed.

Possible values:

  • 0 — Unhashed.
  • 1 — Hashed.
content_type The type of file content.

Possible values:

  • idfa_gaid – Device IDs.
  • mac — MAC addresses.
  • crm — CRM data.
Parameters Description
id ID of the segment. Specify this parameter when updating a segment.
name Segment name.
status Status of processing the segment.

Possible values:

  • uploaded – The segment with the user's data has been uploaded.
  • is_processed – The segment with the specified parameters is being processed.
  • processed – Uploading and processing the segment is complete. The segment is ready to use.
  • processing_failed – Processing the segment failed with an error.
  • is_updated — The segment is updated.
  • few_data – The segment doesn't have enough data.
create_time The time of segment creation.
owner The username of the segment owner.
hashed Whether every string in the uploaded file is hashed.

Possible values:

  • 0 — Unhashed.
  • 1 — Hashed.
content_type The type of file content.

Possible values:

  • idfa_gaid – Device IDs.
  • mac — MAC addresses.
  • crm — CRM data.