Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt

Use this file to discover all available pages before exploring further.

Use Zenskar’s web form to enter individual usage events when you need to record one-off or low-volume data.

When to use this

  • Backfill missing events or correct data
  • Quickly test or validate metric definitions
  • As an alternative for Excel or Google sheets

How to enter a usage event manually

  1. In the Zenskar dashboard, go to Usage > Usage events.
  2. Click the specific usage event you want to update.
  3. On the usage event page, click the dropdown beside Upload CSV, then select Add a single event.
  4. Complete the Add new event form:
    • Text fields match the usage event schema (for example, customer_id, timestamp, and your data fields).
    • All required fields must be filled. The form enforces the schema you defined.
  5. Click Add event. It may take a few seconds for the new row to appear in the event table.

What to expect

  • Your entry is stored in Zenskar’s ingestion table, just like data sent via APIs or connectors.
  • Any downstream billing or metric aggregations will include your entry.
  • You can edit or delete manual entries via the same web interface.

Pros and cons

ProsCons
Fast and easy way to add individual events through the dashboardNot suitable for large-scale uploads
Useful for testing or fixing data quicklyManual process—subject to errors
No CSV upload or API access requiredNo validation beyond schema matching

Note

Manual entry via web form is for small-scale use only. If you have larger data volumes, consider using:
  • CSV upload
  • Data-source connectors
  • Usage events API

Next steps