23 July 2026 (v2.162)
Staging ๐งช
ReachFive v2.162 brings a few new features and updates:
As always, we made some general improvements and fixed a few items for you.
Accurate updated_keys on import events
Previously, import jobs could emit user_updated and managed_user_created user events with an empty updated_keys array even when the profile was updated.
Now, updated_keys lists only the fields that were actually changed, so you can reliably react to import updates in webhooks, Pub/Sub hooks, and other integrations.
For example, when an import adds a birthdate to an existing profile, the event can look like this:
{
"type": "user_updated",
"canal": "job",
"job_type": "import",
"updated_keys": [
"birthdate",
"birth_day",
"birth_month",
"birth_year",
"age"
]
}
For more details, see updated_keys.
General improvements
-
In the ReachFive Console, the user profile now displays a partial birth date from
birth_dayandbirth_monthwhen the birth year is unavailable on the profile (for example due to provider limitations or data-processing requirements).Age is not calculated when the year is missing.
-
You can now see the session type under the Session devices tab in the ReachFive Console for a user.

Fixes
| Item | Fixed |
|---|---|
In some cases, the |
✓ |
Temporarily, a |
✓ |
In some limited instances, the user’s IP address was not updated when the user’s location changed. |
✓ |