Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/connections/functions/source-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading