v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBCampaign
Analytics
Get campaign steps analytics
Get campaign steps analytics
get/api/v2/campaigns/analytics/steps
Query parameters
campaign_idstring uuid
Example:019f94cd-ae25-7150-8c40-4445b300e600
Campaign ID (optional). Leave this field empty to get the analytics for all campaigns
start_datestring
Example:2024-01-01
Start date
end_datestring
Example:2024-01-01
End date
include_opportunities_countboolean
Example:true
Whether to include the opportunities count per step. If this field is true then opportunities, unique_opportunities, meetings_booked, and won fields will be included in the response
Response
Default Response
Example response
[
{
"step": "1",
"variant": "0",
"sent": 5421,
"opened": 99,
"unique_opened": 60,
"replies": 60,
"unique_replies": 60,
"replies_automatic": 5,
"unique_replies_automatic": 4,
"clicks": 60,
"unique_clicks": 60,
"opportunities": 10,
"unique_opportunities": 8,
"meetings_booked": 2,
"won": 1
}
]