Skip to content

Commit 84ca785

Browse files
Merge pull request #8138 from elemhunt/develop
Batch 4.3 - Additional Small adjustments
2 parents 5b91e90 + 3131e7f commit 84ca785

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/connections/destinations/catalog/actions-display-video-360/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Segment users must add this tag to their web properties. The tag performs severa
6969
7070
### DV360 destination
7171

72-
The DV360 Destination syncs audience data between Segment and Google Display & Video 360. For more information about enabling the DV360 Destination, [view the setup instructions below](#set-up) below.
72+
The DV360 Destination syncs audience data between Segment and Google Display & Video 360. For more information about enabling the DV360 Destination, [view the setup instructions below](#set-up-the-dv360-destination) below.
7373

7474
## Set up the DV360 Destination
7575

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This page is about the **Facebook Custom Audiences** destination developed speci
3838
- **Destination rate limit**: None
3939
- **Lookback window allowed**: Yes
4040
- **Identifiers required** : Email or Mobile Device ID (IDFA)
41-
- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#public-preview-feature-additional-traits-matching).
41+
- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#additional-traits-matching).
4242
- **Client or Server-Side Connection**: Server-side
4343
- **Minimum audience size required**: 100
4444

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To access insert functions through the Destinations tab:
4848

4949
Use this page to edit and manage insert functions in your workspace.
5050

51-
You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace.
51+
You can also use this page to [enable destination insert functions](#enable-the-destination-insert-function) in your workspace.
5252

5353
## Code the destination insert function
5454

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function onRequest(request, settings) {
4444
The `onRequest()` function receives two arguments:
4545

4646
- `request` - an object describing the incoming HTTPS request.
47-
- `settings` - set of [settings](#create-️settings-and-secrets) for this function.
47+
- `settings` - set of [settings](#create-settings-and-secrets) for this function.
4848

4949
### Request processing
5050

0 commit comments

Comments
 (0)