Carillon docs
Dashboard

Manage audiences

Build filters, preview the reachable count, and save an audience.

Create an audience

  1. Open Audiences in your app.
  2. Add filters. A device must match every filter.
  3. Check the reachable count: matching devices that are opted in and not invalidated.
  4. Save with a name unique within the app.

The count reflects current device state. See audience filters for fields and matching rules.

Comparisons

Each filter on locale, timezone_id, app_version, app_build, os_version or a tag offers a comparison:

ComparisonMatchesAPI equivalent
IsThe exact valuevalue
Is one ofAny value in the list, one per line, up to 50in
Is none ofAny other value, and devices without the field or tag at allnot_in
Is set (tags only)Devices that carry the tag, whatever its valueexists: true
Is not set (tags only)Devices without the tagexists: false

To exclude values without also matching devices that never set the tag, add a second filter on the same tag with Is set. "Every country except France and Belgium" is therefore two filters: country Is none of FR, BE, and country Is set.

Send to an audience

Select the saved audience in the message composer, or use its ID as audience.audience_id in a send request.

Edit or delete

A campaign copies its audience filters when accepted. Editing or deleting the saved audience does not change campaigns already created from it.

Send from the dashboard · Target an audience with the API

On this page