Upload folder using huggingface_hub
Browse files- ._README.md +0 -0
- ._data +0 -0
- README.md +79 -0
- data/._churns.csv +0 -0
- data/._customers.csv +0 -0
- data/._invoices.csv +0 -0
- data/._payments.csv +0 -0
- data/._plan_changes.csv +0 -0
- data/._subscriptions.csv +0 -0
- data/churns.csv +171 -0
- data/customers.csv +0 -0
- data/invoices.csv +0 -0
- data/payments.csv +0 -0
- data/plan_changes.csv +571 -0
- data/subscriptions.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,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- test-data
|
| 10 |
+
- recurring-revenue
|
| 11 |
+
- mindweave
|
| 12 |
+
- billing
|
| 13 |
+
- stripe
|
| 14 |
+
- mrr
|
| 15 |
+
- churn
|
| 16 |
+
- payments
|
| 17 |
+
- synthetic-data
|
| 18 |
+
- invoices
|
| 19 |
+
- revops
|
| 20 |
+
- saas-metrics
|
| 21 |
+
- cohorts
|
| 22 |
+
- subscription
|
| 23 |
+
- saas
|
| 24 |
+
pretty_name: Subscription Billing (Synthetic)
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: churns
|
| 29 |
+
data_files: data/churns.csv
|
| 30 |
+
default: true
|
| 31 |
+
- config_name: customers
|
| 32 |
+
data_files: data/customers.csv
|
| 33 |
+
- config_name: invoices
|
| 34 |
+
data_files: data/invoices.csv
|
| 35 |
+
- config_name: payments
|
| 36 |
+
data_files: data/payments.csv
|
| 37 |
+
- config_name: plan_changes
|
| 38 |
+
data_files: data/plan_changes.csv
|
| 39 |
+
- config_name: subscriptions
|
| 40 |
+
data_files: data/subscriptions.csv
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
# Subscription Billing (Synthetic)
|
| 44 |
+
|
| 45 |
+
SaaS subscription billing dataset covering customer acquisition, trial
|
| 46 |
+
conversion, invoicing, payments, plan changes, and churn over a two-year
|
| 47 |
+
growth period. Includes monthly recurring revenue expansion, mixed billing
|
| 48 |
+
cadences, dunning outcomes, and cohort-based retention patterns that match
|
| 49 |
+
realistic B2B SaaS finance and RevOps workflows.
|
| 50 |
+
|
| 51 |
+
The dataset encodes a pricing change in month 10 that temporarily increases
|
| 52 |
+
churn, while trial-to-paid conversion is held at 22 percent. Useful for
|
| 53 |
+
MRR analytics, churn modeling, payments reporting, subscription lifecycle
|
| 54 |
+
automation, dashboard demos, and finance data engineering tests.
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
## Tables
|
| 58 |
+
|
| 59 |
+
| Table | Rows |
|
| 60 |
+
|-------|------|
|
| 61 |
+
| churns | 170 |
|
| 62 |
+
| customers | 5,000 |
|
| 63 |
+
| invoices | 21,250 |
|
| 64 |
+
| payments | 20,493 |
|
| 65 |
+
| plan_changes | 570 |
|
| 66 |
+
| subscriptions | 5,000 |
|
| 67 |
+
| **Total** | **52,483** |
|
| 68 |
+
|
| 69 |
+
## Formats
|
| 70 |
+
|
| 71 |
+
- CSV (in `data/` directory)
|
| 72 |
+
- Parquet (available in full version)
|
| 73 |
+
- SQLite (available in full version)
|
| 74 |
+
|
| 75 |
+
## About
|
| 76 |
+
|
| 77 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 78 |
+
|
| 79 |
+
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/._churns.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._customers.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._invoices.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._payments.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._plan_changes.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._subscriptions.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/churns.csv
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
churn_id,subscription_id,churned_at,tenure_months,reason
|
| 2 |
+
1,60,2024-02-19 17:54:19,1,Needed on-prem deployment not available on plan.
|
| 3 |
+
2,249,2024-04-17 20:10:28,1,Price sensitivity increased after contract review.
|
| 4 |
+
3,271,2024-04-11 07:05:10,1,Lost champion and initiative stalled.
|
| 5 |
+
4,456,2024-05-22 21:04:19,1,Did not complete rollout beyond pilot team.
|
| 6 |
+
5,474,2024-10-22 12:12:30,6,Price sensitivity increased after contract review.
|
| 7 |
+
6,496,2024-10-26 23:06:57,6,Workflow automation project deprioritized.
|
| 8 |
+
7,556,2024-06-10 05:38:54,1,Workflow automation project deprioritized.
|
| 9 |
+
8,618,2025-05-19 09:00:41,12,Price sensitivity increased after contract review.
|
| 10 |
+
9,660,2024-07-01 04:28:32,1,Budget freeze after leadership restructuring.
|
| 11 |
+
10,695,2024-07-06 18:47:51,1,Price sensitivity increased after contract review.
|
| 12 |
+
11,816,2024-12-23 15:44:26,6,Procurement rejected annual renewal uplift.
|
| 13 |
+
12,824,2024-12-26 00:29:26,6,Churned after pricing change triggered re-evaluation.
|
| 14 |
+
13,837,2025-06-26 14:34:10,12,Company acquisition forced stack rationalization.
|
| 15 |
+
14,883,2024-08-07 19:18:39,1,Workflow automation project deprioritized.
|
| 16 |
+
15,896,2025-01-07 23:10:09,6,Company acquisition forced stack rationalization.
|
| 17 |
+
16,931,2024-08-17 19:44:20,1,Procurement rejected annual renewal uplift.
|
| 18 |
+
17,1004,2025-07-26 19:41:46,12,Price sensitivity increased after contract review.
|
| 19 |
+
18,1005,2026-07-22 04:39:59,24,Did not complete rollout beyond pilot team.
|
| 20 |
+
19,1160,2026-09-01 09:34:29,24,Usage too low after initial onboarding phase.
|
| 21 |
+
20,1182,2024-10-14 13:03:15,1,Switched to incumbent suite for vendor consolidation.
|
| 22 |
+
21,1194,2025-09-12 00:46:42,12,Moved to partner-managed contract outside direct billing.
|
| 23 |
+
22,1280,2024-10-17 22:44:15,1,Budget freeze after leadership restructuring.
|
| 24 |
+
23,1286,2025-03-30 16:02:32,6,Workflow automation project deprioritized.
|
| 25 |
+
24,1290,2025-03-30 22:20:03,6,Budget freeze after leadership restructuring.
|
| 26 |
+
25,1293,2025-09-27 10:45:56,12,Moved to partner-managed contract outside direct billing.
|
| 27 |
+
26,1341,2025-03-26 04:38:49,6,Company acquisition forced stack rationalization.
|
| 28 |
+
27,1349,2025-04-10 04:19:19,6,Needed on-prem deployment not available on plan.
|
| 29 |
+
28,1377,2025-09-28 09:38:21,12,Company acquisition forced stack rationalization.
|
| 30 |
+
29,1412,2025-04-06 22:14:34,6,Did not complete rollout beyond pilot team.
|
| 31 |
+
30,1482,2026-04-12 09:32:45,18,Usage too low after initial onboarding phase.
|
| 32 |
+
31,1487,2025-04-17 23:52:16,6,Needed on-prem deployment not available on plan.
|
| 33 |
+
32,1510,2026-04-16 03:01:58,18,Company acquisition forced stack rationalization.
|
| 34 |
+
33,1525,2024-11-24 06:19:44,1,Churned after pricing change triggered re-evaluation.
|
| 35 |
+
34,1526,2024-11-24 08:27:44,1,Needed on-prem deployment not available on plan.
|
| 36 |
+
35,1533,2026-04-19 16:16:26,18,Did not complete rollout beyond pilot team.
|
| 37 |
+
36,1536,2026-05-03 02:37:54,18,Lost champion and initiative stalled.
|
| 38 |
+
37,1541,2024-11-27 01:12:50,1,Workflow automation project deprioritized.
|
| 39 |
+
38,1600,2024-12-06 15:24:04,1,Switched to incumbent suite for vendor consolidation.
|
| 40 |
+
39,1621,2025-11-06 06:32:56,12,Usage too low after initial onboarding phase.
|
| 41 |
+
40,1638,2024-12-14 14:48:32,1,Lost champion and initiative stalled.
|
| 42 |
+
41,1686,2024-12-20 06:05:03,1,Workflow automation project deprioritized.
|
| 43 |
+
42,1711,2026-11-13 09:56:33,24,Lost champion and initiative stalled.
|
| 44 |
+
43,1735,2026-11-16 08:19:58,24,Procurement rejected annual renewal uplift.
|
| 45 |
+
44,1803,2025-06-03 09:08:18,6,Switched to incumbent suite for vendor consolidation.
|
| 46 |
+
45,1829,2026-06-03 08:57:03,18,Usage too low after initial onboarding phase.
|
| 47 |
+
46,1840,2025-12-07 02:19:00,12,Switched to incumbent suite for vendor consolidation.
|
| 48 |
+
47,1876,2026-12-08 21:44:15,24,Switched to incumbent suite for vendor consolidation.
|
| 49 |
+
48,1892,2025-01-21 04:13:47,1,Churned after pricing change triggered re-evaluation.
|
| 50 |
+
49,1950,2026-06-26 02:46:18,18,Workflow automation project deprioritized.
|
| 51 |
+
50,1957,2025-07-01 20:17:55,6,Usage too low after initial onboarding phase.
|
| 52 |
+
51,1958,2025-02-01 20:57:11,1,Budget freeze after leadership restructuring.
|
| 53 |
+
52,2006,2025-07-08 12:38:38,6,Company acquisition forced stack rationalization.
|
| 54 |
+
53,2028,2025-07-24 08:39:44,6,Price sensitivity increased after contract review.
|
| 55 |
+
54,2031,2025-07-11 18:08:17,6,Workflow automation project deprioritized.
|
| 56 |
+
55,2092,2026-07-16 05:55:29,18,Moved to partner-managed contract outside direct billing.
|
| 57 |
+
56,2095,2027-01-12 15:23:42,24,Budget freeze after leadership restructuring.
|
| 58 |
+
57,2119,2026-07-20 11:30:02,18,Price sensitivity increased after contract review.
|
| 59 |
+
58,2138,2025-03-13 09:41:24,1,Needed on-prem deployment not available on plan.
|
| 60 |
+
59,2143,2026-01-25 17:22:40,12,Price sensitivity increased after contract review.
|
| 61 |
+
60,2161,2025-03-18 00:45:57,1,Moved to partner-managed contract outside direct billing.
|
| 62 |
+
61,2181,2025-08-03 21:59:02,6,Company acquisition forced stack rationalization.
|
| 63 |
+
62,2190,2025-03-08 18:41:40,1,Company acquisition forced stack rationalization.
|
| 64 |
+
63,2201,2026-02-03 18:40:33,12,Did not complete rollout beyond pilot team.
|
| 65 |
+
64,2255,2025-08-15 05:31:46,6,Switched to incumbent suite for vendor consolidation.
|
| 66 |
+
65,2270,2026-02-25 09:35:29,12,Churned after pricing change triggered re-evaluation.
|
| 67 |
+
66,2274,2027-02-20 18:39:27,24,Price sensitivity increased after contract review.
|
| 68 |
+
67,2317,2025-03-23 18:45:39,1,Did not complete rollout beyond pilot team.
|
| 69 |
+
68,2350,2026-02-20 07:14:11,12,Lost champion and initiative stalled.
|
| 70 |
+
69,2353,2025-09-06 13:43:07,6,Workflow automation project deprioritized.
|
| 71 |
+
70,2385,2025-03-30 09:01:03,1,Workflow automation project deprioritized.
|
| 72 |
+
71,2393,2025-04-13 13:48:00,1,Procurement rejected annual renewal uplift.
|
| 73 |
+
72,2428,2025-04-04 01:09:51,1,Budget freeze after leadership restructuring.
|
| 74 |
+
73,2449,2026-09-13 01:26:22,18,Usage too low after initial onboarding phase.
|
| 75 |
+
74,2450,2026-03-04 01:47:53,12,Workflow automation project deprioritized.
|
| 76 |
+
75,2454,2025-09-18 15:51:24,6,Switched to incumbent suite for vendor consolidation.
|
| 77 |
+
76,2461,2026-09-01 06:01:27,18,Procurement rejected annual renewal uplift.
|
| 78 |
+
77,2463,2025-04-22 07:42:19,1,Procurement rejected annual renewal uplift.
|
| 79 |
+
78,2471,2025-09-20 01:25:22,6,Did not complete rollout beyond pilot team.
|
| 80 |
+
79,2484,2025-04-11 14:26:41,1,Switched to incumbent suite for vendor consolidation.
|
| 81 |
+
80,2498,2026-09-04 19:12:47,18,Lost champion and initiative stalled.
|
| 82 |
+
81,2502,2026-03-22 14:32:16,12,Procurement rejected annual renewal uplift.
|
| 83 |
+
82,2509,2025-09-11 18:50:09,6,Switched to incumbent suite for vendor consolidation.
|
| 84 |
+
83,2583,2026-09-17 09:20:46,18,Company acquisition forced stack rationalization.
|
| 85 |
+
84,2598,2026-03-23 06:09:55,12,Workflow automation project deprioritized.
|
| 86 |
+
85,2613,2025-05-12 05:20:48,1,Company acquisition forced stack rationalization.
|
| 87 |
+
86,2615,2025-04-29 09:58:48,1,Budget freeze after leadership restructuring.
|
| 88 |
+
87,2651,2025-05-03 17:29:20,1,Price sensitivity increased after contract review.
|
| 89 |
+
88,2658,2025-10-14 20:19:13,6,Churned after pricing change triggered re-evaluation.
|
| 90 |
+
89,2675,2025-05-19 17:47:46,1,Lost champion and initiative stalled.
|
| 91 |
+
90,2686,2026-04-03 06:18:14,12,Did not complete rollout beyond pilot team.
|
| 92 |
+
91,2777,2025-05-17 22:47:33,1,Moved to partner-managed contract outside direct billing.
|
| 93 |
+
92,2798,2025-05-20 19:38:03,1,Needed on-prem deployment not available on plan.
|
| 94 |
+
93,2804,2026-10-13 23:02:45,18,Lost champion and initiative stalled.
|
| 95 |
+
94,2807,2027-04-12 00:53:53,24,Workflow automation project deprioritized.
|
| 96 |
+
95,2818,2025-06-06 18:34:31,1,Did not complete rollout beyond pilot team.
|
| 97 |
+
96,2826,2025-05-25 19:35:43,1,Price sensitivity increased after contract review.
|
| 98 |
+
97,2837,2025-05-27 05:12:54,1,Procurement rejected annual renewal uplift.
|
| 99 |
+
98,2858,2025-10-27 01:57:15,6,Lost champion and initiative stalled.
|
| 100 |
+
99,2861,2025-10-27 07:58:21,6,Needed on-prem deployment not available on plan.
|
| 101 |
+
100,2862,2025-10-27 10:44:36,6,Price sensitivity increased after contract review.
|
| 102 |
+
101,2945,2026-05-05 03:36:29,12,Company acquisition forced stack rationalization.
|
| 103 |
+
102,2957,2025-06-10 12:30:20,1,Moved to partner-managed contract outside direct billing.
|
| 104 |
+
103,2971,2026-05-21 15:42:10,12,Moved to partner-managed contract outside direct billing.
|
| 105 |
+
104,3001,2026-11-08 23:25:51,18,Switched to incumbent suite for vendor consolidation.
|
| 106 |
+
105,3007,2025-06-18 00:39:24,1,Usage too low after initial onboarding phase.
|
| 107 |
+
106,3029,2026-05-16 05:55:21,12,Workflow automation project deprioritized.
|
| 108 |
+
107,3046,2025-06-21 19:36:23,1,Procurement rejected annual renewal uplift.
|
| 109 |
+
108,3077,2025-11-24 04:09:24,6,Needed on-prem deployment not available on plan.
|
| 110 |
+
109,3152,2025-12-03 08:06:05,6,Did not complete rollout beyond pilot team.
|
| 111 |
+
110,3182,2025-12-19 16:02:48,6,Lost champion and initiative stalled.
|
| 112 |
+
111,3209,2026-12-04 13:17:46,18,Workflow automation project deprioritized.
|
| 113 |
+
112,3229,2026-12-07 14:21:57,18,Churned after pricing change triggered re-evaluation.
|
| 114 |
+
113,3248,2025-12-15 11:45:10,6,Workflow automation project deprioritized.
|
| 115 |
+
114,3306,2027-06-15 05:47:09,24,Workflow automation project deprioritized.
|
| 116 |
+
115,3324,2025-12-24 22:21:16,6,Workflow automation project deprioritized.
|
| 117 |
+
116,3347,2025-08-12 15:30:30,1,Moved to partner-managed contract outside direct billing.
|
| 118 |
+
117,3369,2025-08-01 21:35:08,1,Moved to partner-managed contract outside direct billing.
|
| 119 |
+
118,3385,2025-08-03 19:07:28,1,Price sensitivity increased after contract review.
|
| 120 |
+
119,3390,2026-06-30 06:34:11,12,Workflow automation project deprioritized.
|
| 121 |
+
120,3426,2025-08-21 03:48:06,1,Switched to incumbent suite for vendor consolidation.
|
| 122 |
+
121,3463,2025-08-26 00:24:04,1,Budget freeze after leadership restructuring.
|
| 123 |
+
122,3488,2025-08-16 12:58:21,1,Company acquisition forced stack rationalization.
|
| 124 |
+
123,3523,2025-09-03 21:22:30,1,Lost champion and initiative stalled.
|
| 125 |
+
124,3571,2026-07-24 00:24:24,12,Workflow automation project deprioritized.
|
| 126 |
+
125,3602,2026-01-29 14:15:39,6,Procurement rejected annual renewal uplift.
|
| 127 |
+
126,3620,2025-09-04 03:15:01,1,Procurement rejected annual renewal uplift.
|
| 128 |
+
127,3636,2026-02-02 19:37:02,6,Price sensitivity increased after contract review.
|
| 129 |
+
128,3642,2026-08-02 20:12:26,12,Price sensitivity increased after contract review.
|
| 130 |
+
129,3657,2027-07-30 13:03:22,24,Churned after pricing change triggered re-evaluation.
|
| 131 |
+
130,3660,2026-08-04 18:22:43,12,Company acquisition forced stack rationalization.
|
| 132 |
+
131,3664,2026-08-18 04:02:09,12,Churned after pricing change triggered re-evaluation.
|
| 133 |
+
132,3692,2026-02-08 07:47:50,6,Moved to partner-managed contract outside direct billing.
|
| 134 |
+
133,3712,2026-02-23 11:49:50,6,Budget freeze after leadership restructuring.
|
| 135 |
+
134,3731,2026-02-25 06:19:11,6,Usage too low after initial onboarding phase.
|
| 136 |
+
135,3740,2026-02-26 09:39:51,6,Workflow automation project deprioritized.
|
| 137 |
+
136,3746,2025-09-17 02:55:05,1,Workflow automation project deprioritized.
|
| 138 |
+
137,3787,2025-10-03 20:17:14,1,Churned after pricing change triggered re-evaluation.
|
| 139 |
+
138,3791,2025-09-21 08:37:31,1,Workflow automation project deprioritized.
|
| 140 |
+
139,3851,2026-09-08 04:21:35,12,Usage too low after initial onboarding phase.
|
| 141 |
+
140,3894,2025-10-17 17:56:26,1,Switched to incumbent suite for vendor consolidation.
|
| 142 |
+
141,3924,2026-09-15 22:51:15,12,Moved to partner-managed contract outside direct billing.
|
| 143 |
+
142,3927,2025-10-08 09:18:48,1,Did not complete rollout beyond pilot team.
|
| 144 |
+
143,3934,2026-03-08 08:01:52,6,Switched to incumbent suite for vendor consolidation.
|
| 145 |
+
144,3988,2026-09-23 09:51:10,12,Needed on-prem deployment not available on plan.
|
| 146 |
+
145,3997,2025-10-29 13:35:25,1,Needed on-prem deployment not available on plan.
|
| 147 |
+
146,4001,2025-10-17 01:42:08,1,Lost champion and initiative stalled.
|
| 148 |
+
147,4052,2025-10-22 02:13:13,1,Switched to incumbent suite for vendor consolidation.
|
| 149 |
+
148,4076,2026-03-23 03:03:09,6,Churned after pricing change triggered re-evaluation.
|
| 150 |
+
149,4085,2025-11-07 00:01:30,1,Switched to incumbent suite for vendor consolidation.
|
| 151 |
+
150,4113,2026-03-27 06:31:21,6,Budget freeze after leadership restructuring.
|
| 152 |
+
151,4131,2026-09-26 04:47:56,12,Switched to incumbent suite for vendor consolidation.
|
| 153 |
+
152,4148,2027-10-06 13:59:54,24,Company acquisition forced stack rationalization.
|
| 154 |
+
153,4223,2027-04-05 07:39:10,18,Usage too low after initial onboarding phase.
|
| 155 |
+
154,4246,2027-04-06 11:31:25,18,Price sensitivity increased after contract review.
|
| 156 |
+
155,4278,2027-10-06 22:48:11,24,Churned after pricing change triggered re-evaluation.
|
| 157 |
+
156,4289,2026-04-16 01:11:54,6,Usage too low after initial onboarding phase.
|
| 158 |
+
157,4297,2025-11-17 14:04:46,1,Price sensitivity increased after contract review.
|
| 159 |
+
158,4335,2026-04-21 01:15:37,6,Procurement rejected annual renewal uplift.
|
| 160 |
+
159,4390,2026-11-06 01:32:05,12,Price sensitivity increased after contract review.
|
| 161 |
+
160,4400,2027-04-22 23:01:33,18,Needed on-prem deployment not available on plan.
|
| 162 |
+
161,4419,2026-10-27 01:29:24,12,Needed on-prem deployment not available on plan.
|
| 163 |
+
162,4448,2027-04-28 03:51:39,18,Usage too low after initial onboarding phase.
|
| 164 |
+
163,4599,2027-05-26 00:47:41,18,Churned after pricing change triggered re-evaluation.
|
| 165 |
+
164,4646,2026-11-19 12:59:32,12,Switched to incumbent suite for vendor consolidation.
|
| 166 |
+
165,4680,2025-12-28 10:55:43,1,Needed on-prem deployment not available on plan.
|
| 167 |
+
166,4689,2025-12-29 19:06:36,1,Churned after pricing change triggered re-evaluation.
|
| 168 |
+
167,4753,2026-11-30 23:31:36,12,Budget freeze after leadership restructuring.
|
| 169 |
+
168,4791,2026-01-08 23:18:49,1,Lost champion and initiative stalled.
|
| 170 |
+
169,4879,2027-12-10 23:26:22,24,Needed on-prem deployment not available on plan.
|
| 171 |
+
170,4977,2026-01-30 14:18:01,1,Price sensitivity increased after contract review.
|
data/customers.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/invoices.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/payments.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/plan_changes.csv
ADDED
|
@@ -0,0 +1,571 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
plan_change_id,subscription_id,changed_at,old_plan,new_plan,change_reason
|
| 2 |
+
1,29,2024-03-18 06:24:44,Starter,Growth,feature-upgrade
|
| 3 |
+
2,30,2024-05-22 18:11:27,Scale,Scale,seat-expansion
|
| 4 |
+
3,32,2024-11-28 20:59:55,Growth,Scale,procurement
|
| 5 |
+
4,40,2024-12-14 03:11:25,Growth,Scale,feature-upgrade
|
| 6 |
+
5,50,2024-04-09 06:50:42,Scale,Scale,annual-discount
|
| 7 |
+
6,54,2024-07-02 21:54:46,Growth,Scale,feature-upgrade
|
| 8 |
+
7,61,2024-10-02 21:14:37,Growth,Scale,feature-upgrade
|
| 9 |
+
8,70,2024-05-19 14:34:53,Starter,Growth,procurement
|
| 10 |
+
9,81,2024-10-20 21:14:36,Starter,Growth,procurement
|
| 11 |
+
10,82,2024-11-14 08:54:49,Starter,Scale,feature-upgrade
|
| 12 |
+
11,83,2025-01-02 13:11:05,Growth,Scale,feature-upgrade
|
| 13 |
+
12,85,2024-12-14 20:20:51,Starter,Scale,feature-upgrade
|
| 14 |
+
13,97,2024-12-24 06:25:56,Starter,Scale,feature-upgrade
|
| 15 |
+
14,103,2025-02-07 12:19:46,Growth,Scale,procurement
|
| 16 |
+
15,120,2024-04-28 20:30:59,Scale,Scale,seat-expansion
|
| 17 |
+
16,124,2025-02-19 05:06:34,Growth,Scale,feature-upgrade
|
| 18 |
+
17,126,2024-12-04 14:38:35,Starter,Growth,annual-discount
|
| 19 |
+
18,152,2024-04-23 05:33:19,Starter,Growth,procurement
|
| 20 |
+
19,155,2025-02-20 19:37:05,Starter,Growth,feature-upgrade
|
| 21 |
+
20,171,2024-06-22 22:21:58,Starter,Growth,annual-discount
|
| 22 |
+
21,177,2024-06-12 12:02:53,Growth,Scale,procurement
|
| 23 |
+
22,180,2024-06-19 16:07:57,Starter,Growth,procurement
|
| 24 |
+
23,183,2024-05-04 21:47:31,Growth,Scale,feature-upgrade
|
| 25 |
+
24,193,2025-03-14 10:02:19,Scale,Scale,procurement
|
| 26 |
+
25,196,2024-12-13 09:56:15,Scale,Scale,annual-discount
|
| 27 |
+
26,201,2024-07-09 17:38:11,Growth,Scale,seat-expansion
|
| 28 |
+
27,203,2024-06-19 02:37:54,Scale,Scale,seat-expansion
|
| 29 |
+
28,205,2025-01-23 16:34:50,Starter,Growth,feature-upgrade
|
| 30 |
+
29,215,2024-07-20 10:12:49,Growth,Scale,seat-expansion
|
| 31 |
+
30,217,2024-04-26 12:51:11,Growth,Scale,annual-discount
|
| 32 |
+
31,220,2024-08-05 11:22:29,Starter,Growth,seat-expansion
|
| 33 |
+
32,222,2024-06-07 22:34:35,Growth,Scale,annual-discount
|
| 34 |
+
33,225,2024-07-13 07:03:38,Growth,Scale,seat-expansion
|
| 35 |
+
34,232,2024-05-17 17:59:35,Growth,Scale,procurement
|
| 36 |
+
35,238,2025-03-09 09:54:43,Scale,Scale,annual-discount
|
| 37 |
+
36,244,2024-11-20 10:31:03,Growth,Scale,seat-expansion
|
| 38 |
+
37,252,2025-02-08 04:05:49,Starter,Scale,feature-upgrade
|
| 39 |
+
38,256,2024-06-18 02:25:06,Scale,Scale,seat-expansion
|
| 40 |
+
39,262,2025-02-08 06:22:39,Starter,Scale,seat-expansion
|
| 41 |
+
40,271,2024-06-06 07:05:10,Starter,Scale,annual-discount
|
| 42 |
+
41,285,2024-05-19 20:16:50,Starter,Scale,seat-expansion
|
| 43 |
+
42,288,2024-12-07 07:28:04,Growth,Scale,feature-upgrade
|
| 44 |
+
43,317,2025-03-06 00:37:57,Starter,Scale,feature-upgrade
|
| 45 |
+
44,324,2024-06-05 22:07:22,Starter,Growth,procurement
|
| 46 |
+
45,329,2024-09-24 19:53:19,Starter,Scale,procurement
|
| 47 |
+
46,342,2025-02-04 23:24:13,Growth,Scale,annual-discount
|
| 48 |
+
47,344,2024-07-30 21:11:55,Starter,Growth,procurement
|
| 49 |
+
48,360,2025-03-30 12:19:31,Growth,Scale,seat-expansion
|
| 50 |
+
49,366,2024-06-13 09:50:59,Starter,Scale,seat-expansion
|
| 51 |
+
50,387,2024-06-12 20:32:47,Scale,Scale,feature-upgrade
|
| 52 |
+
51,407,2024-12-11 08:46:10,Starter,Growth,seat-expansion
|
| 53 |
+
52,420,2025-02-19 08:35:12,Starter,Scale,annual-discount
|
| 54 |
+
53,429,2024-12-06 01:25:20,Growth,Scale,feature-upgrade
|
| 55 |
+
54,432,2024-07-23 02:17:15,Growth,Scale,annual-discount
|
| 56 |
+
55,434,2024-12-22 04:58:12,Starter,Growth,procurement
|
| 57 |
+
56,441,2024-10-30 15:54:21,Growth,Scale,feature-upgrade
|
| 58 |
+
57,442,2024-11-16 01:11:24,Growth,Scale,feature-upgrade
|
| 59 |
+
58,449,2024-09-14 05:29:22,Starter,Growth,annual-discount
|
| 60 |
+
59,459,2024-10-21 12:53:58,Starter,Scale,seat-expansion
|
| 61 |
+
60,471,2024-10-17 22:17:44,Starter,Growth,seat-expansion
|
| 62 |
+
61,476,2024-09-03 01:16:20,Growth,Scale,seat-expansion
|
| 63 |
+
62,478,2024-12-07 13:08:34,Starter,Scale,seat-expansion
|
| 64 |
+
63,501,2024-12-21 21:48:44,Growth,Scale,seat-expansion
|
| 65 |
+
64,520,2024-08-12 17:05:09,Growth,Scale,feature-upgrade
|
| 66 |
+
65,527,2024-07-16 16:31:16,Growth,Scale,annual-discount
|
| 67 |
+
66,530,2025-05-12 02:18:51,Starter,Growth,seat-expansion
|
| 68 |
+
67,544,2024-10-25 12:14:36,Growth,Scale,feature-upgrade
|
| 69 |
+
68,554,2024-10-31 23:41:25,Starter,Growth,feature-upgrade
|
| 70 |
+
69,559,2024-12-23 09:34:18,Starter,Scale,seat-expansion
|
| 71 |
+
70,560,2025-06-20 09:56:29,Starter,Scale,procurement
|
| 72 |
+
71,565,2024-09-16 07:20:56,Growth,Scale,seat-expansion
|
| 73 |
+
72,578,2024-11-12 07:38:38,Starter,Scale,procurement
|
| 74 |
+
73,604,2024-10-22 16:45:54,Starter,Growth,seat-expansion
|
| 75 |
+
74,606,2025-01-16 23:47:13,Growth,Scale,annual-discount
|
| 76 |
+
75,618,2025-05-12 09:00:41,Starter,Scale,annual-discount
|
| 77 |
+
76,621,2024-08-09 13:16:47,Starter,Scale,feature-upgrade
|
| 78 |
+
77,622,2025-01-23 17:40:10,Starter,Scale,feature-upgrade
|
| 79 |
+
78,636,2025-06-04 10:09:09,Starter,Scale,feature-upgrade
|
| 80 |
+
79,645,2024-11-20 03:46:26,Starter,Growth,seat-expansion
|
| 81 |
+
80,648,2025-02-04 08:56:34,Growth,Scale,feature-upgrade
|
| 82 |
+
81,653,2025-05-10 06:33:59,Growth,Scale,procurement
|
| 83 |
+
82,661,2025-01-23 04:49:13,Growth,Scale,procurement
|
| 84 |
+
83,665,2024-12-27 02:16:17,Starter,Growth,annual-discount
|
| 85 |
+
84,676,2025-02-18 15:22:58,Growth,Scale,annual-discount
|
| 86 |
+
85,679,2025-01-02 10:34:38,Growth,Scale,annual-discount
|
| 87 |
+
86,682,2024-08-12 20:45:39,Starter,Scale,seat-expansion
|
| 88 |
+
87,712,2024-11-13 08:31:51,Starter,Growth,procurement
|
| 89 |
+
88,729,2025-03-28 23:37:57,Starter,Growth,seat-expansion
|
| 90 |
+
89,742,2024-08-12 08:09:05,Starter,Scale,seat-expansion
|
| 91 |
+
90,746,2025-06-07 11:07:10,Starter,Scale,annual-discount
|
| 92 |
+
91,750,2025-04-26 18:44:58,Starter,Growth,seat-expansion
|
| 93 |
+
92,755,2025-02-20 05:31:33,Starter,Growth,procurement
|
| 94 |
+
93,767,2024-11-26 07:30:48,Scale,Scale,procurement
|
| 95 |
+
94,778,2024-12-18 01:47:13,Growth,Scale,annual-discount
|
| 96 |
+
95,781,2024-09-05 21:01:21,Starter,Growth,annual-discount
|
| 97 |
+
96,783,2024-08-23 05:32:36,Growth,Scale,feature-upgrade
|
| 98 |
+
97,797,2025-06-05 17:08:08,Scale,Scale,annual-discount
|
| 99 |
+
98,807,2025-07-27 23:50:37,Growth,Scale,seat-expansion
|
| 100 |
+
99,815,2025-02-25 12:18:50,Scale,Scale,annual-discount
|
| 101 |
+
100,816,2025-06-30 15:44:26,Growth,Scale,procurement
|
| 102 |
+
101,823,2025-07-16 15:01:57,Growth,Scale,annual-discount
|
| 103 |
+
102,826,2025-03-27 03:30:37,Growth,Scale,feature-upgrade
|
| 104 |
+
103,848,2025-04-05 06:46:02,Starter,Growth,procurement
|
| 105 |
+
104,854,2025-02-11 09:17:31,Starter,Scale,seat-expansion
|
| 106 |
+
105,877,2024-09-11 14:49:04,Growth,Scale,feature-upgrade
|
| 107 |
+
106,883,2024-10-13 19:18:39,Starter,Growth,feature-upgrade
|
| 108 |
+
107,885,2025-07-29 21:24:40,Growth,Scale,seat-expansion
|
| 109 |
+
108,890,2024-10-06 15:25:19,Growth,Scale,procurement
|
| 110 |
+
109,904,2025-08-13 21:48:12,Growth,Scale,annual-discount
|
| 111 |
+
110,907,2024-11-10 04:52:42,Starter,Growth,seat-expansion
|
| 112 |
+
111,917,2025-07-07 23:45:09,Starter,Scale,procurement
|
| 113 |
+
112,921,2024-11-16 20:41:38,Starter,Growth,feature-upgrade
|
| 114 |
+
113,925,2024-10-29 12:01:36,Growth,Scale,procurement
|
| 115 |
+
114,928,2025-07-23 02:01:35,Growth,Scale,procurement
|
| 116 |
+
115,932,2025-04-05 09:16:51,Starter,Scale,procurement
|
| 117 |
+
116,934,2025-06-21 09:40:14,Growth,Scale,procurement
|
| 118 |
+
117,953,2024-09-27 13:53:37,Scale,Scale,feature-upgrade
|
| 119 |
+
118,975,2024-11-01 23:34:04,Starter,Scale,seat-expansion
|
| 120 |
+
119,982,2025-04-05 07:11:24,Growth,Scale,feature-upgrade
|
| 121 |
+
120,983,2024-11-05 19:03:32,Growth,Scale,annual-discount
|
| 122 |
+
121,985,2024-12-30 23:35:46,Growth,Scale,annual-discount
|
| 123 |
+
122,986,2025-05-06 09:28:41,Starter,Growth,seat-expansion
|
| 124 |
+
123,987,2025-03-28 11:25:05,Growth,Scale,procurement
|
| 125 |
+
124,998,2025-07-30 00:38:35,Starter,Scale,seat-expansion
|
| 126 |
+
125,1003,2025-05-22 13:14:19,Scale,Scale,annual-discount
|
| 127 |
+
126,1010,2025-02-10 17:19:34,Starter,Growth,annual-discount
|
| 128 |
+
127,1029,2025-01-30 00:22:13,Starter,Scale,procurement
|
| 129 |
+
128,1032,2024-11-03 23:34:56,Growth,Scale,annual-discount
|
| 130 |
+
129,1038,2024-11-05 01:15:43,Starter,Growth,feature-upgrade
|
| 131 |
+
130,1041,2025-04-10 15:30:17,Starter,Growth,annual-discount
|
| 132 |
+
131,1058,2025-01-09 00:42:19,Scale,Scale,feature-upgrade
|
| 133 |
+
132,1079,2024-10-19 19:05:40,Growth,Scale,seat-expansion
|
| 134 |
+
133,1094,2025-01-28 01:39:30,Growth,Scale,seat-expansion
|
| 135 |
+
134,1097,2025-03-31 04:14:03,Starter,Scale,procurement
|
| 136 |
+
135,1105,2025-05-07 07:23:48,Scale,Scale,feature-upgrade
|
| 137 |
+
136,1108,2025-06-18 08:07:45,Starter,Growth,feature-upgrade
|
| 138 |
+
137,1110,2025-02-23 12:43:23,Starter,Scale,annual-discount
|
| 139 |
+
138,1112,2025-07-08 15:37:08,Starter,Growth,annual-discount
|
| 140 |
+
139,1120,2025-09-11 22:05:30,Growth,Scale,procurement
|
| 141 |
+
140,1135,2024-10-23 16:21:52,Growth,Scale,feature-upgrade
|
| 142 |
+
141,1143,2025-05-06 05:37:50,Starter,Growth,procurement
|
| 143 |
+
142,1158,2025-09-16 07:20:59,Starter,Scale,feature-upgrade
|
| 144 |
+
143,1172,2025-01-14 14:31:09,Starter,Growth,annual-discount
|
| 145 |
+
144,1176,2025-04-01 18:01:57,Starter,Growth,seat-expansion
|
| 146 |
+
145,1191,2025-01-01 10:04:24,Growth,Scale,procurement
|
| 147 |
+
146,1202,2025-01-25 20:22:11,Starter,Scale,seat-expansion
|
| 148 |
+
147,1205,2025-01-10 01:59:50,Starter,Scale,feature-upgrade
|
| 149 |
+
148,1208,2025-04-04 07:09:29,Starter,Growth,seat-expansion
|
| 150 |
+
149,1209,2025-06-18 18:09:49,Starter,Scale,annual-discount
|
| 151 |
+
150,1215,2024-12-02 02:32:19,Growth,Scale,annual-discount
|
| 152 |
+
151,1216,2025-05-17 04:23:16,Scale,Scale,procurement
|
| 153 |
+
152,1231,2025-07-31 08:11:55,Scale,Scale,feature-upgrade
|
| 154 |
+
153,1232,2025-02-16 10:15:02,Scale,Scale,feature-upgrade
|
| 155 |
+
154,1240,2024-12-03 16:43:13,Starter,Growth,procurement
|
| 156 |
+
155,1250,2025-09-09 19:19:11,Starter,Growth,seat-expansion
|
| 157 |
+
156,1253,2024-11-27 08:37:28,Starter,Scale,annual-discount
|
| 158 |
+
157,1270,2025-01-22 11:32:47,Starter,Scale,annual-discount
|
| 159 |
+
158,1283,2025-10-13 06:02:37,Growth,Scale,procurement
|
| 160 |
+
159,1285,2024-12-12 12:15:32,Scale,Scale,feature-upgrade
|
| 161 |
+
160,1331,2024-11-17 20:20:26,Starter,Growth,seat-expansion
|
| 162 |
+
161,1351,2025-06-16 11:47:53,Growth,Scale,annual-discount
|
| 163 |
+
162,1362,2025-03-16 17:28:51,Growth,Scale,procurement
|
| 164 |
+
163,1376,2025-09-08 08:14:47,Scale,Scale,feature-upgrade
|
| 165 |
+
164,1380,2025-04-27 16:33:26,Growth,Scale,annual-discount
|
| 166 |
+
165,1381,2025-10-24 17:03:44,Starter,Growth,annual-discount
|
| 167 |
+
166,1420,2025-02-24 14:11:45,Starter,Growth,procurement
|
| 168 |
+
167,1431,2025-05-15 10:35:22,Starter,Growth,seat-expansion
|
| 169 |
+
168,1437,2025-03-20 15:52:03,Starter,Scale,feature-upgrade
|
| 170 |
+
169,1441,2025-03-20 10:04:05,Growth,Scale,procurement
|
| 171 |
+
170,1444,2025-08-25 18:33:16,Starter,Growth,seat-expansion
|
| 172 |
+
171,1448,2025-05-26 13:03:49,Starter,Growth,feature-upgrade
|
| 173 |
+
172,1459,2025-09-05 03:02:27,Starter,Scale,feature-upgrade
|
| 174 |
+
173,1471,2025-01-29 06:56:51,Starter,Growth,feature-upgrade
|
| 175 |
+
174,1473,2025-01-29 11:22:18,Starter,Scale,procurement
|
| 176 |
+
175,1479,2025-04-26 10:34:39,Scale,Scale,annual-discount
|
| 177 |
+
176,1482,2025-02-12 09:32:45,Starter,Scale,annual-discount
|
| 178 |
+
177,1488,2025-10-14 00:27:43,Starter,Growth,seat-expansion
|
| 179 |
+
178,1491,2025-01-21 03:56:52,Growth,Scale,seat-expansion
|
| 180 |
+
179,1510,2025-09-06 03:01:58,Starter,Growth,seat-expansion
|
| 181 |
+
180,1511,2025-04-21 09:53:03,Starter,Scale,feature-upgrade
|
| 182 |
+
181,1516,2025-11-04 01:31:55,Starter,Scale,seat-expansion
|
| 183 |
+
182,1529,2025-02-03 17:09:01,Starter,Scale,feature-upgrade
|
| 184 |
+
183,1533,2025-06-11 16:16:26,Starter,Scale,procurement
|
| 185 |
+
184,1567,2025-06-29 16:36:44,Starter,Scale,annual-discount
|
| 186 |
+
185,1578,2025-04-22 03:39:36,Starter,Growth,seat-expansion
|
| 187 |
+
186,1579,2025-02-20 04:15:54,Scale,Scale,procurement
|
| 188 |
+
187,1592,2025-09-02 21:59:35,Starter,Scale,annual-discount
|
| 189 |
+
188,1600,2025-04-01 15:24:04,Scale,Scale,seat-expansion
|
| 190 |
+
189,1603,2025-09-28 07:37:56,Growth,Scale,annual-discount
|
| 191 |
+
190,1614,2025-04-17 11:00:18,Starter,Scale,annual-discount
|
| 192 |
+
191,1616,2025-03-04 15:15:36,Starter,Scale,procurement
|
| 193 |
+
192,1621,2025-09-03 06:32:56,Starter,Scale,feature-upgrade
|
| 194 |
+
193,1629,2025-06-24 13:29:58,Starter,Scale,feature-upgrade
|
| 195 |
+
194,1660,2025-04-14 19:07:17,Starter,Growth,annual-discount
|
| 196 |
+
195,1667,2025-10-16 19:10:27,Starter,Scale,annual-discount
|
| 197 |
+
196,1684,2025-12-22 00:13:53,Starter,Growth,seat-expansion
|
| 198 |
+
197,1687,2025-11-03 12:57:59,Scale,Scale,seat-expansion
|
| 199 |
+
198,1688,2025-11-25 13:13:15,Scale,Scale,annual-discount
|
| 200 |
+
199,1694,2025-04-06 19:03:19,Starter,Scale,feature-upgrade
|
| 201 |
+
200,1707,2025-04-10 10:54:28,Growth,Scale,feature-upgrade
|
| 202 |
+
201,1712,2025-07-16 16:36:40,Growth,Scale,seat-expansion
|
| 203 |
+
202,1713,2025-05-18 16:51:17,Growth,Scale,seat-expansion
|
| 204 |
+
203,1722,2025-11-13 18:22:56,Starter,Scale,procurement
|
| 205 |
+
204,1729,2025-04-25 09:28:08,Starter,Growth,seat-expansion
|
| 206 |
+
205,1733,2025-03-06 23:15:58,Starter,Scale,seat-expansion
|
| 207 |
+
206,1735,2025-10-30 08:19:58,Starter,Scale,feature-upgrade
|
| 208 |
+
207,1748,2025-12-11 14:48:07,Growth,Scale,seat-expansion
|
| 209 |
+
208,1750,2025-04-30 16:57:08,Starter,Growth,seat-expansion
|
| 210 |
+
209,1784,2025-05-31 01:52:57,Growth,Scale,feature-upgrade
|
| 211 |
+
210,1786,2025-03-05 03:46:37,Starter,Scale,feature-upgrade
|
| 212 |
+
211,1789,2025-09-25 07:47:11,Growth,Scale,procurement
|
| 213 |
+
212,1836,2025-12-16 16:10:09,Starter,Scale,procurement
|
| 214 |
+
213,1838,2025-07-03 22:22:05,Scale,Scale,seat-expansion
|
| 215 |
+
214,1844,2025-03-09 08:36:42,Growth,Scale,feature-upgrade
|
| 216 |
+
215,1846,2025-06-12 15:25:55,Starter,Growth,annual-discount
|
| 217 |
+
216,1847,2025-05-02 16:45:12,Starter,Scale,procurement
|
| 218 |
+
217,1851,2025-10-24 17:59:53,Starter,Growth,feature-upgrade
|
| 219 |
+
218,1888,2025-11-07 09:45:34,Growth,Scale,feature-upgrade
|
| 220 |
+
219,1895,2025-09-26 10:06:16,Starter,Scale,procurement
|
| 221 |
+
220,1905,2025-06-05 09:33:41,Growth,Scale,annual-discount
|
| 222 |
+
221,1917,2026-01-02 10:56:05,Starter,Growth,seat-expansion
|
| 223 |
+
222,1923,2025-10-03 13:47:12,Scale,Scale,feature-upgrade
|
| 224 |
+
223,1924,2025-10-12 18:42:11,Starter,Growth,annual-discount
|
| 225 |
+
224,1928,2026-02-13 15:25:34,Growth,Scale,seat-expansion
|
| 226 |
+
225,1933,2026-01-18 13:23:43,Starter,Growth,feature-upgrade
|
| 227 |
+
226,1953,2025-02-20 09:10:41,Starter,Scale,seat-expansion
|
| 228 |
+
227,1967,2025-10-23 22:49:11,Growth,Scale,procurement
|
| 229 |
+
228,2005,2025-03-09 11:06:45,Growth,Scale,seat-expansion
|
| 230 |
+
229,2006,2025-11-16 12:38:38,Starter,Scale,procurement
|
| 231 |
+
230,2010,2025-02-24 01:06:17,Growth,Scale,annual-discount
|
| 232 |
+
231,2013,2026-01-30 05:16:27,Starter,Scale,seat-expansion
|
| 233 |
+
232,2024,2025-05-14 18:52:42,Growth,Scale,feature-upgrade
|
| 234 |
+
233,2037,2025-11-09 00:19:25,Starter,Scale,annual-discount
|
| 235 |
+
234,2045,2026-01-06 01:25:39,Growth,Scale,procurement
|
| 236 |
+
235,2049,2025-09-11 21:34:04,Starter,Scale,annual-discount
|
| 237 |
+
236,2050,2026-01-18 21:34:41,Starter,Scale,procurement
|
| 238 |
+
237,2058,2025-03-04 19:11:33,Starter,Growth,seat-expansion
|
| 239 |
+
238,2067,2025-05-11 23:45:22,Growth,Scale,annual-discount
|
| 240 |
+
239,2075,2025-08-01 07:54:02,Growth,Scale,annual-discount
|
| 241 |
+
240,2077,2025-08-01 09:57:50,Growth,Scale,feature-upgrade
|
| 242 |
+
241,2102,2026-01-18 23:16:32,Starter,Scale,feature-upgrade
|
| 243 |
+
242,2103,2025-11-06 04:11:26,Growth,Scale,seat-expansion
|
| 244 |
+
243,2108,2025-05-24 16:15:52,Growth,Scale,seat-expansion
|
| 245 |
+
244,2123,2025-05-20 11:49:13,Growth,Scale,procurement
|
| 246 |
+
245,2130,2025-04-11 00:40:15,Starter,Growth,feature-upgrade
|
| 247 |
+
246,2139,2025-10-31 11:09:55,Growth,Scale,procurement
|
| 248 |
+
247,2142,2025-04-13 17:14:07,Growth,Scale,feature-upgrade
|
| 249 |
+
248,2143,2025-04-14 17:22:40,Starter,Growth,annual-discount
|
| 250 |
+
249,2145,2025-09-27 06:52:42,Growth,Scale,procurement
|
| 251 |
+
250,2147,2026-02-07 18:11:25,Growth,Scale,feature-upgrade
|
| 252 |
+
251,2160,2025-11-11 17:25:20,Starter,Growth,seat-expansion
|
| 253 |
+
252,2167,2025-08-20 12:35:02,Starter,Growth,seat-expansion
|
| 254 |
+
253,2169,2025-07-28 19:36:23,Growth,Scale,seat-expansion
|
| 255 |
+
254,2171,2025-10-06 21:55:50,Growth,Scale,seat-expansion
|
| 256 |
+
255,2177,2025-09-18 11:19:00,Scale,Scale,procurement
|
| 257 |
+
256,2178,2025-07-29 16:29:16,Starter,Scale,seat-expansion
|
| 258 |
+
257,2181,2025-10-08 21:59:02,Starter,Growth,seat-expansion
|
| 259 |
+
258,2183,2025-05-31 11:40:44,Growth,Scale,annual-discount
|
| 260 |
+
259,2185,2025-09-05 15:24:47,Growth,Scale,seat-expansion
|
| 261 |
+
260,2194,2025-05-08 12:55:28,Starter,Growth,feature-upgrade
|
| 262 |
+
261,2200,2025-06-30 05:38:54,Starter,Scale,seat-expansion
|
| 263 |
+
262,2212,2025-04-16 02:44:59,Growth,Scale,feature-upgrade
|
| 264 |
+
263,2216,2025-09-28 16:01:45,Starter,Growth,seat-expansion
|
| 265 |
+
264,2222,2025-04-19 16:30:14,Growth,Scale,feature-upgrade
|
| 266 |
+
265,2228,2025-05-26 16:37:12,Growth,Scale,seat-expansion
|
| 267 |
+
266,2229,2026-01-10 19:05:37,Starter,Growth,procurement
|
| 268 |
+
267,2244,2025-04-27 22:00:15,Starter,Scale,annual-discount
|
| 269 |
+
268,2245,2025-11-20 00:16:09,Growth,Scale,annual-discount
|
| 270 |
+
269,2252,2025-05-20 11:29:53,Growth,Scale,seat-expansion
|
| 271 |
+
270,2274,2025-11-23 18:39:27,Scale,Scale,feature-upgrade
|
| 272 |
+
271,2277,2025-10-26 02:40:15,Starter,Growth,procurement
|
| 273 |
+
272,2305,2026-02-11 02:01:37,Starter,Scale,annual-discount
|
| 274 |
+
273,2309,2026-01-04 13:41:45,Scale,Scale,feature-upgrade
|
| 275 |
+
274,2312,2025-06-04 10:37:31,Scale,Scale,feature-upgrade
|
| 276 |
+
275,2317,2025-10-07 18:45:39,Starter,Scale,seat-expansion
|
| 277 |
+
276,2331,2025-11-16 23:16:34,Starter,Growth,annual-discount
|
| 278 |
+
277,2340,2025-06-04 02:08:47,Starter,Growth,annual-discount
|
| 279 |
+
278,2347,2026-02-12 00:02:42,Starter,Growth,annual-discount
|
| 280 |
+
279,2370,2026-01-10 02:52:46,Starter,Growth,feature-upgrade
|
| 281 |
+
280,2392,2025-12-16 08:32:53,Growth,Scale,procurement
|
| 282 |
+
281,2396,2025-09-15 07:17:06,Growth,Scale,annual-discount
|
| 283 |
+
282,2397,2025-06-10 09:19:34,Growth,Scale,seat-expansion
|
| 284 |
+
283,2402,2026-02-09 20:53:02,Growth,Scale,procurement
|
| 285 |
+
284,2403,2026-03-03 22:28:59,Scale,Scale,feature-upgrade
|
| 286 |
+
285,2405,2026-03-07 00:17:41,Starter,Scale,annual-discount
|
| 287 |
+
286,2408,2026-02-03 06:37:04,Growth,Scale,annual-discount
|
| 288 |
+
287,2420,2025-06-01 09:11:13,Scale,Scale,feature-upgrade
|
| 289 |
+
288,2443,2025-05-09 20:54:25,Starter,Scale,annual-discount
|
| 290 |
+
289,2456,2025-09-22 03:37:30,Growth,Scale,procurement
|
| 291 |
+
290,2463,2026-01-29 07:42:19,Starter,Growth,seat-expansion
|
| 292 |
+
291,2464,2025-11-17 07:43:59,Starter,Growth,seat-expansion
|
| 293 |
+
292,2479,2025-12-26 22:21:43,Starter,Scale,procurement
|
| 294 |
+
293,2484,2025-07-27 14:26:41,Starter,Scale,procurement
|
| 295 |
+
294,2504,2025-07-03 21:04:44,Growth,Scale,feature-upgrade
|
| 296 |
+
295,2509,2025-11-26 18:50:09,Starter,Scale,annual-discount
|
| 297 |
+
296,2514,2025-11-20 19:03:07,Scale,Scale,seat-expansion
|
| 298 |
+
297,2523,2025-07-19 15:13:27,Scale,Scale,feature-upgrade
|
| 299 |
+
298,2537,2025-09-14 06:20:01,Scale,Scale,procurement
|
| 300 |
+
299,2560,2026-04-21 23:31:12,Growth,Scale,seat-expansion
|
| 301 |
+
300,2569,2026-04-13 10:36:06,Starter,Growth,annual-discount
|
| 302 |
+
301,2578,2025-07-27 01:52:08,Starter,Growth,procurement
|
| 303 |
+
302,2600,2025-07-10 07:37:32,Scale,Scale,procurement
|
| 304 |
+
303,2602,2025-06-23 09:55:36,Starter,Growth,seat-expansion
|
| 305 |
+
304,2609,2025-10-13 17:36:38,Starter,Scale,annual-discount
|
| 306 |
+
305,2611,2026-02-06 00:50:31,Growth,Scale,procurement
|
| 307 |
+
306,2613,2026-02-19 05:20:48,Starter,Growth,feature-upgrade
|
| 308 |
+
307,2616,2026-04-29 11:15:38,Starter,Scale,seat-expansion
|
| 309 |
+
308,2625,2025-06-15 02:55:06,Scale,Scale,annual-discount
|
| 310 |
+
309,2646,2026-05-02 03:31:20,Scale,Scale,seat-expansion
|
| 311 |
+
310,2686,2025-06-11 06:18:14,Growth,Scale,procurement
|
| 312 |
+
311,2691,2025-08-06 14:01:15,Starter,Scale,procurement
|
| 313 |
+
312,2706,2025-09-21 03:17:28,Growth,Scale,annual-discount
|
| 314 |
+
313,2719,2025-07-16 08:11:56,Growth,Scale,feature-upgrade
|
| 315 |
+
314,2725,2026-04-13 23:06:46,Starter,Growth,annual-discount
|
| 316 |
+
315,2735,2025-10-02 20:43:41,Starter,Scale,feature-upgrade
|
| 317 |
+
316,2744,2026-04-19 16:24:01,Scale,Scale,procurement
|
| 318 |
+
317,2754,2026-05-23 20:59:21,Starter,Scale,seat-expansion
|
| 319 |
+
318,2768,2025-07-20 09:21:17,Growth,Scale,annual-discount
|
| 320 |
+
319,2792,2026-03-22 22:31:27,Starter,Growth,annual-discount
|
| 321 |
+
320,2811,2025-11-25 04:52:49,Starter,Growth,feature-upgrade
|
| 322 |
+
321,2818,2026-05-27 18:34:31,Starter,Growth,feature-upgrade
|
| 323 |
+
322,2829,2026-01-08 08:31:39,Starter,Scale,procurement
|
| 324 |
+
323,2832,2025-06-14 01:20:02,Scale,Scale,annual-discount
|
| 325 |
+
324,2844,2026-02-26 08:26:08,Starter,Growth,annual-discount
|
| 326 |
+
325,2845,2026-04-26 11:17:13,Starter,Scale,seat-expansion
|
| 327 |
+
326,2859,2026-03-18 03:42:54,Starter,Scale,annual-discount
|
| 328 |
+
327,2860,2025-09-24 04:27:28,Scale,Scale,procurement
|
| 329 |
+
328,2876,2026-01-25 23:36:40,Starter,Growth,annual-discount
|
| 330 |
+
329,2882,2026-04-10 12:31:07,Starter,Scale,feature-upgrade
|
| 331 |
+
330,2888,2026-06-12 16:49:57,Starter,Growth,seat-expansion
|
| 332 |
+
331,2898,2026-06-02 04:34:51,Starter,Growth,seat-expansion
|
| 333 |
+
332,2918,2025-09-12 00:46:15,Starter,Scale,procurement
|
| 334 |
+
333,2921,2025-12-28 11:14:35,Growth,Scale,procurement
|
| 335 |
+
334,2928,2025-09-26 08:09:12,Starter,Growth,annual-discount
|
| 336 |
+
335,2932,2025-07-12 23:53:07,Growth,Scale,feature-upgrade
|
| 337 |
+
336,2949,2025-06-25 13:26:26,Growth,Scale,annual-discount
|
| 338 |
+
337,2967,2025-12-07 05:00:28,Starter,Scale,annual-discount
|
| 339 |
+
338,2970,2025-08-30 13:40:37,Growth,Scale,seat-expansion
|
| 340 |
+
339,2976,2025-11-16 10:08:08,Starter,Growth,procurement
|
| 341 |
+
340,2993,2025-09-24 06:48:22,Growth,Scale,annual-discount
|
| 342 |
+
341,3009,2025-07-17 07:35:47,Starter,Scale,annual-discount
|
| 343 |
+
342,3024,2026-02-16 18:59:23,Growth,Scale,annual-discount
|
| 344 |
+
343,3031,2025-12-21 07:25:07,Starter,Growth,annual-discount
|
| 345 |
+
344,3037,2026-06-25 02:55:41,Scale,Scale,annual-discount
|
| 346 |
+
345,3052,2026-01-31 04:03:08,Growth,Scale,feature-upgrade
|
| 347 |
+
346,3057,2026-07-04 17:55:10,Scale,Scale,feature-upgrade
|
| 348 |
+
347,3078,2025-07-30 04:28:44,Scale,Scale,annual-discount
|
| 349 |
+
348,3088,2025-10-12 14:16:51,Scale,Scale,procurement
|
| 350 |
+
349,3103,2026-07-04 09:48:18,Starter,Scale,procurement
|
| 351 |
+
350,3111,2026-04-08 02:30:25,Scale,Scale,annual-discount
|
| 352 |
+
351,3125,2026-02-07 20:00:47,Starter,Growth,feature-upgrade
|
| 353 |
+
352,3134,2025-11-13 21:24:11,Growth,Scale,annual-discount
|
| 354 |
+
353,3145,2025-12-02 18:28:13,Growth,Scale,seat-expansion
|
| 355 |
+
354,3148,2026-01-02 00:14:59,Starter,Growth,feature-upgrade
|
| 356 |
+
355,3152,2025-08-24 08:06:05,Growth,Scale,seat-expansion
|
| 357 |
+
356,3160,2025-12-12 16:04:40,Starter,Growth,procurement
|
| 358 |
+
357,3166,2025-10-21 07:52:57,Starter,Growth,seat-expansion
|
| 359 |
+
358,3175,2026-04-29 23:03:28,Starter,Scale,seat-expansion
|
| 360 |
+
359,3181,2026-04-29 11:45:46,Starter,Scale,feature-upgrade
|
| 361 |
+
360,3188,2026-04-22 03:15:30,Scale,Scale,feature-upgrade
|
| 362 |
+
361,3199,2025-12-25 02:51:04,Growth,Scale,feature-upgrade
|
| 363 |
+
362,3229,2025-10-06 14:21:57,Growth,Scale,procurement
|
| 364 |
+
363,3254,2026-07-19 11:47:27,Starter,Growth,annual-discount
|
| 365 |
+
364,3256,2025-12-25 15:45:19,Scale,Scale,feature-upgrade
|
| 366 |
+
365,3259,2025-09-17 23:50:28,Starter,Scale,seat-expansion
|
| 367 |
+
366,3263,2026-05-26 10:18:48,Starter,Growth,procurement
|
| 368 |
+
367,3267,2026-03-03 22:46:39,Starter,Scale,feature-upgrade
|
| 369 |
+
368,3293,2026-07-08 09:19:22,Starter,Growth,annual-discount
|
| 370 |
+
369,3309,2026-06-12 07:21:03,Scale,Scale,annual-discount
|
| 371 |
+
370,3312,2026-01-27 22:03:25,Growth,Scale,feature-upgrade
|
| 372 |
+
371,3314,2026-06-24 03:10:21,Starter,Growth,feature-upgrade
|
| 373 |
+
372,3341,2025-12-14 17:32:28,Scale,Scale,annual-discount
|
| 374 |
+
373,3346,2026-07-24 15:15:28,Starter,Scale,procurement
|
| 375 |
+
374,3366,2025-10-02 15:17:02,Starter,Growth,procurement
|
| 376 |
+
375,3377,2026-03-27 10:42:19,Growth,Scale,annual-discount
|
| 377 |
+
376,3381,2026-01-16 02:04:27,Starter,Growth,feature-upgrade
|
| 378 |
+
377,3382,2026-02-23 04:34:19,Growth,Scale,annual-discount
|
| 379 |
+
378,3385,2025-10-02 19:07:28,Growth,Scale,seat-expansion
|
| 380 |
+
379,3387,2025-12-17 02:54:46,Starter,Growth,procurement
|
| 381 |
+
380,3393,2026-05-18 12:27:00,Starter,Growth,procurement
|
| 382 |
+
381,3404,2025-12-19 06:56:52,Growth,Scale,procurement
|
| 383 |
+
382,3407,2026-06-05 18:37:46,Scale,Scale,feature-upgrade
|
| 384 |
+
383,3409,2026-04-07 20:13:51,Scale,Scale,seat-expansion
|
| 385 |
+
384,3413,2026-02-20 09:57:53,Growth,Scale,procurement
|
| 386 |
+
385,3418,2025-11-30 03:10:21,Growth,Scale,seat-expansion
|
| 387 |
+
386,3423,2025-10-20 18:46:15,Starter,Scale,annual-discount
|
| 388 |
+
387,3430,2026-01-03 22:45:46,Starter,Growth,annual-discount
|
| 389 |
+
388,3458,2025-12-09 11:58:34,Starter,Growth,feature-upgrade
|
| 390 |
+
389,3462,2026-07-26 00:09:22,Starter,Scale,feature-upgrade
|
| 391 |
+
390,3463,2026-08-28 00:24:04,Starter,Growth,seat-expansion
|
| 392 |
+
391,3495,2026-06-16 19:54:07,Starter,Scale,procurement
|
| 393 |
+
392,3506,2025-11-06 13:25:25,Starter,Scale,feature-upgrade
|
| 394 |
+
393,3507,2026-06-11 15:03:47,Growth,Scale,procurement
|
| 395 |
+
394,3510,2025-10-03 19:20:41,Growth,Scale,feature-upgrade
|
| 396 |
+
395,3530,2025-11-09 02:22:35,Scale,Scale,annual-discount
|
| 397 |
+
396,3535,2026-06-07 19:38:03,Starter,Scale,feature-upgrade
|
| 398 |
+
397,3542,2025-11-15 08:18:47,Starter,Growth,annual-discount
|
| 399 |
+
398,3556,2026-05-02 03:40:02,Growth,Scale,annual-discount
|
| 400 |
+
399,3564,2026-04-29 03:38:19,Growth,Scale,feature-upgrade
|
| 401 |
+
400,3573,2026-02-03 03:27:43,Growth,Scale,feature-upgrade
|
| 402 |
+
401,3588,2026-01-16 02:31:46,Growth,Scale,feature-upgrade
|
| 403 |
+
402,3595,2026-05-27 14:26:14,Growth,Scale,procurement
|
| 404 |
+
403,3604,2026-05-04 19:22:58,Starter,Scale,feature-upgrade
|
| 405 |
+
404,3616,2026-08-11 20:51:15,Growth,Scale,procurement
|
| 406 |
+
405,3640,2025-11-30 13:49:52,Starter,Growth,annual-discount
|
| 407 |
+
406,3648,2026-02-07 15:04:50,Growth,Scale,annual-discount
|
| 408 |
+
407,3657,2026-03-30 13:03:22,Starter,Growth,procurement
|
| 409 |
+
408,3663,2026-01-08 03:00:23,Growth,Scale,procurement
|
| 410 |
+
409,3668,2026-04-13 08:52:23,Growth,Scale,seat-expansion
|
| 411 |
+
410,3674,2026-02-18 16:22:51,Scale,Scale,procurement
|
| 412 |
+
411,3678,2026-07-01 01:03:35,Starter,Scale,seat-expansion
|
| 413 |
+
412,3687,2026-01-31 17:40:23,Growth,Scale,seat-expansion
|
| 414 |
+
413,3695,2026-05-30 16:36:32,Starter,Growth,annual-discount
|
| 415 |
+
414,3709,2026-06-29 01:41:58,Starter,Growth,procurement
|
| 416 |
+
415,3711,2025-10-01 09:31:20,Starter,Growth,seat-expansion
|
| 417 |
+
416,3722,2026-04-26 07:49:37,Starter,Growth,seat-expansion
|
| 418 |
+
417,3733,2025-11-07 15:47:22,Starter,Growth,annual-discount
|
| 419 |
+
418,3755,2026-02-11 01:21:00,Growth,Scale,feature-upgrade
|
| 420 |
+
419,3756,2025-10-10 03:39:41,Growth,Scale,seat-expansion
|
| 421 |
+
420,3763,2026-09-04 15:04:58,Starter,Scale,feature-upgrade
|
| 422 |
+
421,3766,2026-06-08 17:55:56,Growth,Scale,feature-upgrade
|
| 423 |
+
422,3770,2025-12-11 23:35:21,Starter,Scale,procurement
|
| 424 |
+
423,3785,2025-10-22 12:34:02,Starter,Growth,feature-upgrade
|
| 425 |
+
424,3786,2025-10-11 19:19:26,Starter,Growth,procurement
|
| 426 |
+
425,3796,2025-12-24 00:49:07,Growth,Scale,procurement
|
| 427 |
+
426,3802,2026-06-12 05:04:23,Starter,Growth,annual-discount
|
| 428 |
+
427,3811,2026-03-07 20:23:21,Starter,Scale,seat-expansion
|
| 429 |
+
428,3820,2025-12-11 06:56:48,Growth,Scale,annual-discount
|
| 430 |
+
429,3821,2025-12-03 08:00:41,Growth,Scale,seat-expansion
|
| 431 |
+
430,3827,2025-10-19 07:03:09,Growth,Scale,procurement
|
| 432 |
+
431,3834,2025-12-30 07:40:40,Starter,Growth,annual-discount
|
| 433 |
+
432,3843,2025-12-20 04:15:18,Starter,Growth,feature-upgrade
|
| 434 |
+
433,3844,2026-09-07 05:42:15,Growth,Scale,seat-expansion
|
| 435 |
+
434,3845,2025-12-04 08:12:39,Growth,Scale,procurement
|
| 436 |
+
435,3846,2026-05-16 09:45:06,Growth,Scale,annual-discount
|
| 437 |
+
436,3859,2025-11-15 09:56:50,Starter,Scale,annual-discount
|
| 438 |
+
437,3870,2026-04-18 18:25:41,Starter,Growth,feature-upgrade
|
| 439 |
+
438,3873,2025-12-21 06:15:43,Starter,Scale,annual-discount
|
| 440 |
+
439,3875,2026-08-26 08:42:36,Starter,Growth,seat-expansion
|
| 441 |
+
440,3877,2026-05-26 12:17:17,Starter,Growth,annual-discount
|
| 442 |
+
441,3885,2025-10-28 04:31:55,Starter,Scale,seat-expansion
|
| 443 |
+
442,3897,2025-11-18 02:31:07,Starter,Scale,annual-discount
|
| 444 |
+
443,3905,2026-08-02 21:39:35,Starter,Growth,annual-discount
|
| 445 |
+
444,3913,2026-05-12 22:35:18,Growth,Scale,seat-expansion
|
| 446 |
+
445,3915,2026-05-07 00:34:48,Starter,Growth,seat-expansion
|
| 447 |
+
446,3924,2025-11-27 22:51:15,Growth,Scale,annual-discount
|
| 448 |
+
447,3928,2026-06-24 10:48:56,Growth,Scale,procurement
|
| 449 |
+
448,3930,2026-04-04 22:37:30,Starter,Scale,seat-expansion
|
| 450 |
+
449,3942,2025-11-15 16:04:27,Starter,Growth,feature-upgrade
|
| 451 |
+
450,3946,2026-10-15 01:56:16,Scale,Scale,seat-expansion
|
| 452 |
+
451,3947,2025-11-30 07:09:24,Growth,Scale,seat-expansion
|
| 453 |
+
452,3980,2026-08-15 14:55:42,Growth,Scale,seat-expansion
|
| 454 |
+
453,3988,2026-07-17 09:51:10,Starter,Growth,feature-upgrade
|
| 455 |
+
454,3992,2025-12-01 22:50:56,Starter,Scale,annual-discount
|
| 456 |
+
455,3993,2026-05-23 02:19:48,Growth,Scale,seat-expansion
|
| 457 |
+
456,3997,2026-05-27 13:35:25,Growth,Scale,annual-discount
|
| 458 |
+
457,3998,2026-05-11 16:01:18,Scale,Scale,annual-discount
|
| 459 |
+
458,4012,2026-02-10 19:59:34,Starter,Growth,feature-upgrade
|
| 460 |
+
459,4013,2026-10-14 00:51:13,Growth,Scale,feature-upgrade
|
| 461 |
+
460,4015,2025-12-02 03:01:37,Starter,Scale,procurement
|
| 462 |
+
461,4016,2026-02-09 07:43:01,Starter,Scale,annual-discount
|
| 463 |
+
462,4047,2025-11-14 07:27:14,Starter,Growth,procurement
|
| 464 |
+
463,4052,2025-12-07 02:13:13,Growth,Scale,feature-upgrade
|
| 465 |
+
464,4077,2026-08-29 04:04:06,Starter,Growth,feature-upgrade
|
| 466 |
+
465,4086,2026-02-05 02:16:57,Starter,Scale,seat-expansion
|
| 467 |
+
466,4088,2026-03-06 05:17:50,Scale,Scale,seat-expansion
|
| 468 |
+
467,4092,2026-10-27 14:08:52,Growth,Scale,feature-upgrade
|
| 469 |
+
468,4100,2026-10-14 23:40:06,Starter,Scale,seat-expansion
|
| 470 |
+
469,4102,2026-08-10 01:29:21,Starter,Growth,seat-expansion
|
| 471 |
+
470,4107,2026-04-12 11:54:29,Starter,Scale,feature-upgrade
|
| 472 |
+
471,4130,2026-04-19 03:59:24,Growth,Scale,annual-discount
|
| 473 |
+
472,4141,2025-12-28 18:32:51,Starter,Scale,seat-expansion
|
| 474 |
+
473,4153,2026-02-18 07:51:59,Scale,Scale,annual-discount
|
| 475 |
+
474,4157,2026-02-12 17:11:29,Scale,Scale,seat-expansion
|
| 476 |
+
475,4172,2026-06-15 05:01:28,Growth,Scale,seat-expansion
|
| 477 |
+
476,4179,2026-03-09 18:39:00,Scale,Scale,annual-discount
|
| 478 |
+
477,4183,2026-01-16 13:43:57,Scale,Scale,annual-discount
|
| 479 |
+
478,4187,2026-08-06 03:23:56,Starter,Growth,seat-expansion
|
| 480 |
+
479,4194,2025-12-16 03:02:10,Scale,Scale,procurement
|
| 481 |
+
480,4206,2026-08-04 07:02:39,Starter,Growth,seat-expansion
|
| 482 |
+
481,4215,2026-03-16 19:04:04,Starter,Scale,seat-expansion
|
| 483 |
+
482,4218,2026-03-05 01:18:32,Starter,Growth,seat-expansion
|
| 484 |
+
483,4223,2026-06-11 07:39:10,Growth,Scale,seat-expansion
|
| 485 |
+
484,4225,2026-02-04 08:52:20,Scale,Scale,seat-expansion
|
| 486 |
+
485,4239,2026-01-15 03:06:02,Growth,Scale,procurement
|
| 487 |
+
486,4248,2026-10-04 15:05:04,Starter,Growth,seat-expansion
|
| 488 |
+
487,4271,2026-08-22 06:59:23,Starter,Scale,annual-discount
|
| 489 |
+
488,4277,2026-01-05 21:15:39,Growth,Scale,procurement
|
| 490 |
+
489,4309,2026-08-19 02:53:10,Scale,Scale,seat-expansion
|
| 491 |
+
490,4357,2026-01-30 01:22:10,Starter,Scale,seat-expansion
|
| 492 |
+
491,4370,2026-08-07 08:45:33,Growth,Scale,annual-discount
|
| 493 |
+
492,4385,2026-01-20 08:05:29,Growth,Scale,procurement
|
| 494 |
+
493,4411,2026-11-21 17:47:16,Starter,Growth,seat-expansion
|
| 495 |
+
494,4424,2026-07-03 16:36:30,Growth,Scale,annual-discount
|
| 496 |
+
495,4439,2026-08-19 05:19:40,Starter,Scale,feature-upgrade
|
| 497 |
+
496,4456,2026-01-23 21:02:47,Starter,Growth,feature-upgrade
|
| 498 |
+
497,4457,2026-06-28 00:18:10,Starter,Scale,feature-upgrade
|
| 499 |
+
498,4460,2026-09-02 17:22:10,Growth,Scale,annual-discount
|
| 500 |
+
499,4461,2026-05-17 17:35:55,Growth,Scale,feature-upgrade
|
| 501 |
+
500,4468,2026-07-26 07:30:47,Scale,Scale,feature-upgrade
|
| 502 |
+
501,4472,2026-06-18 11:28:31,Starter,Growth,procurement
|
| 503 |
+
502,4490,2026-04-10 14:41:03,Starter,Growth,annual-discount
|
| 504 |
+
503,4497,2026-04-11 11:09:23,Starter,Growth,seat-expansion
|
| 505 |
+
504,4499,2026-01-21 15:16:26,Starter,Scale,annual-discount
|
| 506 |
+
505,4511,2026-12-10 20:37:32,Scale,Scale,annual-discount
|
| 507 |
+
506,4515,2026-07-31 02:58:37,Starter,Growth,annual-discount
|
| 508 |
+
507,4518,2026-10-06 18:42:48,Growth,Scale,feature-upgrade
|
| 509 |
+
508,4530,2026-12-09 15:32:12,Starter,Growth,annual-discount
|
| 510 |
+
509,4534,2026-04-07 20:58:57,Scale,Scale,seat-expansion
|
| 511 |
+
510,4535,2025-12-29 21:10:32,Scale,Scale,annual-discount
|
| 512 |
+
511,4546,2026-01-09 23:48:02,Growth,Scale,feature-upgrade
|
| 513 |
+
512,4550,2026-05-08 09:20:50,Growth,Scale,procurement
|
| 514 |
+
513,4552,2026-11-07 16:12:44,Growth,Scale,annual-discount
|
| 515 |
+
514,4553,2026-11-05 21:45:47,Growth,Scale,feature-upgrade
|
| 516 |
+
515,4559,2026-02-15 12:23:20,Starter,Growth,annual-discount
|
| 517 |
+
516,4563,2026-05-01 13:42:56,Growth,Scale,annual-discount
|
| 518 |
+
517,4571,2026-09-03 09:05:57,Growth,Scale,seat-expansion
|
| 519 |
+
518,4595,2026-07-23 16:06:45,Starter,Scale,procurement
|
| 520 |
+
519,4596,2026-11-03 17:43:34,Starter,Scale,procurement
|
| 521 |
+
520,4615,2026-08-31 11:38:06,Starter,Growth,annual-discount
|
| 522 |
+
521,4629,2026-10-29 21:44:29,Starter,Growth,seat-expansion
|
| 523 |
+
522,4631,2026-06-07 04:00:47,Growth,Scale,feature-upgrade
|
| 524 |
+
523,4648,2026-08-07 14:25:31,Starter,Scale,feature-upgrade
|
| 525 |
+
524,4655,2026-07-25 17:01:35,Growth,Scale,procurement
|
| 526 |
+
525,4656,2026-04-15 18:36:29,Starter,Growth,feature-upgrade
|
| 527 |
+
526,4657,2026-08-16 21:07:54,Starter,Scale,annual-discount
|
| 528 |
+
527,4665,2026-05-01 23:24:19,Starter,Growth,procurement
|
| 529 |
+
528,4673,2026-06-21 14:56:38,Starter,Growth,procurement
|
| 530 |
+
529,4674,2026-05-17 16:44:32,Growth,Scale,feature-upgrade
|
| 531 |
+
530,4678,2026-01-14 01:49:46,Starter,Growth,procurement
|
| 532 |
+
531,4687,2026-04-14 13:05:00,Growth,Scale,annual-discount
|
| 533 |
+
532,4691,2026-08-24 22:50:03,Growth,Scale,annual-discount
|
| 534 |
+
533,4714,2026-01-17 02:36:00,Growth,Scale,annual-discount
|
| 535 |
+
534,4732,2026-06-29 08:18:16,Growth,Scale,procurement
|
| 536 |
+
535,4754,2026-11-07 03:09:37,Starter,Growth,annual-discount
|
| 537 |
+
536,4757,2026-08-08 14:38:36,Starter,Growth,seat-expansion
|
| 538 |
+
537,4758,2026-07-24 17:46:15,Starter,Scale,seat-expansion
|
| 539 |
+
538,4760,2026-11-08 20:38:23,Starter,Growth,procurement
|
| 540 |
+
539,4769,2026-11-12 08:57:18,Growth,Scale,feature-upgrade
|
| 541 |
+
540,4771,2026-09-09 13:45:00,Growth,Scale,seat-expansion
|
| 542 |
+
541,4772,2026-04-05 14:00:31,Growth,Scale,procurement
|
| 543 |
+
542,4778,2026-08-08 05:00:30,Growth,Scale,annual-discount
|
| 544 |
+
543,4781,2026-07-05 14:09:59,Growth,Scale,seat-expansion
|
| 545 |
+
544,4790,2026-08-12 18:18:13,Growth,Scale,annual-discount
|
| 546 |
+
545,4791,2026-06-22 23:18:49,Starter,Growth,procurement
|
| 547 |
+
546,4795,2026-12-13 19:46:47,Starter,Scale,feature-upgrade
|
| 548 |
+
547,4813,2026-03-07 13:46:47,Starter,Growth,procurement
|
| 549 |
+
548,4815,2026-08-24 21:59:10,Growth,Scale,procurement
|
| 550 |
+
549,4820,2026-05-23 14:49:44,Growth,Scale,feature-upgrade
|
| 551 |
+
550,4823,2026-12-26 23:49:09,Growth,Scale,feature-upgrade
|
| 552 |
+
551,4825,2027-01-02 04:18:15,Starter,Scale,annual-discount
|
| 553 |
+
552,4831,2026-09-03 23:42:30,Starter,Growth,feature-upgrade
|
| 554 |
+
553,4838,2027-01-08 12:41:37,Starter,Growth,seat-expansion
|
| 555 |
+
554,4840,2026-05-22 15:01:48,Scale,Scale,feature-upgrade
|
| 556 |
+
555,4857,2026-02-09 01:59:52,Starter,Growth,feature-upgrade
|
| 557 |
+
556,4872,2026-11-14 04:22:59,Growth,Scale,procurement
|
| 558 |
+
557,4876,2026-03-25 13:32:38,Starter,Scale,seat-expansion
|
| 559 |
+
558,4879,2027-01-15 23:26:22,Starter,Scale,procurement
|
| 560 |
+
559,4892,2026-06-03 23:57:06,Growth,Scale,seat-expansion
|
| 561 |
+
560,4917,2026-07-26 08:20:40,Starter,Scale,seat-expansion
|
| 562 |
+
561,4921,2026-05-17 11:29:07,Starter,Scale,feature-upgrade
|
| 563 |
+
562,4932,2026-04-30 16:01:47,Growth,Scale,annual-discount
|
| 564 |
+
563,4934,2026-08-23 18:15:15,Growth,Scale,procurement
|
| 565 |
+
564,4937,2026-04-25 04:43:28,Scale,Scale,feature-upgrade
|
| 566 |
+
565,4939,2026-08-24 08:03:01,Starter,Growth,seat-expansion
|
| 567 |
+
566,4941,2026-05-29 09:23:40,Growth,Scale,feature-upgrade
|
| 568 |
+
567,4944,2026-03-05 14:23:15,Growth,Scale,procurement
|
| 569 |
+
568,4956,2026-10-18 08:10:38,Starter,Scale,feature-upgrade
|
| 570 |
+
569,4980,2026-11-18 17:47:37,Growth,Scale,annual-discount
|
| 571 |
+
570,4985,2026-07-22 01:42:01,Scale,Scale,annual-discount
|
data/subscriptions.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|