v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBCampaign
Analytics
Get campaign(s) analytics
Get analytics for one or multiple campaigns. Specify the id field to get the analytics for a single campaign, or leave it empty to get the analytics for all campaigns
get/api/v2/campaigns/analytics
Query parameters
idstring uuid
Example:019f94cd-ae23-7bf9-b7ce-c8fab488f2ed
A campaign ID to get the analytics for. Leave this field empty to get the analytics for all campaigns
idsstring[]
[ "019f94cd-ae23-7bf9-b7ce-c8fb40427966" ]
start_datestring
Example:2024-01-01
Start date
end_datestring
Example:2024-01-01
End date
exclude_total_leads_countboolean
Example:true
Exclude the total leads from the result. Setting this to true will considerably decrease the response time
Response
Default Response
Example response
[
{
"campaign_name": "My Test Campaign",
"campaign_id": "019f94cd-ae23-7bf9-b7ce-c8fc71654d68",
"campaign_status": 1,
"campaign_is_evergreen": true,
"leads_count": 1500,
"contacted_count": 1200,
"emails_sent_count": 5000,
"new_leads_contacted_count": 200,
"open_count": 800,
"open_count_unique": 750,
"open_count_unique_by_step": 900,
"reply_count": 300,
"reply_count_unique": 280,
"reply_count_unique_by_step": 350,
"reply_count_automatic": 15,
"reply_count_automatic_unique": 12,
"reply_count_automatic_unique_by_step": 18,
"link_click_count": 800,
"link_click_count_unique": 600,
"link_click_count_unique_by_step": 720,
"bounced_count": 50,
"unsubscribed_count": 20,
"completed_count": 1100,
"total_opportunities": 10,
"total_opportunity_value": 1000
}
]