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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-metronome/index.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,37 +14,34 @@ redirect_from:
14
14
15
15
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.
16
16
17
-
## Benefits of Metronome (Actions)
18
-
Metronome (Actions) provides the following benefits:
19
-
20
-
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
21
-
22
-
-**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.
23
-
24
-
-**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.
25
-
26
17
## Getting Started
27
18
28
-
1. From the Segment web app, click **Catalog**, then click **Destinations**
29
-
2. Search for **Metronome** within the Destinations Catalog and select **Metronome (Actions)**
30
-
3. Click **Configure Actions Metronome**.
19
+
1. From the Segment web app, click **Catalog**, then click **Destinations**
20
+
2. Search for **Metronome (Actions)** within the Destinations Catalog and select **Metronome (Actions)**
21
+
3. Click **Configure Metronome (Actions)**.
31
22
4. Select the source you’d like to connect to and give the destination a name
32
23
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
33
24
34
25
{% include components/actions-fields.html %}
35
26
27
+
36
28
## Mapping events to Metronome
37
29
38
-
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:
30
+
Map Segment events to the [Metronome event format](https://docs.metronome.com/getting-usage-data-into-metronome/overview/){:target="_blank"}. Metronome requires the five fields listed below:
39
31
32
+
Field | Type | Description
33
+
----- | ---- | ------------
34
+
`transaction_id` | (string) | The unique identifier for each event.
35
+
`customer_id` | (string) | Represents which customer in Metronome the event applies to.
36
+
`timestamp` | (string) | This is when the event happened in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"}.
37
+
`event_type` | (string) | This is the kind of event. For example, `page_view` or `cpu_used`.
38
+
`properties` | (object) | The key/value pairs with details of the event.
|`transaction_id`| String | A unique identifier for each event. |
44
-
|`customer_id`| String | The customer in Metronome to which the event applies |
45
-
|`timestamp`| String | The time at which the event occurred, in the [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"} format. |
46
-
|`event_type`| String | The type of event passed. For example, `page_view` or `cpu_used`. |
47
-
|`properties`| Object | Key/value pairs with details of the event |
40
+
## Benefits of Metronome (Actions)
41
+
Metronome (Actions) provides the following benefits:
48
42
43
+
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
49
44
45
+
-**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.
50
46
47
+
-**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