Skip to content

Commit c1743e6

Browse files
committed
metronome fixes
1 parent 4dadc4b commit c1743e6

File tree

1 file changed

+13
-14
lines changed
  • src/connections/destinations/catalog/actions-metronome

1 file changed

+13
-14
lines changed

src/connections/destinations/catalog/actions-metronome/index.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ hide-dossier: false
55
id: 61a8032ea5f157ee37a720be
66
redirect_from:
77
- '/connections/destinations/catalog/vendor-metronome'
8-
versions:
9-
- name: Metronome
10-
link: /docs/connections/destinations/metronome
118
---
129
{% include content/plan-grid.md name="actions" %}
1310

@@ -17,28 +14,30 @@ versions:
1714

1815
## Getting Started
1916

20-
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)**.
2320
4. Select the source you’d like to connect to and give the destination a name
2421
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
2522

2623
## Mapping
2724

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:
2926

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.
3534

3635

3736
## Benefits of Metronome (Actions)
3837
Metronome (Actions) provides the following benefits:
3938

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.
4140

4241
- **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.
4342

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

Comments
 (0)