Skip to content

Commit 689a06d

Browse files
author
markzegarelli
authored
Ready to deploy (#3022)
1 parent 74b8110 commit 689a06d

File tree

1 file changed

+21
-16
lines changed
  • src/connections/destinations/catalog/actions-metronome

1 file changed

+21
-16
lines changed

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@
22
title: Metronome (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
5+
hidden: true
56
id: 61a8032ea5f157ee37a720be
67
redirect_from:
78
- '/connections/destinations/catalog/vendor-metronome'
8-
versions:
9-
- name: Metronome
10-
link: /docs/connections/destinations/metronome
119
---
1210
{% include content/plan-grid.md name="actions" %}
1311

1412
[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.
1513

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

1825
## Getting Started
1926

@@ -23,22 +30,20 @@ versions:
2330
4. Select the source you’d like to connect to and give the destination a name
2431
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
2532

26-
## Mapping
33+
{% include components/actions-fields.html %}
2734

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
2936

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

3639

37-
## Benefits of Metronome (Actions)
38-
Metronome (Actions) provides the following benefits:
40+
| Metronome field | Type | Description |
41+
| ---------------- | ------ | ---------------------------------------------------------------------------------------------------------------------- |
42+
| `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 |
3947

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

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

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

Comments
 (0)