Skip to content

Campaign statistics

GET
/campaign/actions/

Fetch campaign stats from sent campaigns. Read more about campaigns statistics API.

Authorizations

bearerAuth

API Key authentication. Use format: Bearer <YOUR_TOKEN>

Type
HTTP (bearer)

Responses

Successful response

application/json
JSON
{
"campaigns": [
{
"campaign_key": "EMAIL-A-123",
"kind": "automated-email",
"automated": true,
"name": "Welcome email",
"state": "active",
"utm_campaign": "some-tag",
"campaign_tags": [
{
"id": "string",
"label": "string"
}
],
"folder": {
"id": 0,
"name": "string"
},
"permissions": {
"marketing_permission": "string"
},
"stats": {
"date_range": {
"start": "string",
"end": "string"
},
"audience_size": 0,
"audience_with_events": 0,
"audience_with_sales": 0,
"sales_for_conversion": 0,
"audience_unreachable": 0,
"audience_no_reaction": 0
}
}
]
}