Trophy Updates - June 2026

Author
Charlie Hopkins-Brinicombe
Charlie Hopkins-BrinicombeCo-Founder, Trophy

In June we added support for personalized streaks and launched data sync so teams can set up analytics dashboards that query Trophy data alongside their own.

Changelog

  • 🔥 Personalized streaks
  • 💽 Data sync
  • ⚠️ Notice of asset domain change

🔥 Personalized streaks

Trophy now supports allowing users to customize how their streak works, helping you deliver more personalized gamification features within guardrails you set.

Trophy's user preferences API now accepts additional streak properties, specifically to allow the modification of streak metrics and related thresholds, helping you build features that let users choose how easy/hard it is to keep their streak.

// PATCH /users/{id}/preferences

{
  "streak": {
    "evaluationMode": "OR",
    "metrics": [
      { "key": "words-written", "threshold": 500 }
    ]
  }
}

By giving users choice, you create more robust usage habits that users are more likely to stick to.

Personalized streaks are turned off by default. Existing streak mechanics will function as normal.

Learn more about how to use personalized streaks in the dedicated section of the documentation.

💽 Data sync

Trophy now supports syncing data to your own database for advanced analytics and reporting purposes.

This helps you write queries that access Trophy data alongside your own without relying on external APIs that can impede complex analytical use cases.

Trophy will create dedicated tables in your database, backfill them with historical data, and populate them periodically as changes occur.

For a full list of the available tables and supported database providers, read more in the data sync documentation.

Data sync is currently available for enterprise customers on request. Please contact us if you would like to set it up.

⚠️ Notice of asset domain change

On August 1st the domain used to serve assets hosted by Trophy will change. This includes assets such as:

  • Achievement badges
  • Points level badges
  • Tenant logos

The new domain that will be used to serve assets is assets.trophy.so. The existing asset hosting domain will continue to function until August 1st at which point requests will receive 404 response codes.

Most applications will be unaffected by this change. However, any applications that require trusted sources before rendering assets must specify assets.trophy.so as a trusted source.

Common frameworks that require the configuration of trusted sources and links to the relevant documentation on how to configure them are listed below:

Coming Soon

Here's what we have cooking...

  • 🔲 Drop-in pages
    Quickly add gamification to your app without building custom API integrations.
  • 🎁 Rewards
    Tools for managing redeemable rewards like points, discount codes and more, plus a logic engine for powering rewards from achievements, streaks and leaderboards.
  • 🏃‍♂️ Community Challenges
    Tools for running time-limited challenges that every user can take part in and be rewarded for.

Reply to this email and tell us what you want to see the most!

Until next month...

From the Trophy team

Trophy - Gamification infrastructure that retains users.

Author
Charlie Hopkins-Brinicombe
Charlie Hopkins-BrinicombeCo-Founder, Trophy

Get the latest on gamification

Product updates, best practices, and insights on retention and engagement — delivered straight to your inbox.

Trophy Updates - June 2026 - Trophy