You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Metronome](https://www.metronome.com){:target="_blank"} helps software companies launch, iterate, and scale their business models with billing infrastructure that works at any size and stage. With Metronome, your team can set up a world-class billing infrastructure with minimal time and investment.
15
13
16
-
[Metronome](https://www.metronome.com){:target="_blank"} enables product-led growth with a consistent source of truth for use and billing. Freely experiment with pricing and packaging and put iteration directly in the hands of your Product team.
14
+
Metronome also enables product-led growth with a consistent source of truth for use and billing. Freely experiment with pricing and packaging and put iteration directly in the hands of your Product team.
15
+
16
+
## Benefits of Metronome (Actions)
17
+
Metronome (Actions) provides the following benefits:
18
+
19
+
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
20
+
21
+
-**Easy access to data**. The event variables picker shows you all the available data from the event you use to test the Trigger. Variables are clearly labeled to ensure they stand out from other text and markup.
22
+
23
+
-**Clear mapping of data** Actions-based destinations enable you to define the mapping between the data Segment receives from your source, and the data Segment sends to Metronome.
17
24
18
25
## Getting Started
19
26
@@ -23,22 +30,20 @@ versions:
23
30
4. Select the source you’d like to connect to and give the destination a name
24
31
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
25
32
26
-
## Mapping
33
+
{% include components/actions-fields.html %}
27
34
28
-
Map Segment events the [Metronome event format](https://docs.metronome.com/getting-usage-data-into-metronome/overview/){:target="_blank"}. Metronome requires the five fields listed below:
35
+
## Mapping events to Metronome
29
36
30
-
* transaction_id (string) - unique identifier for each event
31
-
* customer_id (string) - which customer in Metronome the event applies to
32
-
* timestamp (string) - when the event happened in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"}
33
-
* event_type (string) - the kind of event, e.g. page_view or cpu_used
34
-
* properties (object) - key/value pairs with details of the event
37
+
Map Segment events the [Metronome event format](https://docs.metronome.com/getting-usage-data-into-metronome/overview/){:target="_blank"}. Metronome requires the five fields listed below:
35
38
36
39
37
-
## Benefits of Metronome (Actions)
38
-
Metronome (Actions) provides the following benefits:
|`transaction_id`| String | A unique identifier for each event. |
43
+
|`customer_id`| String | The customer in Metronome to which the event applies |
44
+
|`timestamp`| String | The time at which the event occurred, in the [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"} format. |
45
+
|`event_type`| String | The type of event passed. For example, `page_view` or `cpu_used`. |
46
+
|`properties`| Object | Key/value pairs with details of the event |
39
47
40
-
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
41
48
42
-
-**Easy access to data**. The event variables picker shows you all the available data from the event you use to test the Trigger. Variables are clearly labeled to ensure they stand out from other text and markup.
43
49
44
-
-**Clear mapping of data** Actions-based destinations enable you to define the mapping between the data Segment receives from your source, and the data Segment sends to Metronome.
0 commit comments