Skip to content

Commit 8258660

Browse files
chore: Update to simplify serialization of batch 7.2
1 parent 69c9e30 commit 8258660

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Correlated Destination
33
id: 60df6d4c038b872f10c54801
44
---
55

6-
[Correlated](https://www.getcorrelated.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_new"} is the first product-led revenue platform built to help you and your sales teams take action based on how customers are using your product.
6+
[Correlated](https://www.getcorrelated.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is the first product-led revenue platform built to help you and your sales teams take action based on how customers are using your product.
77

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

1010
> success ""
11-
> Set up a free account with Correlated by visiting their [website](https://docs.getcorrelated.com/docs/setting-up-your-account){:target="_new"}.
11+
> Set up a free account with Correlated by visiting their [website](https://docs.getcorrelated.com/docs/setting-up-your-account){:target="_blank"}.
1212
1313
## Getting Started
1414

@@ -76,4 +76,4 @@ If you aren't familiar with the Segment Spec, take a look at the [Track method d
7676
analytics.track('Login Button Clicked')
7777
```
7878

79-
Segment sends Track calls to Correlated as a `track` event. Track events should be flattened whenever possible. For example, rather than "Button Click" as a track event with "Onboarding Form Submit" as a property, use "Onboarding Form Submit Button Click". `Product Events` can be filtered and grouped by identify traits or group traits.
79+
Segment sends Track calls to Correlated as a `track` event. Track events should be flattened whenever possible. For example, rather than "Button Click" as a track event with "Onboarding Form Submit" as a property, use "Onboarding Form Submit Button Click". `Product Events` can be filtered and grouped by identify traits or group traits.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ The MoEngage WebSDK offers the ability to send push notifications to Google Chro
476476

477477
#### 1. Setup your MoEngage Web SDK settings at MoEngage Dashboard
478478

479-
Configure the [web settings](https://help.moengage.com/hc/en-us/articles/210224063){:target="_blank"} on the MoEngage dashboard to start using MoEngage <> Segment integration.
479+
Configure the [web settings](https://help.moengage.com/hc/en-us/articles/210224063){:target="_blank"} on the MoEngage dashboard to start using MoEngage \<> Segment integration.
480480

481481
If you have selected `HTTPS` mode of integration in the settings, complete the following steps:
482482

@@ -491,7 +491,7 @@ For HTTPS Web Push to work, you need to host two files in the `root` directory o
491491
> The name of the serviceworker file must be `serviceworker.js`. Please contact MoEngage support at [email protected] if you want to give your serviceworker file a different name.
492492
493493
#### 2.b Add link to manifest in HTML (HTTPS)
494-
Add the following line in the <head> tag of your page.
494+
Add the following line in the `<head>` tag of your page.
495495

496496
```html
497497
<head>
@@ -569,7 +569,7 @@ When connecting the calculated trait/audience to the MoEngage destination, you m
569569

570570
### Sync Time
571571

572-
The default integration for MoEngage <> Twilio Engage connection is **Real Time.** But there are some filters that will disqualify the persona from syncing in real-time, including some time-based filters which restrict your audience’s size at the time of message send.
572+
The default integration for MoEngage \<> Twilio Engage connection is **Real Time.** But there are some filters that will disqualify the persona from syncing in real-time, including some time-based filters which restrict your audience’s size at the time of message send.
573573

574574
### Computed Traits using Identify calls
575575

src/connections/destinations/catalog/onesignal-new/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This destination is maintained by OneSignal. For any issues with the destination
1515

1616

1717

18-
1. Log in to the [OneSignal Dashboard](https://app.onesignal.com/){:target="_new"}
18+
1. Log in to the [OneSignal Dashboard](https://app.onesignal.com/){:target="_blank"}
1919
2. Navigate to **Segment App** -> **Settings** -> **Analytics** -> **Segment.com** and click **Activate**.
2020
3. The Segment App opens in a new window. Log in to authenticate the connection from OneSignal.
2121
4. Select the Workspace and Source to connect with OneSignal.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To add the Pendo destination using Cloud-mode, use the [Webhooks](/docs/connecti
3434
4. Headers are not required in Webhook configuration. Once you're done adding in your URL, save changes.
3535
5. Using the `track` method requires a setting enabled on your Pendo subscription (cloud-mode only). Contact Pendo to enable this feature flag for your account.
3636

37-
To learn more about server-side data to Pendo, see Pendo's [support documentation](https://support.pendo.io/hc/en-us/articles/360031870352){:target = "_blank"}.
37+
To learn more about server-side data to Pendo, see Pendo's [support documentation](https://support.pendo.io/hc/en-us/articles/360031870352){:target="_blank"}.
3838

3939
## Identify
4040

0 commit comments

Comments
 (0)