Streaks
Learn how to use streaks in a gamified product experience with Trophy.
What are Streaks?
A streak is a period of consecutive days, weeks or months that a user has performed a key action on your platform. Streaks have been shown to meaningfully increase retention, particularly when the user action being tracked aligns with the core value of your product.
Use Trophy’s metric analytics to compare the retention of each user interaction, then configure streaks around these interactions to maximize retention impact.
Streaks are global to your platform, meaning that each user has a single streak across all interactions. You can decide which Metrics should contribute a user’s streak on the streaks configure page.
Key Attributes
Streak Frequency
Streaks can be configured to be daily, weekly or monthly. This means that a user must increment a metric at least once every calendar day, week or month to maintain their streak.
Trophy will automatically compute streak data for all streak frequencies, which means you can change the frequency at any time while maintaining users’ streaks. Just note that changing the frequency may be confusing for users, so best to communicate any changes ahead of time.
Streak Metrics
You can choose which metrics should contribute to a user’s streak
For example, if your platform is a language learning app, you might want to track a user’s streak based on the number of lessons completed, while also tracking a metric for the number of words learned that doesn’t affect streaks. In this case, you would configure the lessons completed metric to contribute to streak’s but not the words learned metric.
Tracking Streaks
Trophy automatically calculates streaks for all users when users increment a metric. There’s no extra work required of you to track streaks, and you can start using them right away. Just make sure that streaks are enabled in the Trophy dashboard.

Displaying Streaks
Trophy exposes streak data in two ways, which can be used to build UI elements within your applications and display streaks to users.
Take a look at our examples center for live demos of APIs in practice.
Metric Event Response
When you increment a metric for a user, the Metric API response will include the user’s current streak (if streaks are enabled).
This can be used to transactionally trigger UI/UX elements including:
- Showing in-app pop-ups
- Playing sound effects
User Streaks API
At any time, you can query the User Streaks API.
This will return the current streak for a single user, along with their recent streak history. Use the historyPeriods
query parameter to control how many periods to return.
Use this data to display a user’s streak history within your application.

Get Support
Want to get in touch with the Trophy team? Reach out to us via email. We’re here to help!