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
[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.
12
+
13
+
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.
14
+
15
+
## Getting Started
16
+
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)**.
20
+
4. Select the source you’d like to connect to and give the destination a name.
21
+
5. Enter your Metronome API Token into the Segment Connection Settings UI (save changes).
22
+
23
+
{% include components/actions-fields.html %}
24
+
25
+
26
+
## Mapping events to Metronome
27
+
28
+
Map Segment events to the [Metronome event format](https://docs.metronome.com/getting-usage-data-into-metronome/overview/){:target="_blank"}. Metronome requires the five following fields:
29
+
30
+
Field | Type | Description
31
+
----- | ---- | ------------
32
+
`transaction_id` | (string) | The unique identifier for each event.
33
+
`customer_id` | (string) | Represents which customer in Metronome the event applies to.
34
+
`timestamp` | (string) | This is when the event happened in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt){:target="_blank"}.
35
+
`event_type` | (string) | This is the kind of event. For example, `page_view` or `cpu_used`.
36
+
`properties` | (object) | The key/value pairs with details of the event.
37
+
38
+
## Benefits of Metronome (Actions)
39
+
Metronome (Actions) provides the following benefits:
40
+
41
+
-**Streamlined Configuration**. Configure connection details on a per-event basis, rather than for the destination as a whole.
42
+
43
+
-**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.
44
+
45
+
-**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.
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/drip/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
title: Drip Source
3
3
id: m6FUZHH7tQ
4
4
---
5
+
{% include content/source-region-unsupported.md %}
6
+
5
7
Drip is an automated email tool that lets you set up a drip campaign on your site in a few minutes. After a user signs up, it'll send them the next email in your series every few days. [Visit Website](http://mbsy.co/lqb7?utm_source=segmentio&utm_medium=docs&utm_campaign=partners)
6
8
7
9
Take your company's email analysis to the next level by **adding Drip as a Source to Segment.** Segment automatically collects email events like `Email Delivered` and `Email Opened`, forward them to your destinations, and load them into your data warehouse.
Copy file name to clipboardExpand all lines: src/personas/journeys/build-journey.md
+36-10Lines changed: 36 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,25 @@ Define the number of branches you want to create, then add a **Wait for conditio
54
54
> info ""
55
55
> Journeys doesn't enforce mutual exclusivity in branch conditions. For more information about ensuring branch exclusivity, see [Best Practices](#).
56
56
57
-
**Connect to existing step** joins two separate branches. Use this step to target multiple groups with one step.
57
+
**Connect to existing step** joins two separate branches. Use this step to target multiple groups with one step.
58
58
59
59
**Send to Destinations** delivers information about the Journey to the selected Destination. For more information, see [Send data to Destinations](/docs/personas/journeys/send-data)
60
60
61
+
## Publishing a Journey
62
+
63
+
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
64
+
65
+
> info ""
66
+
> Some Journey features can only be edited before publication. For more information, see the difference between Draft and Published Journeys below.
67
+
68
+
## Journey re-entry
69
+
70
+
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:
71
+
72
+
- Retargeting users who abandon multiple carts
73
+
- Recurring rewards and promotion offers
74
+
- Notifying users when to renew a subscription
75
+
61
76
## Cloning a Journey
62
77
63
78
To clone a Journey:
@@ -68,20 +83,31 @@ Segment then creates a draft of your Journey.
68
83
69
84
You can also clone a Journey from a Journey's Overview by clicking the **…** icon.
70
85
71
-
## Publishing a Journey
72
-
73
-
To publish and activate a Journey, click **Publish Journey** from the Journey Overview. You can also click **Publish Journey** in the bottom-right corner of the Journey Builder.
86
+
## Randomized splits
74
87
75
88
> info ""
76
-
> Some Journey features can only be edited before publication. For more information, see the difference between Draft and Published Journeys below.
89
+
> The randomized splits step is in beta and available to users with a Personas Advanced plan.
77
90
78
-
## Journey re-entry
91
+
A randomized split lets you experiment with and test the performance of a Journey's branches. When you create a randomized split, you add up to five Journey branches, each with a different step. Journeys then sends eligible users down one of the branches at random. Each branch receives a portion of the eligible users based on percentages that you assign to the branches.
79
92
80
-
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:
93
+
To test your messaging channels, for example, you might create a randomized split with three different branches, assigning 40% of users to an email campaign, 40% to an SMS campaign, and 20% to a control group. Once users flow through the split, you can determine the success of the email and SMS campaigns compared to each other and the control group.
81
94
82
-
- Retargeting users who abandon multiple carts
83
-
- Recurring rewards and promotion offers
84
-
- Notifying users when to renew a subscription
95
+
### Add a randomized split
96
+
97
+
Follow these steps to add a randomized split to a Journey:
98
+
99
+
1. Create a new Journey, and [add an entry condition](#adding-the-entry-condition).
100
+
2. Select the **+** icon to add a step, then select **Create a randomized split**.
101
+
3. Name the randomized split step, then add up to five branches.
102
+
4. Set the distribution percentage for each branch, then select **Save**.
103
+
5. For each branch in the split, select the child **+** icon and add a step.
104
+
3. Save and publish your Journey.
105
+
106
+
Users who meet the Journey's entry condition will then enter the Journey and flow through the randomized split.
107
+
108
+
### Act on the split's results
109
+
110
+
Once users complete your Journey's randomized split step, you'll have insight into how each split performed. You can take action on the results by cloning the Journey and sending a new set of users through the highest performing branch.
0 commit comments