Skip to content

Markettailor #1727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions src/connections/destinations/catalog/markettailor/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
---

title: Markettailor destination
rewrite: true
---

[Markettailor](https://www.markettailor.io/), helps B2B marketers create personalized websites without code, leveraging company data, audience insights, and recommendations.

Markettailor maintains this destination. For any issues with the destination, contact the Markettailor Support team.

## Getting Started
{% include content/connection-modes.md %}

1. From the destinations catalog page in the Segment App, click **Add destination**.
2. Search for “Markettailor” in the destinations Catalog, and select the Markettailor destination.
3. Choose which Source should send data to the Markettailor destination.
4. Go to the [Markettailor Integrations page](https://app.markettailor.io/integrations), find the Segment integration, click **Authorize**, and copy the API key.
5. Enter the API Key in the Markettailor destination settings in Segment.

## Supported methods

Markettailor supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).

### Page

Send [Page](/docs/connections/spec/page) calls to Markettailor. For example:

```js
analytics.page()
```

Segment sends Page calls to Markettailor as a `page view`.

### Identify
Send [Identify](/docs/connections/spec/identify) calls to Markettailor. For example:

```js
analytics.identify('userId123', {
email: 'john.doe@example.com'
});
```

Segment sends Identify calls to Markettailor as an `identify` event.

### Track
Send [Track](/docs/connections/spec/track) calls to Markettailor. For example:

```js
analytics.track('Login Button Clicked')
```

Segment sends Track calls to Markettailor as a `track` event.
=======
title: 'undefined Destination'
hidden: true
beta: true
---