Events let you track app actions that matter for analysis, troubleshooting, and attribution review.Documentation Index
Fetch the complete documentation index at: https://docs.pnlight.app/llms.txt
Use this file to discover all available pages before exploring further.
Event names
Use stable, lowercase event names. Keep names specific enough to understand in reports. Good examples:onboarding_completedpaywall_viewedpurchase_completedtrial_started
Send an event
Event parameters
Use parameters for context that helps you segment or debug the event.| Parameter | Example | Use |
|---|---|---|
product_id | premium_subscription | Connect purchase events to products. |
placement | paywall | Connect UI actions to server-driven UI placements. |
amount | 9.99 | Record monetary values. |
currency | USD | Interpret monetary values correctly. |