Audience limits

Schemas for audience limits, additional audience checks, and ban list parameters.

Audience limits object

Defines limits to be applied to Push Notifications and standard in-app messages (not In-App Automations or Scenes) only. See Audience Limit in the Message delivery user guide for additional information and limitations.

Jump to examples ↓

OBJECT PROPERTIES
  • max_recipients integer

    The maximum number of recipients a push can be delivered to.

Used in:

Examples

Audience limits

{
  "options": {
    "audience_limits": {
      "max_recipients": 1000
    }
  }
}

Ban List parameters

A list of parameters, where the key and value are both strings, that will be used to override the default values set for variables in a Ban List request URL.

Jump to examples ↓

OBJECT PROPERTIES
  • * string

Used in:

Examples

Ban List parameters

{
  "ban_list_parameters": {
    "category": "api-cat"
  }
}