Skip to main content

Send analytics events to the server​

Send analytics events to the server. The server will either drop or forward the event based on the user defined settings.

Request Body array

The analytics events to send

  • system string

    The system that emitted the event.

  • kind string

    The kind of event.

  • context object

    The context of the event.

  • property name* string
  • counters object

    The counters of the event.

  • property name* integer
  • at string

    The time of the event in IS0 8601 date time.

Responses

The events were accepted

Loading...