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.