Skip to content

Commit e1e885b

Browse files
author
markzegarelli
authored
Merge pull request #1828 from segmentio/08-30-21_weekly
08 30 21 weekly [netlify-ignore]
2 parents ded8e85 + 03f4222 commit e1e885b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.vscode/yml.code-snippets

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
// Place your segment-docs workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3+
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4+
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5+
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6+
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
7+
// Placeholders with the same ids are connected.
8+
// Example:
9+
// "Print to console": {
10+
// "scope": "javascript,typescript",
11+
// "prefix": "log",
12+
// "body": [
13+
// "console.log('$1');",
14+
// "$2"
15+
// ],
16+
// "description": "Log output to console"
17+
// }
18+
19+
"yml": {
20+
"prefix": ["- name"],
21+
"body":["- name: ${1:name}\r\tdescription: ${2:description}\r\tdefault: ${3}"],
22+
"description": "Yaml settings"
23+
}
24+
}

src/connections/destinations/catalog/optimizely-full-stack/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ Notification listeners are not available for Segment `track` events when impleme
164164

165165
Follow these instructions on how to set up Personas and Optimizely:
166166

167-
* [Using Segment Personas and Optimizely Full Stack for Omnichannel Experiments](https://www.optimizely.com/insights/blog/segment-personas-optimizely-full-stack-omnichannel-experiments/)
167+
* [Using Segment Personas and Optimizely Full Stack for Omnichannel Experiments](https://www.optimizely.com/insights/blog/segment-personas-optimizely-full-stack-omnichannel-experiments/){:target="_blank"}
168+
168169

169170
## GDPR Support
170171
Segment supports deleting/suppressing users in Optimizely using the [Segment app](/docs/privacy/user-deletion-and-suppression/). In order to do this however, you will need to create a [Personal Access Token](https://developers.optimizely.com/x/authentication/personal-token/) in Optimizely and provide it as the value of the Access Token setting.

src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once a source moves to Analytics.js 2.0, you can follow the steps above in [Manu
3535

3636
## Cases that require additional intervention
3737

38-
There are two cases where upgrading to Analytics.js 2.0 requires manual effort beyond enabling the Analytics.js 2.0 toggle.
38+
In some cases, upgrading to Analytics.js 2.0 requires manual effort beyond enabling the Analytics.js 2.0 toggle.
3939

4040
### When using in-domain instrumentation CDN aliasing
4141

src/connections/sources/sources-compare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Cloud-App Sources allow you to pull in data from third-party tools so you can us
4343
<th width="30%"> Categories </th>
4444
<th> Data Type </th>
4545
</tr>
46-
{% assign integrations = site.data.catalog.sources.items %}
46+
{% assign integrations = site.data.catalog.sources_capi.items %}
4747
{% for integration in integrations %}
4848
{% unless integration.categories contains promoted_categories[0] or integration.categories contains promoted_categories[1] or integration.categories contains promoted_categories[2] or integration.categories contains promoted_categories[3]%}
4949
{% unless integration.display_name == "Project"%}

0 commit comments

Comments
 (0)