transaction_id
(string) - unique identifier for each eventcustomer_id
(string) - which customer in Metronome the event applies totimestamp
(string) - when the event happened, in RFC 3339 formatevent_type
(string) - the kind of event, for example page_view
or cpu_used
properties
(object) - key/value pairs with details of the eventtrack
call looks like:
transaction_id
field to ensure all events are processed exactly once. The default mapping uses the Segment messageId
field as the Metronome transaction_id
. This is probably ideal for most users, but if you want to control the Metronome transaction_id
manually, you can provide a mapping to any field in the Segment event.User ID
field is not an email address from your company (does not contain @company.com
).