26.2.0 February 3, 2026 Hotfix Release Notes
January 16th, 2026 by Joel Basart
Features and Changes
-
Support Device Identifier Macros in VAST URL Requests [ENG-2843] -We have upgraded our VAST ad integration to support Device Identifier Macros. Previously, ad requests were identical across all screens, making it difficult for ad partners to track specific devices.
With this update, you can now inject dynamic placeholders (such as device.serial_number, device.id or device.asset_id) directly into your VAST URLs. When an ad request is made, TelemetryTV automatically resolves these macros to the specific device's details.
For example:
-
Example Configuration: https://adserver.com/vast?device_id={{device.serial_number}}
- Resulting Request: https://adserver.com/vast?device_id=SN123456789
-
Fixes
- Fix Duplicate Device Notification [ENG-2600]- Resolved an issue that caused duplicate notifications to be sent when a device went offline. Users will now receive a single, accurate notification per offline event.