Skip to content

Commit 80fac29

Browse files
markettailor index file and images added
1 parent e6f8a41 commit 80fac29

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed
462 KB
Loading
79.5 KB
Loading
87.7 KB
Loading
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Markettailor Destination
3+
rewrite: true
4+
---
5+
6+
[Markettailor](https://www.markettailor.io/), helps B2B marketers create personalized websites without code, leveraging company data, audience insights, and recommendations.
7+
8+
This destination is maintained by Markettailor. For any issues with the destination, contact the Markettailor Support team.
9+
10+
## Getting Started
11+
{% include content/connection-modes.md %}
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.
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.
17+
5. Enter the API Key in the Markettailor destination settings in Segment.
18+
19+
20+
## Page
21+
22+
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+
24+
```js
25+
analytics.page()
26+
```
27+
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.
29+
30+
## Identify
31+
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:
32+
33+
```js
34+
analytics.identify('userId123', {
35+
36+
});
37+
```
38+
39+
Segment sends Identify calls to Markettailor as an identify event.
40+
41+
## Track
42+
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+
44+
```js
45+
analytics.track('Login Button Clicked')
46+
```
47+
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.

0 commit comments

Comments
 (0)