Create an audience of users who have purchased a particular reward
Introduction
Configuration
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "required": [ "rewardId" ], "properties": { "rewardId": { "enum": [ "enter reward ID here" ] } } }
Tips
PreviousCreate audiences based on user activityNextCreate an audience of users who have or haven't reported one or more events
Last updated
Was this helpful?