Skip to content

Commit 80bb4da

Browse files
committed
batch 2 the future
1 parent 96cf387 commit 80bb4da

File tree

32 files changed

+47
-49
lines changed

32 files changed

+47
-49
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ When you enable Parse.ly from the Segment web app, your changes appear in the Se
1919

2020
Remember to remove the Parse.ly native snippet from your page.
2121

22-
Parsely is more useful when you implement JSON-LD metadata across your website as described [here](https://www.parse.ly/help/integration/basic){:target="_blank"}.
22+
Parsely is more useful when you implement JSON-LD metadata across your website as described in Parse.ly's [Metadata: Setup and configuration](https://docs.parse.ly/metadata/){:target="_blank"} documentation.
2323

2424
## Page
2525

26-
By default, unless you are using [Dynamic Tracking](https://www.parse.ly/help/integration/dynamic/){:target="_blank"}, Parse.ly automatically tracks pageviews in the background, so you do not need to track them separately with Segment's Page method.
26+
By default, unless you are using [Dynamic Tracking](https://docs.parse.ly/gtm-dynamic-tracking/){:target="_blank"}, Parse.ly automatically tracks pageviews in the background, so you do not need to track them separately with Segment's Page method.
2727

2828
If you are using dynamic tracking, you must explicitly let us know in your [integration settings](#enable-dynamic-tracking). If this setting is enabled, we will disable Parse.ly's autotracking functionality and begin sending their API pageview events only in response to `analytics.page()` events.
2929

@@ -80,11 +80,11 @@ analytics.alias("507f191e81");
8080
```
8181

8282

83-
### Mapping custom properties to semantic Parsely properties
83+
### Mapping custom properties to semantic Parse.ly properties
8484

85-
If you'd like to map certain semantic Parse.ly properties to your own custom properties (ones that do not abide by our [page spec](/docs/connections/spec/page), you can define your mappings in your Segment destination settings! You can put the name of your Segment property on the left and the Parse.ly property on the right hand side.
85+
If you'd like to map certain semantic Parse.ly properties to your own custom properties (ones that do not abide by Segment's [Page spec](/docs/connections/spec/page)), you can define your mappings in your Segment destination settings. You can put the name of your Segment property on the left and the Parse.ly property on the right hand side.
8686

87-
We currently support mapping the following Parse.ly properties (make sure you spell these correctly on the right hand side of this setting!):
87+
Segment supports mapping the following Parse.ly properties (make sure you spell these correctly on the right hand side of this setting.):
8888

8989
* `articleSection`
9090
* `thumbnailUrl`
@@ -99,11 +99,11 @@ We currently support mapping the following Parse.ly properties (make sure you sp
9999

100100
### Video Content Started
101101

102-
When a user starts playback of a video, you should use our [Video Content Started](/docs/connections/spec/video/#content-events) event. We will map the properties from the Video Content Started event to the following Parse.ly video metadata fields:
102+
When a user starts playback of a video, you should use Segment's [Video Content Started](/docs/connections/spec/video/#content-events) event. Segment maps the properties from the Video Content Started event to the following Parse.ly video metadata fields:
103103

104104
<table>
105105
<tr>
106-
<td>**Parsely Parameter**</td>
106+
<td>**Parse.ly Parameter**</td>
107107
<td>**Segment Property**</td>
108108
<td>**Data Type**</td>
109109
</tr>
@@ -176,7 +176,7 @@ When a user pauses playback of a video, you should use our [Video Playback Pause
176176

177177
### Video Playback Interrupted
178178

179-
When a playback of a video is interrupted, you should use our [Video Playback Interrupted](/docs/connections/spec/video/#playback-events) event. This event just takes an `assetId` and maps to Parse.ly's `reset` method (documentation [here](https://www.parse.ly/help/integration/video_v2/){:target="_blank"}).
179+
When a playback of a video is interrupted, you should use our [Video Playback Interrupted](/docs/connections/spec/video/#playback-events) event. This event just takes an `assetId` and maps to Parse.ly's `reset` method (documented in the Parse.ly [Video Tracking](https://docs.parse.ly/parse-ly-video-tracking/){:target="_blank"} documentation).
180180

181181
**Note:** this event is only relevant for web tracking. Our server side integration does not support this event.
182182

src/connections/destinations/catalog/pinterest-tag/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here's how you can get started with using the Pinterest Tag!
1212

1313
### **1. Log into the Pinterest business account.**
1414

15-
In order to access the Pinterest Tag, you will need to have a Pinterest business account. If you don't yet have one, sign up for one [here](https://ads.pinterest.com/){:target="_blank"}.
15+
In order to access the Pinterest Tag, you will need to have a Pinterest business account. If you don't yet have one, sign up for one [on Pinterest's website](https://ads.pinterest.com/){:target="_blank"}.
1616

1717

1818
### **2. From the Ads menu, select Conversions.**

src/connections/destinations/catalog/quora-conversion-pixel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rewrite: true
33
title: Quora Conversion Pixel Destination
44
id: 5952698570a3e552b9575519
55
---
6-
[Quora Conversion Pixel](https://www.quora.com/business){:target="_blank"} enables you to attribute downstream user actions on your website to your ad campaigns running on Quora.com. Our client-side Destination code is open source. You can browse the code in GitHub [here](https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/quora-conversion-pixel){:target="_blank"}.
6+
[Quora Conversion Pixel](https://www.quora.com/business){:target="_blank"} enables you to attribute downstream user actions on your website to your ad campaigns running on Quora.com. Our client-side Destination code is open source. You can browse the code in the [@segmentio/analytics.js-integrations](https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/quora-conversion-pixel){:target="_blank"} GitHub repository.
77

88
## Getting Started
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _NOTE_: You can find your account's endpoint by simply going to your Oracle Resp
4242

4343
3. Enter the name of the default **Folder** you'd like to send your Segment data to. Don't worry, you can override the default folder name on a per-call basis using destination specific options for [`.identify()`](#overriding-default-folder-and-list-names).
4444

45-
4. Enter the name of your default **Profile List** where you would like to store your `.identify()` calls. Again, this can be overriden using destination specific options on a per-call basis as seen [here](#overriding-default-folder-and-list-names).
45+
4. Enter the name of your default **Profile List** where you would like to store your `.identify()` calls. Again, this can be overriden using destination specific options on a per-call basis as seen in the [Overriding default folder and list names](#overriding-default-folder-and-list-names) section.
4646

4747
5. Choose whether you'd like to set your **Default Permission Status** to be `OPTIN` or `OPTOUT`. Unless configured otherwise, the default will be `OPTOUT`.
4848

src/connections/destinations/catalog/salesforce-dmp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ If you don't provide a `namespace` Segment can't pass events downstream to SFDMP
5151
### Setting up for a Server-Side Implementation
5252

5353
6. To set up SFDMP for a server-side connection, enter your SFDMP `Server-side
54-
Publisher UUID`. To locate this, we recommend that you contact your SFDMP representative. Helpful documentation can be found
55-
[here](https://konsole.zendesk.com/hc/en-us/articles/219493027-Mobile-HTTP-API){:target="_blank"}.
54+
Publisher UUID`. To locate this, Segment recommends that you contact your SFDMP representative. Helpful documentation can be found
55+
[in the Salesforce Audience Studio Help Center](https://konsole.zendesk.com/hc/en-us/articles/219493027-Mobile-HTTP-API){:target="_blank"}.
5656
7. Once you've retrieved your `Server-side Publisher UUID`, follow the
5757
instructions in the Segment SFDMP settings to enter your `Pixel.gif Domain`,
5858
`Pixel.gif Site` and, optionally, your `Pixel.gif Section` in the correct

src/connections/destinations/catalog/salesforce-live-agent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In short, **our integration cannot proactively initialize the Live Agent SDK on
3434
## Initialization
3535
In order to begin using the Salesforce Live Agent using Segment, follow these implementation guidelines.
3636

37-
1. On any page where you are not collecting user information, but do want to interact with the Salesforce Live Agent API (to achieve some of the functionality outlined [here](https://developer.salesforce.com/docs/atlas.en-us.live_agent_dev.meta/live_agent_dev/live_agent_chat_buttons_API.htm){:target="_blank"} for example), you must implement all the Live Agent SDK functionality natively **except** the actual loading of their `deployment.js` JavaScript library (the first line of the sample deployment code shown earlier). This will always be handled by Segment anywhere you are loading our JavaScript SDK.
37+
1. On any page where you are not collecting user information, but do want to interact with the Salesforce Live Agent API (to achieve some of the functionality outlined in Salesforce's [Customize Chat Buttons with the Deployment APIs](https://developer.salesforce.com/docs/atlas.en-us.live_agent_dev.meta/live_agent_dev/live_agent_chat_buttons_API.htm){:target="_blank"} documentation, for example), you must implement all the Live Agent SDK functionality natively **except** the actual loading of their `deployment.js` JavaScript library (the first line of the sample deployment code shown earlier). This will always be handled by Segment anywhere you are loading our JavaScript SDK.
3838
2. On any page where you *are* collecting user information (using some kind of pre-chat form for example) that you would like to pass to Salesforce and/or your chat agent after the user completes the form, you must ensure you **do not** call `liveagent.init` natively **anywhere on the page** and ensure that you do invoke a properly formatted Identify event, Group event (this is optional), and finally a Live Chat Conversation Started event **in that order**.
3939

4040
## Identify

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ In addition to exact event names, you can also enter regex patterns for channels
121121
/[a-zA-Z]+ing$/g
122122
```
123123

124-
More information on regex can be found [here](http://www.zytrax.com/tech/web/regex.htm){:target="_blank"}.
125-
126124

127125
## Troubleshooting
128126

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rewrite: true
33
title: SnapEngage Destination
44
id: 54521fdb25e721e32a72eef6
55
---
6-
SnapEngage is an enterprise chat software for businesses. It allows you to capture more leads, drive conversions, reduce response times, and increase customer satisfaction. Our SnapEngage destination code is open source - you can check it out [here](https://github.com/segment-integrations/analytics.js-integration-snapengage){:target="_blank"}.
6+
SnapEngage is an enterprise chat software for businesses. It allows you to capture more leads, drive conversions, reduce response times, and increase customer satisfaction. Segment's SnapEngage destination code is open source - you can check it out in the [@segment-integrations/analytics.js-integration-snapengage](https://github.com/segment-integrations/analytics.js-integration-snapengage){:target="_blank"} GitHub repository.
77

88
## Getting Started
99

src/connections/destinations/catalog/sprig-cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Segment placed the Classic destination framework in maintenance mode. Sprig enco
2424
3. Click **Sprig**, then click **Configure Sprig**.
2525
4. Select an existing JavaScript website source to connect to Sprig and click **Next**.
2626
5. Enter a **Destination name**, select **Classic**, and click **Save**.
27-
6. Type in the Environment ID and click Save Changes. You your Environment ID can be found in [Connect > JavaScript](https://app.sprig.com/connect){:target="_blank"}. For for information, click [here](https://docs.sprig.com/docs/products-and-environments#environments){:target="_blank"}.
27+
6. Type in the Environment ID and click Save Changes. You your Environment ID can be found in [Connect > JavaScript](https://app.sprig.com/connect){:target="_blank"}. For for information, see Sprig's [Environments](https://docs.sprig.com/docs/products-and-environments#environments){:target="_blank"} documentation.
2828
7. Select **Enable Destinations** and click **Save Changes**.

src/connections/destinations/catalog/sprig-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Sprig Actions provides the following benefits over the Sprig Classic destination
3636
3. Click **Sprig**, then click **Configure Sprig**.
3737
4. Select an existing JavaScript website source to connect to Sprig and click **Next**.
3838
5. Type in a **Destination name**, Select **Actions**, and click **Save**.
39-
6. Type in the Environment ID and click Save Changes. Your Environment ID can be found in [Connect > JavaScript](https://app.sprig.com/connect){:target="_blank"}. For for information, click [here](https://docs.sprig.com/docs/products-and-environments#environments){:target="_blank"}.
39+
6. Type in the Environment ID and click Save Changes. Your Environment ID can be found in [Connect > JavaScript](https://app.sprig.com/connect){:target="_blank"}. For for information, see Sprig's [Environments](https://docs.sprig.com/docs/products-and-environments#environments){:target="_blank"} documentation.
4040
7. Select **Enable Destinations** and click **Save Changes**.
4141

4242
<!-- The line below renders a table of connection settings (if applicable), Pre-built Mappings, and available actions. -->

0 commit comments

Comments
 (0)