type
.
transaction_id
serves as an idempotency key for your events. Any events with the same transaction_id
received within a 24 hour window for a customer will not be counted multiple times. The item_id
is the unique identifier for the billable item in Maple that these events are logged against. In the above example, the item_id
refers to a billable item for API calls.
As events are sent to Maple, billable metrics are evaluated and leveraged towards billing the customer based on their subscription and pricing plan.