Upload folder using huggingface_hub
Browse files- README.md +41 -22
- data/campaigns.csv +0 -137
- data/events.csv +0 -0
- data/subscribers.csv +0 -0
README.md
CHANGED
|
@@ -6,24 +6,24 @@ task_categories:
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
-
- open-rate
|
| 10 |
-
- martech
|
| 11 |
-
- engagement
|
| 12 |
-
- a-b-testing
|
| 13 |
- deliverability
|
| 14 |
-
-
|
| 15 |
- mindweave
|
| 16 |
-
- email
|
| 17 |
-
- newsletter
|
| 18 |
-
- subscribers
|
| 19 |
- campaigns
|
| 20 |
-
-
|
| 21 |
-
- analytics
|
| 22 |
- marketing
|
|
|
|
|
|
|
| 23 |
- click-rate
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
size_categories:
|
| 26 |
-
-
|
| 27 |
configs:
|
| 28 |
- config_name: campaigns
|
| 29 |
data_files: data/campaigns.csv
|
|
@@ -36,7 +36,9 @@ configs:
|
|
| 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,
|
|
@@ -51,24 +53,41 @@ Ideal for: MarTech platform testing, email deliverability analysis,
|
|
| 51 |
campaign optimization ML, customer segmentation, and marketing dashboards.
|
| 52 |
|
| 53 |
|
| 54 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
|
| 65 |
|
| 66 |
-
|
| 67 |
-
- Parquet (available in full version)
|
| 68 |
-
- SQLite (available in full version)
|
| 69 |
|
| 70 |
## About
|
| 71 |
|
| 72 |
-
Generated by [Mindweave Technologies](https://mindweave.tech)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
-
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- deliverability
|
| 10 |
+
- synthetic-data
|
| 11 |
- mindweave
|
|
|
|
|
|
|
|
|
|
| 12 |
- campaigns
|
| 13 |
+
- subscribers
|
|
|
|
| 14 |
- marketing
|
| 15 |
+
- analytics
|
| 16 |
+
- email
|
| 17 |
- click-rate
|
| 18 |
+
- a-b-testing
|
| 19 |
+
- test-data
|
| 20 |
+
- open-rate
|
| 21 |
+
- engagement
|
| 22 |
+
- newsletter
|
| 23 |
+
- martech
|
| 24 |
+
pretty_name: Email Marketing Campaign Analytics Dataset (Free Sample)
|
| 25 |
size_categories:
|
| 26 |
+
- 1K<n<10K
|
| 27 |
configs:
|
| 28 |
- config_name: campaigns
|
| 29 |
data_files: data/campaigns.csv
|
|
|
|
| 36 |
data_files: data/subscribers.csv
|
| 37 |
---
|
| 38 |
|
| 39 |
+
# Email Marketing Campaign Analytics Dataset (Free Sample)
|
| 40 |
+
|
| 41 |
+
> **This is a free sample** with 4,025 rows. The full dataset has **56,462 rows** across 4 tables.
|
| 42 |
|
| 43 |
Email campaign performance data for a simulated B2B SaaS company running
|
| 44 |
120 campaigns over 18 months. 15,000 subscribers across 5 segments,
|
|
|
|
| 53 |
campaign optimization ML, customer segmentation, and marketing dashboards.
|
| 54 |
|
| 55 |
|
| 56 |
+
## Sample tables
|
| 57 |
+
|
| 58 |
+
| Table | Sample Rows |
|
| 59 |
+
|-------|------------|
|
| 60 |
+
| campaigns | 20 |
|
| 61 |
+
| events | 3,000 |
|
| 62 |
+
| segments | 5 |
|
| 63 |
+
| subscribers | 1,000 |
|
| 64 |
+
| **Total** | **4,025** |
|
| 65 |
+
|
| 66 |
+
## Full dataset
|
| 67 |
+
|
| 68 |
+
The complete dataset includes all tables with full row counts:
|
| 69 |
|
| 70 |
+
| Table | Full Rows |
|
| 71 |
+
|-------|----------|
|
| 72 |
| campaigns | 157 |
|
| 73 |
| events | 41,300 |
|
| 74 |
| segments | 5 |
|
| 75 |
| subscribers | 15,000 |
|
| 76 |
| **Total** | **56,462** |
|
| 77 |
|
| 78 |
+
**Formats included:** CSV, Parquet, SQLite
|
| 79 |
|
| 80 |
+
**[Get the full dataset on Gumroad](https://mindweavetech.gumroad.com)**
|
|
|
|
|
|
|
| 81 |
|
| 82 |
## About
|
| 83 |
|
| 84 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) -- realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 85 |
+
|
| 86 |
+
Every dataset features:
|
| 87 |
+
- Enforced foreign key relationships across all tables
|
| 88 |
+
- Realistic statistical distributions (not uniform random)
|
| 89 |
+
- Temporal patterns (seasonal, time-of-day, day-of-week)
|
| 90 |
+
- Injected anomalies for ML training and anomaly detection
|
| 91 |
+
- Deterministic generation (same seed = same output)
|
| 92 |
|
| 93 |
+
Browse all datasets: [https://mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/campaigns.csv
CHANGED
|
@@ -19,140 +19,3 @@ id,name,type,subject_line,sent_date,total_recipients,status
|
|
| 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
|
|
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/events.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/subscribers.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|