Get analytics of campaigns

GET {{baseUrl}}/v1/applications/:applicationId/campaigns/:campaignId/analytics?rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z&granularity=1 week

Retrieve statistical data about the performance of the given campaign.

Request Params

KeyDatatypeRequiredDescription
rangeStartstring(Required) Only return results from after this timestamp.

Note:

  • This must be an RFC3339 timestamp string.
  • You can include a time component in your string, for example, T23:59:59 to specify the end of the day. The time zone setting considered is UTC. If you do not include a time component, a default time value of T00:00:00 (midnight) in UTC is considered. | | rangeEnd | string | | (Required) Only return results from before this timestamp.

Note:

  • This must be an RFC3339 timestamp string.
  • You can include a time component in your string, for example, T23:59:59 to specify the end of the day. The time zone setting considered is UTC. If you do not include a time component, a default time value of T00:00:00 (midnight) in UTC is considered. | | granularity | string | | The time interval between the results in the returned time-series. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring