Seed Data
Pre-populated analytics data in the staging environment for development and testing.
Staging Environment
The staging environment is pre-seeded with analytics data including events, venues, campaigns, engagement metrics, and dashboards. Use the test credentials from the Authentication guide to access this data.
Demo Tenant
| Field | Value |
|---|---|
| Tenant ID | a0000001-0000-0000-0000-000000000001 |
Pre-Seeded Data
The following data is available in the staging environment for the demo tenant.
| Data | Count | Tables |
|---|---|---|
| Events with historical attendance | 50+ | facts_events |
| Venues with geo data | 10 | dims_entities, dims_geo |
| Active campaigns with metrics | 5 | facts_campaigns |
| Days of engagement data | 30 | facts_engagement |
| Custom dashboards | 3 | dashboards |
| Sample forecasts and anomaly detections | -- | forecasts, anomalies |
Test Credentials
| Role | Password | |
|---|---|---|
| Developer | dev@eventzr.com | Password123! |
| Admin | admin@eventzr.com | Password123! |
| Organizer | organizer@eventzr.com | Password123! |
| Partner | partner@eventzr.com | Password123! |
Quick Access
Get entity dashboard for an eventbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/analytics/v1/dashboard/entity/event/<event-id>" \
-H "Authorization: Bearer $TOKEN"Get admin platform overviewbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/analytics/v1/admin/overview" \
-H "Authorization: Bearer $TOKEN"Get public event statsbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/analytics/v1/public/events/<event-slug>/stats"Subscription Tiers
Analytics features vary by subscription tier. The analytics service enforces these limits.
| Tier | Dashboards | Forecasts | AI Insights | Reports | Custom SQL |
|---|---|---|---|---|---|
| BASE | Basic | No | No | No | No |
| STUDENT | Basic | No | No | No | No |
| STARTUP | Entity | No | No | No | No |
| PRO | Custom | Yes | Yes | Yes (5/mo) | No |
| PROMAX | Unlimited | Yes | Yes | Unlimited | No |
| ENTERPRISE | Unlimited | Yes | Yes | Unlimited | Yes |