Upload folder using huggingface_hub
Browse files- ._README.md +0 -0
- ._data +0 -0
- README.md +74 -0
- data/._campaigns.csv +0 -0
- data/._events.csv +0 -0
- data/._segments.csv +0 -0
- data/._subscribers.csv +0 -0
- data/campaigns.csv +158 -0
- data/events.csv +0 -0
- data/segments.csv +6 -0
- data/subscribers.csv +0 -0
._README.md
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._data
ADDED
|
Binary file (4.1 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- open-rate
|
| 10 |
+
- martech
|
| 11 |
+
- engagement
|
| 12 |
+
- a-b-testing
|
| 13 |
+
- deliverability
|
| 14 |
+
- test-data
|
| 15 |
+
- mindweave
|
| 16 |
+
- email
|
| 17 |
+
- newsletter
|
| 18 |
+
- subscribers
|
| 19 |
+
- campaigns
|
| 20 |
+
- synthetic-data
|
| 21 |
+
- analytics
|
| 22 |
+
- marketing
|
| 23 |
+
- click-rate
|
| 24 |
+
pretty_name: Email Marketing Campaign Analytics Dataset
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: campaigns
|
| 29 |
+
data_files: data/campaigns.csv
|
| 30 |
+
default: true
|
| 31 |
+
- config_name: events
|
| 32 |
+
data_files: data/events.csv
|
| 33 |
+
- config_name: segments
|
| 34 |
+
data_files: data/segments.csv
|
| 35 |
+
- config_name: subscribers
|
| 36 |
+
data_files: data/subscribers.csv
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
# Email Marketing Campaign Analytics Dataset
|
| 40 |
+
|
| 41 |
+
Email campaign performance data for a simulated B2B SaaS company running
|
| 42 |
+
120 campaigns over 18 months. 15,000 subscribers across 5 segments,
|
| 43 |
+
40,000 email events (sends, opens, clicks, bounces, unsubscribes).
|
| 44 |
+
|
| 45 |
+
Features realistic engagement curves: declining open rates over time,
|
| 46 |
+
segment-specific behavior, A/B test results, and two anomalies — a
|
| 47 |
+
deliverability crisis (IP blacklisted for 2 weeks) and a viral campaign
|
| 48 |
+
that 3x'd normal click rates.
|
| 49 |
+
|
| 50 |
+
Ideal for: MarTech platform testing, email deliverability analysis,
|
| 51 |
+
campaign optimization ML, customer segmentation, and marketing dashboards.
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
## Tables
|
| 55 |
+
|
| 56 |
+
| Table | Rows |
|
| 57 |
+
|-------|------|
|
| 58 |
+
| campaigns | 157 |
|
| 59 |
+
| events | 41,300 |
|
| 60 |
+
| segments | 5 |
|
| 61 |
+
| subscribers | 15,000 |
|
| 62 |
+
| **Total** | **56,462** |
|
| 63 |
+
|
| 64 |
+
## Formats
|
| 65 |
+
|
| 66 |
+
- CSV (in `data/` directory)
|
| 67 |
+
- Parquet (available in full version)
|
| 68 |
+
- SQLite (available in full version)
|
| 69 |
+
|
| 70 |
+
## About
|
| 71 |
+
|
| 72 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 73 |
+
|
| 74 |
+
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/._campaigns.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._events.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._segments.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._subscribers.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/campaigns.csv
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,type,subject_line,sent_date,total_recipients,status
|
| 2 |
+
1,What's New: Year in Review 2024,product_update,Monthly Roundup: Year in Review 2024,2023-01-01 00:00:00,2782,sent
|
| 3 |
+
2,Monthly Roundup: SOC 2 Compliance Certified,newsletter,What's New: SOC 2 Compliance Certified,2023-01-01 00:00:00,803,sent
|
| 4 |
+
3,Getting Started: Top Features This Month,onboarding,Monthly Roundup: Top Features This Month,2023-01-01 00:00:00,620,sent
|
| 5 |
+
4,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-01-08 00:00:00,1537,sent
|
| 6 |
+
5,What's New: Top Features This Month,product_update,Monthly Roundup: Top Features This Month,2023-01-15 00:00:00,1993,sent
|
| 7 |
+
6,Getting Started: 10 Companies Transforming Their Data,onboarding,Customer Success: 10 Companies Transforming Their Data,2023-01-15 00:00:00,2090,sent
|
| 8 |
+
7,What's New: Real-time Dashboard Alerts,product_update,What's New: Real-time Dashboard Alerts,2023-01-22 00:00:00,1247,sent
|
| 9 |
+
8,Getting Started: Slack Integration Now Live,onboarding,What's New: Slack Integration Now Live,2023-01-22 00:00:00,1567,sent
|
| 10 |
+
9,What's New: Custom Report Builder,product_update,What's New: Custom Report Builder,2023-01-29 00:00:00,674,sent
|
| 11 |
+
10,Getting Started: Multi-Region Data Hosting,onboarding,What's New: Multi-Region Data Hosting,2023-01-29 00:00:00,2500,sent
|
| 12 |
+
11,What's New: 20% Off Annual Plans,product_update,Special Offer: 20% Off Annual Plans,2023-02-05 00:00:00,1055,sent
|
| 13 |
+
12,Monthly Roundup: Real-time Dashboard Alerts,newsletter,What's New: Real-time Dashboard Alerts,2023-02-05 00:00:00,1647,sent
|
| 14 |
+
13,Getting Started: Multi-Region Data Hosting,onboarding,What's New: Multi-Region Data Hosting,2023-02-05 00:00:00,2276,sent
|
| 15 |
+
14,What's New: Slack Integration Now Live,product_update,What's New: Slack Integration Now Live,2023-02-12 00:00:00,2989,sent
|
| 16 |
+
15,Monthly Roundup: Slack Integration Now Live,newsletter,What's New: Slack Integration Now Live,2023-02-12 00:00:00,1951,sent
|
| 17 |
+
16,Customer Success: Top Features This Month,case_study,Monthly Roundup: Top Features This Month,2023-02-12 00:00:00,2209,sent
|
| 18 |
+
17,Getting Started: 10 Companies Transforming Their Data,onboarding,Customer Success: 10 Companies Transforming Their Data,2023-02-12 00:00:00,2058,sent
|
| 19 |
+
18,What's New: 10 Companies Transforming Their Data,product_update,Customer Success: 10 Companies Transforming Their Data,2023-02-19 00:00:00,0,sent
|
| 20 |
+
19,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2023-02-26 00:00:00,0,sent
|
| 21 |
+
20,What's New: Your First Dashboard in 5 Minutes,product_update,Getting Started: Your First Dashboard in 5 Minutes,2023-03-05 00:00:00,0,sent
|
| 22 |
+
21,What's New: 20% Off Annual Plans,product_update,Special Offer: 20% Off Annual Plans,2023-03-12 00:00:00,0,sent
|
| 23 |
+
22,Getting Started: Team Collaboration Features,onboarding,What's New: Team Collaboration Features,2023-03-12 00:00:00,0,sent
|
| 24 |
+
23,What's New: Upgrade Before Price Increase,product_update,Special Offer: Upgrade Before Price Increase,2023-03-19 00:00:00,0,sent
|
| 25 |
+
24,What's New: Free Migration Assistance,product_update,Special Offer: Free Migration Assistance,2023-03-26 00:00:00,0,sent
|
| 26 |
+
25,Getting Started: Your First Dashboard in 5 Minutes,onboarding,Getting Started: Your First Dashboard in 5 Minutes,2023-03-26 00:00:00,0,sent
|
| 27 |
+
26,What's New: Top Features This Month,product_update,Monthly Roundup: Top Features This Month,2023-04-02 00:00:00,0,sent
|
| 28 |
+
27,Monthly Roundup: Free Migration Assistance,newsletter,Special Offer: Free Migration Assistance,2023-04-02 00:00:00,0,sent
|
| 29 |
+
28,Getting Started: DataFlow's Journey to Real-Time Analytics,onboarding,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-04-02 00:00:00,0,sent
|
| 30 |
+
29,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-04-09 00:00:00,0,sent
|
| 31 |
+
30,Monthly Roundup: Product Roadmap Update,newsletter,Monthly Roundup: Product Roadmap Update,2023-04-09 00:00:00,0,sent
|
| 32 |
+
31,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-04-16 00:00:00,0,sent
|
| 33 |
+
32,What's New: Real-time Dashboard Alerts,product_update,What's New: Real-time Dashboard Alerts,2023-04-23 00:00:00,0,sent
|
| 34 |
+
33,What's New: Team Collaboration Features,product_update,What's New: Team Collaboration Features,2023-04-30 00:00:00,0,sent
|
| 35 |
+
34,Getting Started: Top Features This Month,onboarding,Monthly Roundup: Top Features This Month,2023-04-30 00:00:00,0,sent
|
| 36 |
+
35,What's New: Connect Your Data Sources,product_update,Getting Started: Connect Your Data Sources,2023-05-07 00:00:00,0,sent
|
| 37 |
+
36,Monthly Roundup: Top Features This Month,newsletter,Monthly Roundup: Top Features This Month,2023-05-07 00:00:00,0,sent
|
| 38 |
+
37,What's New: Your First Dashboard in 5 Minutes,product_update,Getting Started: Your First Dashboard in 5 Minutes,2023-05-14 00:00:00,0,sent
|
| 39 |
+
38,Getting Started: Slack Integration Now Live,onboarding,What's New: Slack Integration Now Live,2023-05-14 00:00:00,0,sent
|
| 40 |
+
39,What's New: Custom Report Builder,product_update,What's New: Custom Report Builder,2023-05-21 00:00:00,0,sent
|
| 41 |
+
40,Getting Started: Upgrade Before Price Increase,onboarding,Special Offer: Upgrade Before Price Increase,2023-05-21 00:00:00,0,sent
|
| 42 |
+
41,What's New: Year in Review 2024,product_update,Monthly Roundup: Year in Review 2024,2023-05-28 00:00:00,0,sent
|
| 43 |
+
42,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2023-06-04 00:00:00,0,sent
|
| 44 |
+
43,Monthly Roundup: Upgrade Before Price Increase,newsletter,Special Offer: Upgrade Before Price Increase,2023-06-04 00:00:00,0,sent
|
| 45 |
+
44,Special Offer: Your First Dashboard in 5 Minutes,promotional,Getting Started: Your First Dashboard in 5 Minutes,2023-06-04 00:00:00,0,sent
|
| 46 |
+
45,Getting Started: Invite Your Team,onboarding,Getting Started: Invite Your Team,2023-06-04 00:00:00,0,sent
|
| 47 |
+
46,What's New: Product Roadmap Update,product_update,Monthly Roundup: Product Roadmap Update,2023-06-11 00:00:00,0,sent
|
| 48 |
+
47,Monthly Roundup: Slack Integration Now Live,newsletter,What's New: Slack Integration Now Live,2023-06-11 00:00:00,0,sent
|
| 49 |
+
48,Customer Success: Top Features This Month,case_study,Monthly Roundup: Top Features This Month,2023-06-11 00:00:00,0,sent
|
| 50 |
+
49,Getting Started: Team Collaboration Features,onboarding,What's New: Team Collaboration Features,2023-06-11 00:00:00,0,sent
|
| 51 |
+
50,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2023-06-18 00:00:00,0,sent
|
| 52 |
+
51,What's New: Your First Dashboard in 5 Minutes,product_update,Getting Started: Your First Dashboard in 5 Minutes,2023-06-25 00:00:00,0,sent
|
| 53 |
+
52,Special Offer: Upgrade Before Price Increase,promotional,Special Offer: Upgrade Before Price Increase,2023-06-25 00:00:00,0,sent
|
| 54 |
+
53,Getting Started: API v3 with GraphQL Support,onboarding,What's New: API v3 with GraphQL Support,2023-06-25 00:00:00,0,sent
|
| 55 |
+
54,What's New: API v3 with GraphQL Support,product_update,What's New: API v3 with GraphQL Support,2023-07-02 00:00:00,0,sent
|
| 56 |
+
55,Getting Started: Upgrade Before Price Increase,onboarding,Special Offer: Upgrade Before Price Increase,2023-07-02 00:00:00,0,sent
|
| 57 |
+
56,What's New: 10 Companies Transforming Their Data,product_update,Customer Success: 10 Companies Transforming Their Data,2023-07-09 00:00:00,0,sent
|
| 58 |
+
57,Monthly Roundup: Free Migration Assistance,newsletter,Special Offer: Free Migration Assistance,2023-07-09 00:00:00,0,sent
|
| 59 |
+
58,What's New: Connect Your Data Sources,product_update,Getting Started: Connect Your Data Sources,2023-07-16 00:00:00,0,sent
|
| 60 |
+
59,Monthly Roundup: Real-time Dashboard Alerts,newsletter,What's New: Real-time Dashboard Alerts,2023-07-16 00:00:00,0,sent
|
| 61 |
+
60,Getting Started: Community Highlights,onboarding,Monthly Roundup: Community Highlights,2023-07-16 00:00:00,0,sent
|
| 62 |
+
61,What's New: Real-time Dashboard Alerts,product_update,What's New: Real-time Dashboard Alerts,2023-07-23 00:00:00,0,sent
|
| 63 |
+
62,Getting Started: SOC 2 Compliance Certified,onboarding,What's New: SOC 2 Compliance Certified,2023-07-23 00:00:00,0,sent
|
| 64 |
+
63,What's New: Your First Dashboard in 5 Minutes,product_update,Getting Started: Your First Dashboard in 5 Minutes,2023-07-30 00:00:00,0,sent
|
| 65 |
+
64,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2023-08-06 00:00:00,0,sent
|
| 66 |
+
65,Monthly Roundup: Custom Report Builder,newsletter,What's New: Custom Report Builder,2023-08-06 00:00:00,0,sent
|
| 67 |
+
66,Getting Started: Multi-Region Data Hosting,onboarding,What's New: Multi-Region Data Hosting,2023-08-06 00:00:00,0,sent
|
| 68 |
+
67,What's New: Slack Integration Now Live,product_update,What's New: Slack Integration Now Live,2023-08-13 00:00:00,0,sent
|
| 69 |
+
68,Getting Started: SOC 2 Compliance Certified,onboarding,What's New: SOC 2 Compliance Certified,2023-08-13 00:00:00,0,sent
|
| 70 |
+
69,What's New: 20% Off Annual Plans,product_update,Special Offer: 20% Off Annual Plans,2023-08-20 00:00:00,0,sent
|
| 71 |
+
70,Getting Started: Top Features This Month,onboarding,Monthly Roundup: Top Features This Month,2023-08-20 00:00:00,0,sent
|
| 72 |
+
71,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-08-27 00:00:00,0,sent
|
| 73 |
+
72,Monthly Roundup: Slack Integration Now Live,newsletter,What's New: Slack Integration Now Live,2023-08-27 00:00:00,0,sent
|
| 74 |
+
73,Special Offer: API v3 with GraphQL Support,promotional,What's New: API v3 with GraphQL Support,2023-08-27 00:00:00,0,sent
|
| 75 |
+
74,Getting Started: Product Roadmap Update,onboarding,Monthly Roundup: Product Roadmap Update,2023-08-27 00:00:00,0,sent
|
| 76 |
+
75,What's New: Custom Report Builder,product_update,What's New: Custom Report Builder,2023-09-03 00:00:00,0,sent
|
| 77 |
+
76,Monthly Roundup: Invite Your Team,newsletter,Getting Started: Invite Your Team,2023-09-03 00:00:00,0,sent
|
| 78 |
+
77,Special Offer: Product Roadmap Update,promotional,Monthly Roundup: Product Roadmap Update,2023-09-03 00:00:00,0,sent
|
| 79 |
+
78,Customer Success: API v3 with GraphQL Support,case_study,What's New: API v3 with GraphQL Support,2023-09-03 00:00:00,0,sent
|
| 80 |
+
79,What's New: Free Migration Assistance,product_update,Special Offer: Free Migration Assistance,2023-09-10 00:00:00,0,sent
|
| 81 |
+
80,What's New: Multi-Region Data Hosting,product_update,What's New: Multi-Region Data Hosting,2023-09-17 00:00:00,0,sent
|
| 82 |
+
81,Getting Started: Slack Integration Now Live,onboarding,What's New: Slack Integration Now Live,2023-09-17 00:00:00,0,sent
|
| 83 |
+
82,What's New: Team Collaboration Features,product_update,What's New: Team Collaboration Features,2023-09-24 00:00:00,0,sent
|
| 84 |
+
83,Getting Started: SOC 2 Compliance Certified,onboarding,What's New: SOC 2 Compliance Certified,2023-09-24 00:00:00,0,sent
|
| 85 |
+
84,What's New: How Acme Corp Reduced Churn by 40%,product_update,Customer Success: How Acme Corp Reduced Churn by 40%,2023-10-01 00:00:00,0,sent
|
| 86 |
+
85,Customer Success: Invite Your Team,case_study,Getting Started: Invite Your Team,2023-10-01 00:00:00,0,sent
|
| 87 |
+
86,Getting Started: Connect Your Data Sources,onboarding,Getting Started: Connect Your Data Sources,2023-10-01 00:00:00,0,sent
|
| 88 |
+
87,What's New: Year in Review 2024,product_update,Monthly Roundup: Year in Review 2024,2023-10-08 00:00:00,0,sent
|
| 89 |
+
88,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-10-15 00:00:00,0,sent
|
| 90 |
+
89,What's New: Year in Review 2024,product_update,Monthly Roundup: Year in Review 2024,2023-10-22 00:00:00,0,sent
|
| 91 |
+
90,Getting Started: Team Collaboration Features,onboarding,What's New: Team Collaboration Features,2023-10-22 00:00:00,0,sent
|
| 92 |
+
91,What's New: Real-time Dashboard Alerts,product_update,What's New: Real-time Dashboard Alerts,2023-10-29 00:00:00,0,sent
|
| 93 |
+
92,Getting Started: Slack Integration Now Live,onboarding,What's New: Slack Integration Now Live,2023-10-29 00:00:00,0,sent
|
| 94 |
+
93,What's New: Upgrade Before Price Increase,product_update,Special Offer: Upgrade Before Price Increase,2023-11-05 00:00:00,0,sent
|
| 95 |
+
94,Special Offer: 10 Companies Transforming Their Data,promotional,Customer Success: 10 Companies Transforming Their Data,2023-11-05 00:00:00,0,sent
|
| 96 |
+
95,What's New: Free Migration Assistance,product_update,Special Offer: Free Migration Assistance,2023-11-12 00:00:00,0,sent
|
| 97 |
+
96,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2023-11-19 00:00:00,0,sent
|
| 98 |
+
97,Monthly Roundup: Top Features This Month,newsletter,Monthly Roundup: Top Features This Month,2023-11-19 00:00:00,0,sent
|
| 99 |
+
98,Getting Started: DataFlow's Journey to Real-Time Analytics,onboarding,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-11-19 00:00:00,0,sent
|
| 100 |
+
99,What's New: Slack Integration Now Live,product_update,What's New: Slack Integration Now Live,2023-11-26 00:00:00,0,sent
|
| 101 |
+
100,What's New: Team Collaboration Features,product_update,What's New: Team Collaboration Features,2023-12-03 00:00:00,0,sent
|
| 102 |
+
101,What's New: Free Migration Assistance,product_update,Special Offer: Free Migration Assistance,2023-12-10 00:00:00,0,sent
|
| 103 |
+
102,Getting Started: Free Migration Assistance,onboarding,Special Offer: Free Migration Assistance,2023-12-10 00:00:00,0,sent
|
| 104 |
+
103,What's New: Invite Your Team,product_update,Getting Started: Invite Your Team,2023-12-17 00:00:00,0,sent
|
| 105 |
+
104,Monthly Roundup: Slack Integration Now Live,newsletter,What's New: Slack Integration Now Live,2023-12-17 00:00:00,0,sent
|
| 106 |
+
105,Getting Started: Real-time Dashboard Alerts,onboarding,What's New: Real-time Dashboard Alerts,2023-12-17 00:00:00,0,sent
|
| 107 |
+
106,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2023-12-24 00:00:00,0,sent
|
| 108 |
+
107,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2023-12-31 00:00:00,0,sent
|
| 109 |
+
108,What's New: Upgrade Before Price Increase,product_update,Special Offer: Upgrade Before Price Increase,2024-01-07 00:00:00,0,sent
|
| 110 |
+
109,What's New: DataFlow's Journey to Real-Time Analytics,product_update,Customer Success: DataFlow's Journey to Real-Time Analytics,2024-01-14 00:00:00,0,sent
|
| 111 |
+
110,What's New: Year in Review 2024,product_update,Monthly Roundup: Year in Review 2024,2024-01-21 00:00:00,0,sent
|
| 112 |
+
111,Special Offer: DataFlow's Journey to Real-Time Analytics,promotional,Customer Success: DataFlow's Journey to Real-Time Analytics,2024-01-21 00:00:00,0,sent
|
| 113 |
+
112,Getting Started: DataFlow's Journey to Real-Time Analytics,onboarding,Customer Success: DataFlow's Journey to Real-Time Analytics,2024-01-21 00:00:00,0,sent
|
| 114 |
+
113,What's New: Top Features This Month,product_update,Monthly Roundup: Top Features This Month,2024-01-28 00:00:00,0,sent
|
| 115 |
+
114,Monthly Roundup: Invite Your Team,newsletter,Getting Started: Invite Your Team,2024-01-28 00:00:00,0,sent
|
| 116 |
+
115,Getting Started: Product Roadmap Update,onboarding,Monthly Roundup: Product Roadmap Update,2024-01-28 00:00:00,0,sent
|
| 117 |
+
116,What's New: Slack Integration Now Live,product_update,What's New: Slack Integration Now Live,2024-02-04 00:00:00,0,sent
|
| 118 |
+
117,What's New: API v3 with GraphQL Support,product_update,What's New: API v3 with GraphQL Support,2024-02-11 00:00:00,0,sent
|
| 119 |
+
118,What's New: 10 Companies Transforming Their Data,product_update,Customer Success: 10 Companies Transforming Their Data,2024-02-18 00:00:00,0,sent
|
| 120 |
+
119,Monthly Roundup: Top Features This Month,newsletter,Monthly Roundup: Top Features This Month,2024-02-18 00:00:00,0,sent
|
| 121 |
+
120,Getting Started: Year in Review 2024,onboarding,Monthly Roundup: Year in Review 2024,2024-02-18 00:00:00,0,sent
|
| 122 |
+
121,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2024-02-25 00:00:00,0,sent
|
| 123 |
+
122,Customer Success: Product Roadmap Update,case_study,Monthly Roundup: Product Roadmap Update,2024-02-25 00:00:00,0,sent
|
| 124 |
+
123,Getting Started: Product Roadmap Update,onboarding,Monthly Roundup: Product Roadmap Update,2024-02-25 00:00:00,0,sent
|
| 125 |
+
124,What's New: Custom Report Builder,product_update,What's New: Custom Report Builder,2024-03-03 00:00:00,0,sent
|
| 126 |
+
125,What's New: Real-time Dashboard Alerts,product_update,What's New: Real-time Dashboard Alerts,2024-03-10 00:00:00,0,sent
|
| 127 |
+
126,Monthly Roundup: SOC 2 Compliance Certified,newsletter,What's New: SOC 2 Compliance Certified,2024-03-10 00:00:00,0,sent
|
| 128 |
+
127,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2024-03-17 00:00:00,0,sent
|
| 129 |
+
128,Getting Started: Free Migration Assistance,onboarding,Special Offer: Free Migration Assistance,2024-03-17 00:00:00,0,sent
|
| 130 |
+
129,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2024-03-24 00:00:00,0,sent
|
| 131 |
+
130,Monthly Roundup: API v3 with GraphQL Support,newsletter,What's New: API v3 with GraphQL Support,2024-03-24 00:00:00,0,sent
|
| 132 |
+
131,Getting Started: Top Features This Month,onboarding,Monthly Roundup: Top Features This Month,2024-03-24 00:00:00,0,sent
|
| 133 |
+
132,What's New: SOC 2 Compliance Certified,product_update,What's New: SOC 2 Compliance Certified,2024-03-31 00:00:00,0,sent
|
| 134 |
+
133,Getting Started: DataFlow's Journey to Real-Time Analytics,onboarding,Customer Success: DataFlow's Journey to Real-Time Analytics,2024-03-31 00:00:00,0,sent
|
| 135 |
+
134,What's New: Team Collaboration Features,product_update,What's New: Team Collaboration Features,2024-04-07 00:00:00,0,sent
|
| 136 |
+
135,What's New: Connect Your Data Sources,product_update,Getting Started: Connect Your Data Sources,2024-04-14 00:00:00,0,sent
|
| 137 |
+
136,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2024-04-21 00:00:00,0,sent
|
| 138 |
+
137,Monthly Roundup: Year in Review 2024,newsletter,Monthly Roundup: Year in Review 2024,2024-04-21 00:00:00,0,sent
|
| 139 |
+
138,Getting Started: Product Roadmap Update,onboarding,Monthly Roundup: Product Roadmap Update,2024-04-21 00:00:00,0,sent
|
| 140 |
+
139,What's New: 10 Companies Transforming Their Data,product_update,Customer Success: 10 Companies Transforming Their Data,2024-04-28 00:00:00,0,sent
|
| 141 |
+
140,What's New: Top Features This Month,product_update,Monthly Roundup: Top Features This Month,2024-05-05 00:00:00,0,sent
|
| 142 |
+
141,Special Offer: Custom Report Builder,promotional,What's New: Custom Report Builder,2024-05-05 00:00:00,0,sent
|
| 143 |
+
142,Getting Started: Community Highlights,onboarding,Monthly Roundup: Community Highlights,2024-05-05 00:00:00,0,sent
|
| 144 |
+
143,What's New: Invite Your Team,product_update,Getting Started: Invite Your Team,2024-05-12 00:00:00,0,sent
|
| 145 |
+
144,Getting Started: 10 Companies Transforming Their Data,onboarding,Customer Success: 10 Companies Transforming Their Data,2024-05-12 00:00:00,0,sent
|
| 146 |
+
145,What's New: How Acme Corp Reduced Churn by 40%,product_update,Customer Success: How Acme Corp Reduced Churn by 40%,2024-05-19 00:00:00,0,sent
|
| 147 |
+
146,Getting Started: 10 Companies Transforming Their Data,onboarding,Customer Success: 10 Companies Transforming Their Data,2024-05-19 00:00:00,0,sent
|
| 148 |
+
147,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2024-05-26 00:00:00,0,sent
|
| 149 |
+
148,Monthly Roundup: Upgrade Before Price Increase,newsletter,Special Offer: Upgrade Before Price Increase,2024-05-26 00:00:00,0,sent
|
| 150 |
+
149,Special Offer: Community Highlights,promotional,Monthly Roundup: Community Highlights,2024-05-26 00:00:00,0,sent
|
| 151 |
+
150,What's New: Custom Report Builder,product_update,What's New: Custom Report Builder,2024-06-02 00:00:00,0,sent
|
| 152 |
+
151,Monthly Roundup: Upgrade Before Price Increase,newsletter,Special Offer: Upgrade Before Price Increase,2024-06-02 00:00:00,0,sent
|
| 153 |
+
152,Getting Started: Invite Your Team,onboarding,Getting Started: Invite Your Team,2024-06-02 00:00:00,0,sent
|
| 154 |
+
153,What's New: Free Migration Assistance,product_update,Special Offer: Free Migration Assistance,2024-06-09 00:00:00,0,sent
|
| 155 |
+
154,What's New: Community Highlights,product_update,Monthly Roundup: Community Highlights,2024-06-16 00:00:00,0,sent
|
| 156 |
+
155,Monthly Roundup: Your First Dashboard in 5 Minutes,newsletter,Getting Started: Your First Dashboard in 5 Minutes,2024-06-16 00:00:00,0,sent
|
| 157 |
+
156,What's New: Your First Dashboard in 5 Minutes,product_update,Getting Started: Your First Dashboard in 5 Minutes,2024-06-23 00:00:00,0,sent
|
| 158 |
+
157,Getting Started: Invite Your Team,onboarding,Getting Started: Invite Your Team,2024-06-23 00:00:00,0,sent
|
data/events.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/segments.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,size,open_rate,click_rate
|
| 2 |
+
1,Enterprise,2500,0.28,0.05
|
| 3 |
+
2,Mid-Market,4000,0.32,0.07
|
| 4 |
+
3,SMB,5000,0.25,0.04
|
| 5 |
+
4,Trial Users,2500,0.45,0.12
|
| 6 |
+
5,Churned,1000,0.08,0.01
|
data/subscribers.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|