Skip to content

Commit b9b8193

Browse files
author
markzegarelli
committed
edits
1 parent 6630ddd commit b9b8193

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Littledata
6464
Mailmodo
6565
markdownify
6666
Marketo
67+
Matcha
6768
measurability
6869
middleware
6970
Middleware

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Matcha Destination
33
id: 6286930129cf5f85d889854f
44
---
55

6-
[Matcha](https://www.matcha.co/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides scoring and insights based on product usage data for Product-Led Growth companies to better detect and leverage upsell opportunities.
6+
[Matcha](https://www.matcha.co/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} provides scoring and insights based on product usage data for Product-Led Growth companies to better detect and use upsell opportunities.
77

88
This destination is maintained by Matcha. For any issues with the destination, [contact the Matcha Support team](mailto:[email protected]).
99

@@ -23,7 +23,7 @@ Matcha supports the following methods, as specified in the [Segment Spec](/docs/
2323

2424
### Page
2525

26-
Send [Page](/docs/connections/spec/page) calls to allow Matcha to leverage pageviews information in the scoring. For example:
26+
Send [Page](/docs/connections/spec/page) calls to allow Matcha to use pageviews information in the scoring. For example:
2727

2828
```js
2929
analytics.page()
@@ -34,7 +34,7 @@ Segment sends Page calls to Matcha as a `pageview`.
3434

3535
### Screen
3636

37-
Send [Screen](/docs/connections/spec/screen) calls to Matcha to leverage mobile information in the scoring. For example:
37+
Send [Screen](/docs/connections/spec/screen) calls to Matcha to use mobile information in the scoring. For example:
3838

3939
```obj-c
4040
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -58,7 +58,7 @@ Segment sends Identify calls to Matcha as an `identify` event.
5858

5959
### Track
6060

61-
Send [Track](/docs/connections/spec/track) calls to allow Matcha to better understand user interactions with your product and leverage it in the scoring. For example:
61+
Send [Track](/docs/connections/spec/track) calls to allow Matcha to better understand user interactions with your product and use it in the scoring. For example:
6262

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

0 commit comments

Comments
 (0)