Skip to content

Commit 53042ab

Browse files
authored
Merge pull request #3105 from segmentio/PR3100-fix
metronome fixes
2 parents 6728d3e + bc67210 commit 53042ab

File tree

1 file changed

+17
-20
lines changed
  • src/connections/destinations/catalog/actions-metronome

1 file changed

+17
-20
lines changed

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

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,34 @@ redirect_from:
1414

1515
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.
1616

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-
2617
## Getting Started
2718

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

3425
{% include components/actions-fields.html %}
3526

27+
3628
## Mapping events to Metronome
3729

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

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

41-
| Metronome field | Type | Description |
42-
| ---------------- | ------ | ---------------------------------------------------------------------------------------------------------------------- |
43-
| `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:
4842

43+
- **Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
4944

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

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

Comments
 (0)