Returns metrics for a given transactional notification group

This endpoint returns data and metrics for a given transactional notification group. Metrics are updated in real time. Influenced opens (including direct and indirect), events and purchases are counted using our standard attribution windows.

It supports the use of date ranges to filter the result set. This must be done in the format YYYY-mm-dd.

FieldTypeDescription
groupStringThe transactional notification group
direct_opensIntegerHow many times users opened the app as a result of tapping the push alert directly
indirect_opensIntegerHow many times users opened the app as a result of receiving a push notification, then opening the app without interacting with the push alert
event_conversionsDictionary<String, Integer>A list of custom events where the key is a custom event and the value is the number of occurrences of this event
purchase_conversionsArray[PurchaseItem<name: String, total_value: Integer, count: Integer>]A list of purchase objects attributed to the transactional push group, containing name, total value and count. Note that total_value is an integer number of cents, so a purchase worth $10 will show as 1000.
Language
Authorization
Basic
base64
: