REST API Changelog
In this section, you can track important changes and updates made to the Metrix REST API documentation. We continuously strive to keep the documentation up-to-date and practical.
2025
-
05 April 2025
- Feature: Added the capability to send Action Events and Revenue Events using
customName(event name). You can now send these events with your desired name without needing to pre-define a Slug in the panel.WarningNote: For
Unique Per Deviceevents, the Slug must still be pre-defined in the panel, as these events cannot be created or edited by default (usingcustomName). After defining the event in the panel, you can usecustomNamefor sending it.
- Feature: Added the capability to send Action Events and Revenue Events using
-
10 March 2025
- Feature: Messaging API added for sending messages through various channels (web push, app push, email, SMS, in-app, and in-site messages).
- Feature: Introduction of Server-type API Key for server-to-server integrations.
Caution
Security Warning: This key is particularly sensitive for sending messages. If your Server-type API Key is exposed, unauthorized individuals could misuse it to send messages to your users. Therefore, this key must be kept strictly confidential and should never be used in client-side code (web or mobile applications).
-
01 March 2025
- Feature: Added the capability to send Attributes for Action and Business events using JSON data types (including JSON Object and JSON Array).
2024
-
04 November 2024
- Feature: Added the ability to send Business Events for tracking business-related occurrences in backend systems (without user identifiers).
-
14 February 2024
- Feature: IP Whitelisting capability for Server-to-Server (S2S) requests to enhance security.