Documentation Index
Fetch the complete documentation index at: https://grantmaster.dev/llms.txt
Use this file to discover all available pages before exploring further.
Analytics and Tracking
This document defines how we measure feature adoption, user engagement, and platform growth without compromising PII.🏗️ Data Collection Pipeline
🏷️ Event Naming Convention
We use a Context:Action:Outcome hierarchical structure:| Format | Example | Description |
|---|---|---|
grant:claim:success | grant:claim:success | User successfully claimed a grant. |
ai:generation:start | ai:generation:start | Prompt sent to LLM. |
auth:signup:verify | auth:signup:verify | User verified their email. |
billing:plan:change | billing:plan:change | User modified subscription tier. |
🛡️ Privacy & PII Policy
Absolutely no PII (emails, names, phone numbers) should be included in analytics properties.- Safe:
projectId,tenantId,planType,errorCode. - Unsafe:
user_email,grant_title_text,comment_content.
📊 Key Growth Metrics (The “North Star”)
- Grant Velocity: Average time from “Claimed” to “Submitted.”
- AI Stickiness: Percentage of users who utilize the “Draft Assistant” mehr as 3 times per week.
- Collaborative efforts: Number of unique users contributing to a single
Pursuit.
🛠️ Implementation
Use theAnalyticsService wrapper: