Set Up Nudge Priority
Learn to prioritize nudges based on end-user priority groups.
Overview
The Nudge Priority feature lets you choose which nudges to show first based on which users are selected. It decides the order when there are multiple nudges in the same space.
Android SDK versions
This feature is available from Android Nudge SDK 8.6.8 and later.
Set Up Your Nudge Priority
Follow these steps to modify information:
- Click Nudge Journeys on the dashboard homepage.
- Select
button.
Switch Nudges
The default group contains all nudges that are not prioritized. You can drag and reorder the nudges to set their priority.
- Drag nudges to reorder or move them to other groups.
- Click Save to apply your changes.
Nudge Display Priority in SDK
The SDK uses the priority settings to decide which nudges to display. Here is how it works:
Group Type | Behavior |
---|---|
Default Group | Nudges in this group are shown to all eligible users when the trigger condition happens. Higher-priority nudges are not checked. If multiple nudges have the same trigger, the higher-priority nudge shows first. |
Priority Group | Nudges in priority groups are based on both group priority and individual nudge priority. The SDK checks if a higher-priority nudge has already been displayed before showing a lower-priority one. |
Different Groups | If nudges from different groups have the same trigger, the nudge from the higher-priority group shows first. |
Updated 2 months ago