Verse App Analytics

How analytics events are reported.

VerseBill reports product events (invoice_created, payment_submitted, invoice_paid, and others) to a Verse analytics endpoint when it is configured.

  • Events are posted to VERSE_ANALYTICS_ENDPOINT with a bearer key
  • Payloads are sanitized so no email, name, token, or secret is sent
  • The analytics domain should correspond to the deployed VerseBill application domain
  • If the endpoint or key is unset, events are simply not sent
Verse App Analytics — VerseBill Documentation