segments

Manually managed audience segments

This endpoint allows the client to retrieve a list of audience segments.

An audience segment is a group of users that can be targeted by a Billboard. This API only permits managing segments you create and maintain yourself.

The endpoint supports pagination, and each page will contain 30 segments by default.

get/api/segments

Query parameters

per_pageinteger

Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.

Response

A List of manually managed audience segments

idinteger

The ID of the segment

type_of'manual'

Marks the segment as manually managed (other types are internal)

user_countinteger

The current number of users in the segment

Changes