Skip to content

Commit d864bb8

Browse files
authored
Merge pull request #5650 from alex-parsons/develop
Add missing spaces between links and next word for clarity
2 parents 926ab17 + 3b4c80b commit d864bb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/connections/destinations/catalog/facebook-pixel-server-side/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Use this approach if you want to separate tracking events completed on a user's
9696

9797
For this option to work best, the same `external_id` needs to be passed from the browser and the server. To achieve this, go to your Facebook Pixel destination settings in Segment and enable the **Enable Advanced Matching** and **Use User ID or Anonymous ID as External ID** settings. By default the Facebook Conversions API destination uses the `userId` (or `anonymousId` if not present) to set the `external_id`, so when you set up Facebook Pixel to use the same settings, Facebook can then match the users.
9898

99-
You can also send [user traits in the context object of the track events](#default-mappings-to-facebook-properties)to increase the match rate for events from a server source. Collect other fields from the browser, like `userAgent`, `ip` address, and [Facebook's parameters (fbp, fbc)](https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/fbp-and-fbc){:target="_blank"}, pass them to the server, and manually add them to the events.
99+
You can also send [user traits in the context object of the track events](#default-mappings-to-facebook-properties) to increase the match rate for events from a server source. Collect other fields from the browser, like `userAgent`, `ip` address, and [Facebook's parameters (fbp, fbc)](https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/fbp-and-fbc){:target="_blank"}, pass them to the server, and manually add them to the events.
100100

101101
#### Deduplication considerations
102102

src/getting-started/04-full-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When you make an Identify call as part of a profile update, you only need to sen
6363
6464
## Traits in Identify calls
6565

66-
These are called [traits](/docs/connections/spec/identify/#traits)for Identify calls, and [properties](/docs/connections/spec/track/#properties) for all other methods.
66+
These are called [traits](/docs/connections/spec/identify/#traits) for Identify calls, and [properties](/docs/connections/spec/track/#properties) for all other methods.
6767

6868
**The most important trait to pass as part of the Identify call is userId**, which uniquely identifies a user across all applications.
6969

src/guides/how-to-guides/migrate-from-other-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ analytics.alias('1234');
212212

213213
### Track Links
214214

215-
If you are tracking links with Mixpanel's [track\_links](https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.track_links)helper you can switch that code to the Segment [trackLink helper function](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#track-link) in [Analytics.js](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript).
215+
If you are tracking links with Mixpanel's [track\_links](https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.track_links) helper you can switch that code to the Segment [trackLink helper function](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#track-link) in [Analytics.js](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript).
216216

217217
And here's an example:
218218

0 commit comments

Comments
 (0)