Data hasn't landed yet
CleverTap returned zeros for paid users and events. This is not an error state, this is a config gap.
Fix path: open the Diagnostic tab (⌘K → type "diag") and share the JSON you see there. Most common causes:
- Property name mismatch (
CurrentPlanStatusvs actual) - Passcode is stale or account region wrong
- No paid-user events in the last 120 days for this project
Investigate first
Top 3 signals that need a decision this week. Click any card for detail + copy-ready plays.
No anomalies flagged this week. Tag features first (Features tab)
Verdict summary
Click any tile to jump to that filter.
Verdict split
Cohort size — last 3 months
Features & Verdicts
Every row is clickable. Opens a drawer with rationale, comms angle, and copy-ready ticket brief.
data/feature_tags.json, commit, re-run workflow.Cohorts
Paid users whose first App Launched fell in that month. Retention curves unlock after event-time-bucket pull is validated.
| Cohort | Size |
|---|---|
| 2026-05 | 0 |
| 2026-06 | 0 |
| 2026-07 | 0 |
Events
All CleverTap events pulled in this window, ranked by volume.
| Event | Volume (120d) |
|---|---|
| App Launched | 0 |
| Notification Viewed | 0 |
| Notification Clicked | 0 |
| Charged | 0 |
| Content Added | 0 |
| Content Shared | 0 |
| Content Published | 0 |
| Lead Received | 0 |
| Order Received | 0 |
| Payment Received | 0 |
| Website Viewed | 0 |
| Product Added | 0 |
| Enquiry Received | 0 |
| Photo Uploaded | 0 |
| Offer Created | 0 |
| Business Card Shared | 0 |
| Analytics Viewed | 0 |
| SEO Score Viewed | 0 |
| Plan Upgraded | 0 |
Communication actions
Segments derived from feature verdicts. Click a row to copy the angle.
| Feature | Verdict | Channel | Angle |
|---|---|---|---|
| App Launched | KILL | Sunset notice | 30-day deprecation notice for "App Launched". Recommend replacement feature in the same email. |
| Notification Viewed | KILL | Sunset notice | 30-day deprecation notice for "Notification Viewed". Recommend replacement feature in the same email. |
| Notification Clicked | KILL | Sunset notice | 30-day deprecation notice for "Notification Clicked". Recommend replacement feature in the same email. |
| Charged | KILL | Sunset notice | 30-day deprecation notice for "Charged". Recommend replacement feature in the same email. |
| Content Added | KILL | Sunset notice | 30-day deprecation notice for "Content Added". Recommend replacement feature in the same email. |
| Content Shared | KILL | Sunset notice | 30-day deprecation notice for "Content Shared". Recommend replacement feature in the same email. |
| Content Published | KILL | Sunset notice | 30-day deprecation notice for "Content Published". Recommend replacement feature in the same email. |
| Lead Received | KILL | Sunset notice | 30-day deprecation notice for "Lead Received". Recommend replacement feature in the same email. |
| Order Received | KILL | Sunset notice | 30-day deprecation notice for "Order Received". Recommend replacement feature in the same email. |
| Payment Received | KILL | Sunset notice | 30-day deprecation notice for "Payment Received". Recommend replacement feature in the same email. |
| Website Viewed | KILL | Sunset notice | 30-day deprecation notice for "Website Viewed". Recommend replacement feature in the same email. |
| Product Added | KILL | Sunset notice | 30-day deprecation notice for "Product Added". Recommend replacement feature in the same email. |
| Enquiry Received | KILL | Sunset notice | 30-day deprecation notice for "Enquiry Received". Recommend replacement feature in the same email. |
| Photo Uploaded | KILL | Sunset notice | 30-day deprecation notice for "Photo Uploaded". Recommend replacement feature in the same email. |
| Offer Created | KILL | Sunset notice | 30-day deprecation notice for "Offer Created". Recommend replacement feature in the same email. |
| Business Card Shared | KILL | Sunset notice | 30-day deprecation notice for "Business Card Shared". Recommend replacement feature in the same email. |
| Analytics Viewed | KILL | Sunset notice | 30-day deprecation notice for "Analytics Viewed". Recommend replacement feature in the same email. |
| SEO Score Viewed | KILL | Sunset notice | 30-day deprecation notice for "SEO Score Viewed". Recommend replacement feature in the same email. |
| Plan Upgraded | KILL | Sunset notice | 30-day deprecation notice for "Plan Upgraded". Recommend replacement feature in the same email. |
Ask the dashboard
20 pre-set jumps. Or press ⌘K anywhere for command palette.
Diagnostic
Raw CleverTap probe results. Share with Braj when data looks off.
Config
https://api.clevertap.comnoneProbe results
[
{
"name": "profiles_count_paid_filter",
"result": {
"url": "https://api.clevertap.com/1/counts/profiles.json",
"status": 200,
"request_body": {
"event_name": "App Launched",
"from": 20260416,
"to": 20260814,
"common_profile_prop": {
"profile_fields": [
{
"name": "CurrentPlanStatus",
"operator": "equals",
"value": "PAID"
}
]
}
},
"response_snippet": "{\"req_id\":\"69394588378770\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69394588378770",
"status": "partial"
}
}
},
{
"name": "profiles_count_no_filter",
"result": {
"url": "https://api.clevertap.com/1/counts/profiles.json",
"status": 200,
"request_body": {
"event_name": "App Launched",
"from": 20260416,
"to": 20260814
},
"response_snippet": "{\"req_id\":\"69437640759519\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69437640759519",
"status": "partial"
}
}
},
{
"name": "events_count_app_launched",
"result": {
"url": "https://api.clevertap.com/1/counts/events.json",
"status": 200,
"request_body": {
"name": "App Launched",
"from": 20260416,
"to": 20260814
},
"response_snippet": "{\"req_id\":\"69395771339814\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69395771339814",
"status": "partial"
}
}
},
{
"name": "events_count_app_launched_paid",
"result": {
"url": "https://api.clevertap.com/1/counts/events.json",
"status": 200,
"request_body": {
"name": "App Launched",
"from": 20260416,
"to": 20260814,
"common_profile_prop": {
"profile_fields": [
{
"name": "CurrentPlanStatus",
"operator": "equals",
"value": "PAID"
}
]
}
},
"response_snippet": "{\"req_id\":\"69394867754098\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69394867754098",
"status": "partial"
}
}
},
{
"name": "profiles_paid_lowercase_status",
"result": {
"url": "https://api.clevertap.com/1/counts/profiles.json",
"status": 200,
"request_body": {
"event_name": "App Launched",
"from": 20260416,
"to": 20260814,
"common_profile_prop": {
"profile_fields": [
{
"name": "CurrentPlanStatus",
"operator": "equals",
"value": "Paid"
}
]
}
},
"response_snippet": "{\"req_id\":\"69394975063465\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69394975063465",
"status": "partial"
}
}
},
{
"name": "profiles_currentPlanStatus_camelCase",
"result": {
"url": "https://api.clevertap.com/1/counts/profiles.json",
"status": 200,
"request_body": {
"event_name": "App Launched",
"from": 20260416,
"to": 20260814,
"common_profile_prop": {
"profile_fields": [
{
"name": "currentPlanStatus",
"operator": "equals",
"value": "PAID"
}
]
}
},
"response_snippet": "{\"req_id\":\"69966150273604\",\"status\":\"partial\"}",
"response_json": {
"req_id": "69966150273604",
"status": "partial"
}
}
}
]