Skip to content

Data Event Summary Item

This will return a summary of a data event for the App.

namestring

The name of the event

Example:"placed-order"
firststring

The first time the event was sent

Example:"2014-01-16T23:12:21.000+00:00"
laststring

The last time the event was sent

Example:"2014-01-16T23:12:21.000+00:00 "
countinteger

The number of times the event was sent

Example:1
descriptionstring

The description of the event

Example:"A user placed an order"
{ "name": "placed-order", "first": "2014-01-16T23:12:21.000+00:00", "last": "2014-01-16T23:12:21.000+00:00 ", "count": 1, "description": "A user placed an order" }