Define billable metrics so you can meter usage
Billable Metric Details
Choose Events
Filter by Property (Optional)
equals to
, contains
, or does not contain
.
Aggregation Method
count
: The number of events that match the metric.
sum
: The sum of the values of the specified field.
average
: The average of the values of the specified field.
min
: The minimum value of the specified field.
max
: The maximum value of the specified field.
merchant_seat_changed
: This event would be sent when a new user is added or removed from the merchant’s account. This event
would have a total_seats
property that would be the total number of users on the account.
api_request
: This event would be sent when a customer makes an API request. This event would have a region
property that
would be the region that the API request was made to, and a value
that describes the number of requests used.
average
or max
depending on how you want to charge your customers.
region
= NA
and aggregated by sum
.
region
= EMEA
and aggregated by sum
.
region
= APAC
and aggregated by sum
.