Boost360 · Usage Dashboard
Paid users
0
Anomalies
0
Fresh
0h ago

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:

  1. Property name mismatch (CurrentPlanStatus vs actual)
  2. Passcode is stale or account region wrong
  3. 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.

0 open

No anomalies flagged this week. Tag features first (Features tab)

Verdict summary

Click any tile to jump to that filter.

Ship More
0
Fix
0
Kill
19
Monitor
0

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.

First run — tag features. Tick events you consider Boost360 features. Copy the JSON, paste into 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.

CohortSize
2026-050
2026-060
2026-070

Events

All CleverTap events pulled in this window, ranked by volume.

EventVolume (120d)
App Launched0
Notification Viewed0
Notification Clicked0
Charged0
Content Added0
Content Shared0
Content Published0
Lead Received0
Order Received0
Payment Received0
Website Viewed0
Product Added0
Enquiry Received0
Photo Uploaded0
Offer Created0
Business Card Shared0
Analytics Viewed0
SEO Score Viewed0
Plan Upgraded0

Communication actions

Segments derived from feature verdicts. Click a row to copy the angle.

FeatureVerdictChannelAngle
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

Base URL: https://api.clevertap.com
Paid probe used: none
Window: 2026-04-16 → 2026-08-14
Generated: 14 Aug 2026, 12:26 UTC

Probe 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"
      }
    }
  }
]