Skip to content

Commit 0a5aa70

Browse files
authored
Merge pull request #410 from segmentio/repo-sync
repo sync
2 parents 1e60b71 + bce7f29 commit 0a5aa70

File tree

3 files changed

+47
-8
lines changed

3 files changed

+47
-8
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Metronome (Actions) Destination
3+
hide-boilerplate: true
4+
hide-dossier: false
5+
id: 61a8032ea5f157ee37a720be
6+
redirect_from:
7+
- '/connections/destinations/catalog/vendor-metronome'
8+
versions:
9+
- name: Metronome
10+
link: /docs/connections/destinations/metronome
11+
---
12+
{% include content/plan-grid.md name="actions" %}
13+
14+
[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.
15+
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.
17+
18+
## Getting Started
19+
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**.
23+
4. Select the source you’d like to connect to and give the destination a name
24+
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
25+
26+
## Mapping
27+
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:
29+
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
35+
36+
37+
## Benefits of Metronome (Actions)
38+
Metronome (Actions) provides the following benefits:
39+
40+
- **Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
41+
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.
43+
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.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ id: 61957755c4d820be968457de
77
---
88
Segment’s Salesforce (Actions) destination allows you to create, update or upsert records for any object type. Segment sends data to the [Salesforce REST API](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_rest.htm){:target="_blank"}.
99

10-
> info ""
11-
> The Salesforce (Actions) destination is in beta and is in active development. Some functionality may change before it becomes generally available.
12-
1310
> success "Good to know"
1411
> This page is about the [Actions-framework](/docs/connections/destinations/actions/) Salesforce destination. There's also a page about the [non-Actions Salesforce destination](/docs/connections/destinations/catalog/salesforce/). Both of these destinations receive data _from_ Segment.
1512

src/connections/destinations/catalog/salesforce/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
title: Salesforce Destination
33
strat: salesforce
44
id: 54521fda25e721e32a72eeef
5+
maintenance: true
56
---
67

7-
Segment's Salesforce destination allows you to identify leads without using SOAP APIs.
8+
Segment's Salesforce destination allows you to create and store leads and records for other objects in Salesforce Sales Cloud.
89

910
> info ""
1011
> Segment is aware of Salesforce's plans to enforce multi-factor authentication in 2022, and advises migrating to our new [Salesforce (Actions) destination](/docs/connections/destinations/catalog/actions-salesforce/) which supports OAuth 2.0.
1112
12-
> success "Good to know"
13-
> This page is about the classic Salesforce Segment destination. There's also a page about the new [Salesforce (Actions) destination](/docs/connections/destinations/catalog/actions-salesforce/). Both of these destinations receive data _from_ Segment. Use the new Salesforce (Actions) destination for additional functionality and flexibility.
14-
1513
### API Access
1614

1715
Segment uses the Salesforce SOAP API to connect. This API requires the following credentials of a registered Salesforce user:
@@ -27,7 +25,7 @@ Also make sure that IP Security is disabled in this Salesforce user account. Thi
2725

2826
## Identify
2927

30-
This destination supports the most important pain point for Salesforce users: getting your prospective customers into Salesforce as Leads from your website or mobile app. Creating/updating Leads is the default behavior of `identify` events. If you would like to customize this you can do so using [Actions](#custom-actions)
28+
This destination supports the most important pain point for Salesforce users: getting your prospective customers into Salesforce as Leads from your website or mobile app. Creating/updating Leads is the default behavior of `identify` events. If you would like to customize this you can do so using [Actions](#custom-actions).
3129

3230
### Identifying a Lead
3331

0 commit comments

Comments
 (0)