Klaviyo Analytics Exporter
"Email Marketing Intelligence" by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Features
- Campaign analytics - Open rates, click rates, revenue, conversions
- Flow performance - Automation effectiveness and revenue
- List growth - Subscriber trends and growth rates
- Segment data - Audience segment performance
- Revenue attribution - Email-driven revenue tracking
- API-powered - Uses official Klaviyo API
Use Cases
- Performance reporting - Export data for client reports
- Data warehousing - Sync to your data warehouse
- Cross-platform analysis - Combine with other marketing data
- Benchmarking - Track performance over time
- Audit & backup - Export account data for records
Input
{
"apiKey": "pk_your_klaviyo_api_key",
"exportType": "ALL",
"dateRange": "30_DAYS",
"includeMetrics": true
}
Output
{
"account": {
"name": "Demo E-commerce Store",
"totalProfiles": 52000,
"totalLists": 5,
"totalFlows": 12
},
"campaigns": [
{
"name": "January Newsletter",
"subject": "New Year, New Products!",
"recipients": 45000,
"openRate": 35.7,
"clickRate": 8.0,
"revenue": 12450
}
],
"summary": {
"totalEmailsSent": 135000,
"avgOpenRate": 38.6,
"avgClickRate": 9.0,
"totalRevenue": 69700
}
}
Pricing
This actor uses pay-per-event pricing:
- export_completed: $0.10 per export run
Example: Daily exports for a month = $3.00