diff --git a/src/connections/destinations/catalog/actions-display-video-360/index.md b/src/connections/destinations/catalog/actions-display-video-360/index.md index a464e0760a..06b463398e 100644 --- a/src/connections/destinations/catalog/actions-display-video-360/index.md +++ b/src/connections/destinations/catalog/actions-display-video-360/index.md @@ -69,7 +69,7 @@ Segment users must add this tag to their web properties. The tag performs severa ### DV360 destination -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. +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. ## Set up the DV360 Destination diff --git a/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md b/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md index d878aed968..d2c650cf53 100644 --- a/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md +++ b/src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md @@ -38,7 +38,7 @@ This page is about the **Facebook Custom Audiences** destination developed speci - **Destination rate limit**: None - **Lookback window allowed**: Yes - **Identifiers required** : Email or Mobile Device ID (IDFA) -- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#public-preview-feature-additional-traits-matching). +- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#additional-traits-matching). - **Client or Server-Side Connection**: Server-side - **Minimum audience size required**: 100 diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index f633d9c2bc..5e70e8be10 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -48,7 +48,7 @@ To access insert functions through the Destinations tab: Use this page to edit and manage insert functions in your workspace. -You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace. +You can also use this page to [enable destination insert functions](#enable-the-destination-insert-function) in your workspace. ## Code the destination insert function diff --git a/src/connections/functions/source-functions.md b/src/connections/functions/source-functions.md index 502302ecfd..20f900e609 100644 --- a/src/connections/functions/source-functions.md +++ b/src/connections/functions/source-functions.md @@ -44,7 +44,7 @@ async function onRequest(request, settings) { The `onRequest()` function receives two arguments: - `request` - an object describing the incoming HTTPS request. -- `settings` - set of [settings](#create-️settings-and-secrets) for this function. +- `settings` - set of [settings](#create-settings-and-secrets) for this function. ### Request processing