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
1. From the Segment web app, click **Catalog**, then click **Destinations**
21
-
2. Search for **Metronome** within the Destinations Catalog and select **Metronome (Actions)**
22
-
3. Click **Configure Actions Metronome**.
17
+
1. From the Segment web app, click **Catalog**, then click **Destinations**
18
+
2. Search for **Metronome (Actions)** within the Destinations Catalog and select **Metronome (Actions)**
19
+
3. Click **Configure Metronome (Actions)**.
23
20
4. Select the source you’d like to connect to and give the destination a name
24
21
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
25
22
26
23
## Mapping
27
24
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:
25
+
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:
29
26
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
27
+
Field | Type | Description
28
+
----- | ---- | ------------
29
+
`transaction_id` | (string) | The unique identifier for each event.
30
+
`customer_id` | (string) | Represents which customer in Metronome the event applies to.
31
+
`timestamp` | (string) | This is when the event happened in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"}.
32
+
`event_type` | (string) | This is the kind of event. For example, `page_view` or `cpu_used`.
33
+
`properties` | (object) | The key/value pairs with details of the event.
35
34
36
35
37
36
## Benefits of Metronome (Actions)
38
37
Metronome (Actions) provides the following benefits:
39
38
40
-
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
39
+
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
41
40
42
41
-**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
42
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.
43
+
-**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