Skip to content

Commit 73490e6

Browse files
committed
edits
1 parent d2fcc87 commit 73490e6

File tree

1 file changed

+8
-4
lines changed
  • src/connections/destinations/catalog/markettailor

1 file changed

+8
-4
lines changed

src/connections/destinations/catalog/markettailor/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rewrite: true
55

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

8-
This destination is maintained by Markettailor. For any issues with the destination, contact the Markettailor Support team.
8+
Markettailor maintains this destination. For any issues with the destination, contact the Markettailor Support team.
99

1010
## Getting Started
1111
{% include content/connection-modes.md %}
@@ -16,9 +16,13 @@ This destination is maintained by Markettailor. For any issues with the destinat
1616
4. Go to the [Markettailor Integrations page](https://app.markettailor.io/integrations), find the Segment integration, click **Authorize**, and copy the API key.
1717
5. Enter the API Key in the Markettailor destination settings in Segment.
1818

19+
## Supported methods
20+
21+
Markettailor supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
22+
1923
### Page
2024

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:
25+
Send [Page](/docs/connections/spec/page) calls to Markettailor. For example:
2226

2327
```js
2428
analytics.page()
@@ -27,7 +31,7 @@ analytics.page()
2731
Segment sends Page calls to Markettailor as a `page view`.
2832

2933
### Identify
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:
34+
Send [Identify](/docs/connections/spec/identify) calls to Markettailor. For example:
3135

3236
```js
3337
analytics.identify('userId123', {
@@ -38,7 +42,7 @@ analytics.identify('userId123', {
3842
Segment sends Identify calls to Markettailor as an `identify` event.
3943

4044
### Track
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:
45+
Send [Track](/docs/connections/spec/track) calls to Markettailor. For example:
4246

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

0 commit comments

Comments
 (0)