Use targeting to personalize Flows to different cohorts of users, seamlessly link multiple onboarding experiences together, and define completion criterias for a Step in a Flow.
You can optionally add targeting to every Flow you create. You can view and edit this targeting logic on the Targeting tab of the Flow detail page. The Flow targeting logic is used to determine who should see the Flow.
All data you’ve made available to Frigade can be used in your targeting logic, including the properties below supported on users. You can also sync with your existing analytics platform to leverage user properties and events you’re already tracking.
All data you’ve made available to Frigade can be used in your targeting logic, including the properties below supported on groups. You can also sync with your existing analytics platform to leverage group properties and events you’re already tracking
You can use relative dates in your targeting logic similar to how this is handled in plain Javascript.
For example, you can target users who are younger than at least 30 days:
Copy
Ask AI
user.property('accountCreatedDate') within 30d
Or target users who are older than 30 days:
Copy
Ask AI
user.property('accountCreatedDate') !within 30d
This behavior also works for targeting users who have completed a Flow within as certain time frame: