|
1 | 1 | ---
|
| 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 | +======= |
2 | 54 | title: 'undefined Destination'
|
3 | 55 | hidden: true
|
4 | 56 | beta: true
|
5 | 57 | ---
|
| 58 | + |
0 commit comments