SUM calculation method
metered
recurring
SUM(events.properties.property_name)
//Event received #1 { "transaction_id": "transaction_1", "external_customer_id": "1", "timestamp": "2022-03-16T00:00:00Z", "code": "api_requests", "properties": { "total_requests": 20 } } //Event received #2 { "transaction_id": "transaction_2", "external_customer_id": "1", "timestamp": "2022-03-17T00:00:00Z", "code": "api_requests", "properties": { "total_requests": 10 } }
total_requests
Was this page helpful?