Skip to content

Commit d510f45

Browse files
Merge pull request #1727 from segmentio/markettailor
Markettailor
2 parents 472ead8 + 1179d31 commit d510f45

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed
462 KB
Loading
79.5 KB
Loading
87.7 KB
Loading
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
---
2+
3+
title: Markettailor destination
4+
rewrite: true
5+
---
6+
7+
[Markettailor](https://www.markettailor.io/), helps B2B marketers create personalized websites without code, leveraging company data, audience insights, and recommendations.
8+
9+
Markettailor maintains this destination. For any issues with the destination, contact the Markettailor Support team.
10+
11+
## Getting Started
12+
{% include content/connection-modes.md %}
13+
14+
1. From the destinations catalog page in the Segment App, click **Add destination**.
15+
2. Search for “Markettailor” in the destinations Catalog, and select the Markettailor destination.
16+
3. Choose which Source should send data to the Markettailor destination.
17+
4. Go to the [Markettailor Integrations page](https://app.markettailor.io/integrations), find the Segment integration, click **Authorize**, and copy the API key.
18+
5. Enter the API Key in the Markettailor destination settings in Segment.
19+
20+
## Supported methods
21+
22+
Markettailor supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
23+
24+
### Page
25+
26+
Send [Page](/docs/connections/spec/page) calls to Markettailor. For example:
27+
28+
```js
29+
analytics.page()
30+
```
31+
32+
Segment sends Page calls to Markettailor as a `page view`.
33+
34+
### Identify
35+
Send [Identify](/docs/connections/spec/identify) calls to Markettailor. For example:
36+
37+
```js
38+
analytics.identify('userId123', {
39+
40+
});
41+
```
42+
43+
Segment sends Identify calls to Markettailor as an `identify` event.
44+
45+
### Track
46+
Send [Track](/docs/connections/spec/track) calls to Markettailor. For example:
47+
48+
```js
49+
analytics.track('Login Button Clicked')
50+
```
51+
52+
Segment sends Track calls to Markettailor as a `track` event.
53+
=======
254
title: 'undefined Destination'
355
hidden: true
456
beta: true
557
---
58+

0 commit comments

Comments
 (0)