Add priority and priority name to the analytics event sent to Milestone with AI Bridge

Hello everyone,

We have a client that is receiving our analytics events from AI Bridge. However, they want to receive additional parameters such as the priority level and the priorityName. We’ve tried adding these parameters to the request event, but they never make it to their end. Is there any documentation on how to format our event or which parameters to override so we can get that information to them ?

event = {

          "@context": "[http://www.insights.data/2024/06/analytics-event.jsonld](http://www.insights.data/2024/06/analytics-event.jsonld)",

          "id": REST\_URL,

          "type": "AnalyticsEvent",

          "name": “example\_object”,

          "timestamp": “example\_timestamp”,

          "fromSource": {

            "type": "Reference",

            "uuid": “UUID of camera”

          },

        }

Thank you in advance.

There is one important concept I would like to clarify. Alarms have a priority property, events do not have a priority property.

If you have a setup where an analytics event trigger an alarm, where the analytics event fits an alarm definition which turns the event into an alarm, then you can in the alarm definition set the initial priority of the generated alarm.