---
title: Trophy Updates - June 2026
canonical_url: "https://trophy.so/blog/trophy-updates-june-2026"
description: "Support for personalized streaks, data sync for enterprise customers and a notice of upcoming change to our asset domain."
last_updated: "2026-07-23T10:25:10.000+00:00"
---

# Trophy Updates - June 2026

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](https://docs.trophy.so/api-reference/endpoints/users/update-user-preferences) 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.

```typescript
// 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](https://docs.trophy.so/features/streaks#streak-personalization).

## 💽 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](https://docs.trophy.so/platform/data-sync).

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:

-   [NextJS](https://nextjs.org/docs/pages/api-reference/components/image#remotepatterns)
-   [Nuxt](https://image.nuxt.com/get-started/providers#remote-images)
-   [Astro](https://docs.astro.build/en/guides/images/#authorizing-remote-images)

## 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](https://storage.ghost.io/c/19/20/1920b913-769b-42d4-8aea-7e26af22b8ee/content/images/2025/08/Screenshot-2025-08-18-at-18.53.15.png)

* * *

![Trophy - Gamification infrastructure that retains users.](https://storage.ghost.io/c/19/20/1920b913-769b-42d4-8aea-7e26af22b8ee/content/images/2025/07/og.png)
