Learn how to submit data to meter usage
uniqueId
: A unique identifier for the event. This is used as a key to deduplicate events, or to allow upserting if configured.eventName
: The name of the event. This is used to group events together for aggregation.accountId
: The identifier of the customer that performed the action. This can either be
the Alguna account ID or an alias configured for the account.timestamp
: The time the event occurred. This is used to attribute an event into a billing period.properties
: A set of key/value pairs that describe the event. These are used to filter
events and build aggregations.