You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/markettailor/index.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ rewrite: true
5
5
6
6
[Markettailor](https://www.markettailor.io/), helps B2B marketers create personalized websites without code, leveraging company data, audience insights, and recommendations.
7
7
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.
9
9
10
10
## Getting Started
11
11
{% include content/connection-modes.md %}
@@ -16,9 +16,13 @@ This destination is maintained by Markettailor. For any issues with the destinat
16
16
4. Go to the [Markettailor Integrations page](https://app.markettailor.io/integrations), find the Segment integration, click **Authorize**, and copy the API key.
17
17
5. Enter the API Key in the Markettailor destination settings in Segment.
18
18
19
+
## Supported methods
20
+
21
+
Markettailor supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
22
+
19
23
### Page
20
24
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:
22
26
23
27
```js
24
28
analytics.page()
@@ -27,7 +31,7 @@ analytics.page()
27
31
Segment sends Page calls to Markettailor as a `page view`.
28
32
29
33
### 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:
0 commit comments