Skip to content

Commit 90de040

Browse files
authored
Merge pull request #8100 from segmentio/DOCSPLAT-3056-fixes-1
DOCSPLAT 3056 Simplify serialization
2 parents 009b00e + 5711260 commit 90de040

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This appends an additional property in your "Experiment Viewed" events called `n
135135

136136
#### Sending Experiment Viewed event properties as Google Analytics Custom Dimensions
137137

138-
If you're sending your experiment data to Google Analytics in the form of `track` calls, Segment recommends creating hit-scoped custom dimensions in Google Analytics with titles like "Experiment Name" and "Variation Name," and then map the properties to those Custom Dimensions accordingly. For example, if you set Custom Dimension 5 to "Experiment Name" and Custom Dimension 1 to "Variation Name," here's how you'd configure the mappings in your Segment<>GA settings:
138+
If you're sending your experiment data to Google Analytics in the form of `track` calls, Segment recommends creating hit-scoped custom dimensions in Google Analytics with titles like "Experiment Name" and "Variation Name," and then map the properties to those Custom Dimensions accordingly. For example, if you set Custom Dimension 5 to "Experiment Name" and Custom Dimension 1 to "Variation Name," here's how you'd configure the mappings in your Segment\<>GA settings:
139139

140140
![A screenshot of the Custom Dimensions tab of Optimizely.](images/customdimensions.png)
141141

@@ -195,7 +195,7 @@ If you are sending anonymous data to Optimizely X Full Stack using their server-
195195

196196
### No Data for Anonymous Users
197197

198-
Segment does not map any data to Optimizely from the Segment<>Optimizely Web destination for anonymous users - in other words, to map `track` and `page` data, a user must be `identified` with a `userId`.
198+
Segment does not map any data to Optimizely from the Segment\<>Optimizely Web destination for anonymous users - in other words, to map `track` and `page` data, a user must be `identified` with a `userId`.
199199

200200
### Lower Experiment Viewed counts inside Segment and other tools vs. Optimizely unique visitors
201201

src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ Once created, the audience should be available in Facebook in ten minutes unless
110110
[Trait Enrichment](/docs/engage/trait-activation/trait-enrichment/) allows you to send an expanded list of identifiers or traits to Facebook, so that Facebook can try to use these additional data points to match to their user profiles. If you have this feature enabled and implemented any of these traits in your Segment tracking, Engage can send this data to Facebook. Segment can now also sync multiple emails if the profile contains more than one. Additionally as part of this feature, Segment hashes fields before sending them downstream to Facebook, if required. (See the table below for hashing requirements.) Note that the trait data implemented in your Segment tracking must match the naming convention and format specified in the table below, otherwise Segment can't send it to Facebook.
111111

112112

113-
| **Name** | **Trait Key formats supported** | **Facebook Keys** | **FB Hashing Required** | **FB Guidelines** |
113+
| **Name** | **Trait Key formats supported** | **Facebook Keys** | **FB Hashing Required** | **FB Guidelines** |
114+
| ----------- | ------------------------------------------------------------ | -------------------- | ----------------------- | --------------------- |
114115
| Email | | EMAIL | Yes (Segment does the hashing for you. In case you are *already* hashing emails, emails will get sent to Facebook double-hashed. Facebook will still match on double-hashed emails, but this is *not* recommended. | Trim leading, trail whitespace, and convert all characters to lowercase. |
115116
| Mobile ID | | MADID | No | Use all lowercase, keep hyphens. |
116117
| First Name | first_name<br>firstname<br>firstName<br>first | FN | Yes | Use `a`-`z` only. Lowercase only, no punctuation. Special characters in UTF8 format. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For purchase events, you should send an event called `Order Completed` per our s
3232

3333
### Features
3434
#### Labels
35-
When you call `page`, `track` or `screen`, we'll pass the page name, event name or screen name and the category (if provided) to Quantcast as a label. The standard label will look like this "<title>" for page or screen, and "<name>" for track events. If you enable Quantcast for advertisers then we'll send "_fp.event.<name>" to match Quantcast's internal data structures for advertisers. If you do not pass any `category` or `name` for a `.page()` call, we will fallback on Quantcast's default label.
35+
When you call `page`, `track` or `screen`, we'll pass the page name, event name or screen name and the category (if provided) to Quantcast as a label. The standard label will look like this "\<title>" for page or screen, and "\<name>" for track events. If you enable Quantcast for advertisers then we'll send "_fp.event.\<name>" to match Quantcast's internal data structures for advertisers. If you do not pass any `category` or `name` for a `.page()` call, we will fallback on Quantcast's default label.
3636

3737
Here's an example for Quantcast Advertisers:
3838

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This destination is maintained by Trubrics. For any issues with the destination,
1919
4. Go to the [Trubrics app](https://app.trubrics.com){:target="_blank"}, and copy the **Project API key** from the settings page.
2020
5. Enter the **Project API Key** in the Trubrics destination settings in Segment, then enable the destination.
2121
6. Add mappings for your AI/user properties.
22-
- To learn more about adding mappings, see [Trubrics <> Segment Mapping Events](https://www.loom.com/share/3bc3a02cf38d47b4b865c50314dbc8fb){:target="_blank”}.
22+
- To learn more about adding mappings, see [Trubrics \<> Segment Mapping Events](https://www.loom.com/share/3bc3a02cf38d47b4b865c50314dbc8fb){:target="_blank”}.
2323

2424
<!--- TODO: write this instead of having it in a video --->
2525

26-
{% include components/actions-fields.html %}
26+
{% include components/actions-fields.html %}

src/connections/functions/destination-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ async function getAccessToken () {
371371

372372
### Functions permissions
373373

374-
{% include content/functions/perms.md%}
374+
{% include content/functions/perms.md %}
375375

376376

377377
### Editing and deleting functions

src/connections/functions/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ View Segment's [Public API](https://docs.segmentapis.com/tag/Functions){:target=
119119

120120
## Functions permissions
121121

122-
{% include content/functions/perms.md%}
122+
{% include content/functions/perms.md %}
123123

124124
## ️Settings and secrets
125125

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ You can view Segment's list of [Integration Error Codes](/docs/connections/integ
480480

481481
### Functions permissions
482482

483-
{% include content/functions/perms.md%}
483+
{% include content/functions/perms.md %}
484484

485485

486486
### Editing and deleting functions

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Segment only attempts to run your source function again if a **Retry** error occ
391391
### Source functions permissions
392392

393393

394-
{% include content/functions/perms.md%}
394+
{% include content/functions/perms.md %}
395395

396396

397397
### Editing and deleting source functions

src/connections/sources/catalog/cloud-apps/autopilothq/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Additionally, Autopilot also sends `email` and `contact_id` under `context.trait
5050
</tr>
5151
<tr>
5252
<td>Email Marked as Spam</td>
53-
<td>Recipient marked message as spam
54-
</td>
53+
<td>Recipient marked message as spam</td>
5554
</tr>
5655
<tr>
5756
<td>Email Opened</td>

src/connections/sources/catalog/cloud-apps/blueshift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your favorite BI or analytics tool, you'll be able to analyze your email camp
1212

1313
## Getting Started
1414

15-
1. From your workspace's segment.com/<your-workspace>/sources page, click Add source.
15+
1. From your workspace's segment.com/\<your-workspace>/sources page, click Add source.
1616
2. Choose Blueshift.
1717
3. Give the Source a nickname and a schema name. The nickname is a label used in the Segment interface, and the schema name is the namespace you query against in your warehouse. You can name them however you'd like, but we recommend sticking to something that reflects the Source itself, like Blueshift for nickname and Blueshift for the schema name.
1818
4. The next page ("Overview") will surface your Segment write key for Blueshift. Copy this write key.

0 commit comments

Comments
 (0)