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.
OBJECT PROPERTIES- max_recipients integer
The maximum number of recipients a push can be delivered to.
Used in:
- Create and send experiment (A/B test)
- Create pipelines (automated message)
- List existing pipelines
- List experiments
- List filtered pipelines
- List scheduled experiments
- List schedules
- Look up experiment
- Look up pipeline
- Look up schedule
- Schedule message with bulk ID
- Schedule notifications
- Schedule templated pushes
- Send message with bulk ID
- Send pushes
- Update pipeline
- Update schedule
- Validate experiment
- Validate message with bulk ID
- Validate pipelines
- Validate pushes
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.
OBJECT PROPERTIES- * string
Example:
map[key:value]
Used in:
- Create and send experiment (A/B test)
- Create pipelines (automated message)
- List existing pipelines
- List experiments
- List filtered pipelines
- List scheduled experiments
- List schedules
- Look up experiment
- Look up pipeline
- Look up schedule
- Schedule message with bulk ID
- Schedule notifications
- Schedule templated pushes
- Send message with bulk ID
- Send pushes
- Update pipeline
- Update schedule
- Validate experiment
- Validate message with bulk ID
- Validate pipelines
- Validate pushes
Examples
Ban list parameters
{
"ban_list_parameters": {
"category": "api-cat"
}
}