Counter / Final value
With final value measurement, tally up all billable events over a set time period. This approach is suitable for measuring cumulative usage, such as the total number of API calls in a month.Example

sum(billable events) * unit price = total.
In the illustrated graph,
(6 + 4 + 8 + 5 + 3) * $2 = $52
Use cases
API Usage
API Usage
Number of API calls used in a month.
Exported Documents
Exported Documents
Count of document exports by a customer.
Service Requests
Service Requests
Total service requests made by a client.
Simple API Calls
Integrating usage data with Salesbricks requires just one simple API call:https://api.salesbricks.com/api/v2/usage
Learn more about using your Public API token to authenticate API calls: Authentication