LookalikeSegment type

A segment of users who “look like” one of the client's other segments (uses "look-alike" technology).

Response format

A segment of users who “look like” one of the client's other segments (uses "look-alike" technology).


{
    "id" :  < int > ,
    "name" :  < string > ,
    "status" :  < segment_external_status > ,
    "create_time" :  < date > ,
    "owner" :  < string > ,
    "lookalike_link" :  < integer > ,
    "lookalike_value" :  < integer > ,
    "maintain_device_distribution" :  < boolean > ,
    "maintain_geo_distribution" :  < boolean > 
}
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.
lookalike_link ID of the segment that the created segment should be similar to.
lookalike_value The degree of “similarity”. Accepts the values 1 2 3 4 5.
maintain_device_distribution

Distribute users by device type. Acceptable values:

  • true — The distribution of users by device type is maintained, if possible.
  • false – The distribution of users by device type is ignored.

Default value: true.

maintain_geo_distribution

Distribute users by city. Acceptable values:

  • true — The distribution of users by city is maintained, if possible.
  • false – The distribution of users by city is ignored.

Default value: true.

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.
lookalike_link ID of the segment that the created segment should be similar to.
lookalike_value The degree of “similarity”. Accepts the values 1 2 3 4 5.
maintain_device_distribution

Distribute users by device type. Acceptable values:

  • true — The distribution of users by device type is maintained, if possible.
  • false – The distribution of users by device type is ignored.

Default value: true.

maintain_geo_distribution

Distribute users by city. Acceptable values:

  • true — The distribution of users by city is maintained, if possible.
  • false – The distribution of users by city is ignored.

Default value: true.