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
@@ -10,24 +10,23 @@ This destination is maintained by Markettailor. For any issues with the destinat
10
10
## Getting Started
11
11
{% include content/connection-modes.md %}
12
12
13
-
1. From the Destinations catalog page in the Segment App, click Add Destination.
14
-
2. Search for “Markettailor” in the Destinations Catalog search field, and select the “Markettailor” destination.
13
+
1. From the destinations catalog page in the Segment App, click **Add destination**.
14
+
2. Search for “Markettailor” in the destinations Catalog, and select the Markettailor destination.
15
15
3. Choose which Source should send data to the Markettailor destination.
16
-
4. Go to the Markettailor integrations, find the Segment integration, click Authorize, and copy the API key.
16
+
4. Go to the [Markettailor Integrations page](https://app.markettailor.io/integrations), find the Segment integration, click **Authorize**, and copy the API key.
17
17
5. Enter the API Key in the Markettailor destination settings in Segment.
18
18
19
-
20
-
## Page
19
+
### Page
21
20
22
21
If you aren’t familiar with the Segment Spec, take a look at the Page method documentation to learn about what it does. An example call would look like:
23
22
24
23
```js
25
24
analytics.page()
26
25
```
27
26
28
-
Segment sends Page calls to Markettailor as a page view. These events can be used for specific conversion events such as “Thank you page” viewed.
27
+
Segment sends Page calls to Markettailor as a `page view`.
29
28
30
-
## Identify
29
+
###Identify
31
30
If you aren’t familiar with the Segment Spec, take a look at the Identify method documentation to learn what it does. An example call would look like:
Segment sends Identify calls to Markettailor as an identify event.
38
+
Segment sends Identify calls to Markettailor as an `identify` event.
40
39
41
-
## Track
40
+
###Track
42
41
If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn what it does. An example call would look like:
43
42
44
43
```js
45
44
analytics.track('Login Button Clicked')
46
45
```
47
46
48
-
Segment sends Track calls to Markettailor as a track event. These events are used to track conversions and measure performance of personalized websites against generic version.
47
+
Segment sends Track calls to Markettailor as a `track` event.
0 commit comments