Skip to content

Commit d2aa61a

Browse files
committed
add snippet to multiple guides
1 parent 322d4f9 commit d2aa61a

22 files changed

Lines changed: 113 additions & 18 deletions

docs/guides/integration-advertiser-dataprovider-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ You'll need to set up these values, in the UID2 Portal on the [API Keys](../port
3333
It's very important that you keep these values secure. For details, see [Security of API Key and Client Secret](../getting-started/gs-credentials.md#security-of-api-key-and-client-secret).
3434
:::
3535

36+
## Preparing DII for Processing
37+
38+
<SnptPreparingEmailsAndPhoneNumbers />
39+
3640
## High-Level Steps
3741

3842
At a high level, the steps for advertisers and data providers integrating with UID2 are as follows:
@@ -49,10 +53,6 @@ At a high level, the steps for advertisers and data providers integrating with U
4953

5054
6. [Monitor for Opt-Out Status](#6-monitor-for-opt-out-status)
5155

52-
## Preparing DII for Processing
53-
54-
<SnptPreparingEmailsAndPhoneNumbers />
55-
5656
## Integration Diagram
5757

5858
The following diagram outlines the steps that data collectors must complete to map DII to raw UID2s for audience building and targeting.

docs/guides/integration-advertiser-dataprovider-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ displayed_sidebar: sidebarAdvertisers
88
---
99

1010
import Link from '@docusaurus/Link';
11+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1112

1213
# Advertiser/Data Provider Integration Overview
1314

@@ -27,6 +28,10 @@ There are other ways that you can use UID2, outside these use cases. These are j
2728
| Send&nbsp;in&nbsp;conversions | Send raw UID2s as conversion information | Use conversion information for measurement (attribution) or for retargeting via API or pixels. |
2829
| Receive&nbsp;graph&nbsp;data | Receive raw UID2s from graph/data providers via API or pixels | Build graph data. |
2930

31+
## Preparing DII for Processing
32+
33+
<SnptPreparingEmailsAndPhoneNumbers />
34+
3035
## High-Level Steps
3136

3237
At a high level, the steps for advertisers and data providers integrating with UID2 are as follows:

docs/guides/integration-aws-entity-resolution.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ displayed_sidebar: docs
99
---
1010

1111
import Link from '@docusaurus/Link';
12+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1213

1314
# AWS Entity Resolution Integration Guide
1415

@@ -73,6 +74,10 @@ The following table shows the sequence of steps shown in the diagram.
7374
| 16 | Amazon Data Exchange | Returns raw UID2s to AWS Entity Resolution. |
7475
| 17 | AWS Entity Resolution | Writes the output records to the S3 bucket including the raw UID2s. |
7576

77+
## Preparing DII for Processing
78+
79+
<SnptPreparingEmailsAndPhoneNumbers />
80+
7681
## Initial Setup Steps
7782

7883
The following are the initial steps for setting up your UID2 integration in AWS Entity Resolution:

docs/guides/integration-ctv-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ displayed_sidebar: docs
1010

1111
import Link from '@docusaurus/Link';
1212
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
13+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1314
import SnptPrivateOperatorOption from '../snippets/_snpt-private-operator-option.mdx';
1415

1516
# CTV Integration Guide
@@ -31,6 +32,10 @@ To determine how you'll implement these steps, choose from the [CTV Integration
3132

3233
<SnptIntegratingWithSSO />
3334

35+
## Preparing DII for Processing
36+
37+
<SnptPreparingEmailsAndPhoneNumbers />
38+
3439
## Private Operator Option
3540

3641
<SnptPrivateOperatorOption />

docs/guides/integration-databricks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ displayed_sidebar: docs
99
---
1010

1111
import Link from '@docusaurus/Link';
12+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1213

1314
# Databricks Clean Rooms Integration Guide
1415

@@ -44,6 +45,10 @@ Here are some key benefits of integrating with Databricks for your UID2 processi
4445
- Streamlined integration between UID2 identifiers and The Trade Desk activation ecosystem.
4546
- Self-service support for marketers and advertisers through Databricks.
4647

48+
## Preparing DII for Processing
49+
50+
<SnptPreparingEmailsAndPhoneNumbers />
51+
4752
## Integration Steps
4853

4954
At a high level, the following are the steps to set up your Databricks integration and process your data:

docs/guides/integration-google-ss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ displayed_sidebar: docs
1010

1111
import Link from '@docusaurus/Link';
1212
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
13+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1314

1415
# Google Ad Manager Secure Signals Integration Guide
1516

@@ -88,6 +89,10 @@ A sample implementation for Prebid.js with Secure Signals is also available. For
8889

8990
<SnptIntegratingWithSSO />
9091

92+
## Preparing DII for Processing
93+
94+
<SnptPreparingEmailsAndPhoneNumbers />
95+
9196
## Publisher Integration
9297

9398
When an encrypted signal is cached, the secure signals feature does not execute the handler to generate a new signal. Because of this, it is necessary to clear the cache before and after data capture.

docs/guides/integration-javascript-client-server.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ displayed_sidebar: docs
99
---
1010

1111
import Link from '@docusaurus/Link';
12-
import SnptExampleClientServerSendUid2ToSdk from '../snippets/_snpt-example-client-server-send-uid2-to-sdk.mdx';
1312
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
13+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
14+
import SnptExampleClientServerSendUid2ToSdk from '../snippets/_snpt-example-client-server-send-uid2-to-sdk.mdx';
1415

1516
# Client-Server Integration Guide for JavaScript
1617

@@ -46,6 +47,10 @@ If you are using Google Ad Manager and want to use the secure signals feature, f
4647

4748
<SnptIntegratingWithSSO />
4849

50+
## Preparing DII for Processing
51+
52+
<SnptPreparingEmailsAndPhoneNumbers />
53+
4954
## Complete UID2 Account Setup and Configure Account
5055

5156
To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page.

docs/guides/integration-javascript-client-side.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Link from '@docusaurus/Link';
1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
1414
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
15+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1516

1617
# Client-Side Integration Guide for JavaScript
1718

@@ -61,6 +62,10 @@ If you want to use a debug build of the SDK, use the following URL instead:
6162

6263
<SnptIntegratingWithSSO />
6364

65+
## Preparing DII for Processing
66+
67+
<SnptPreparingEmailsAndPhoneNumbers />
68+
6469
## Complete UID2 Account Setup and Configure Account
6570

6671
To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page.

docs/guides/integration-javascript.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ displayed_sidebar: docs
1010

1111
import Link from '@docusaurus/Link';
1212
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
13+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1314

1415
# UID2 Integration Overview for JavaScript
1516

@@ -31,6 +32,10 @@ For additional flexibility, UID2 also provides alternative methods for some of t
3132

3233
<SnptIntegratingWithSSO />
3334

35+
## Preparing DII for Processing
36+
37+
<SnptPreparingEmailsAndPhoneNumbers />
38+
3439
## Client-Side or Client-Server Integration
3540

3641
The options for integrating with UID2 using the SDK for JavaScript are summarized in the following table. Choose the option that's best for you.

docs/guides/integration-mobile-client-server.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ displayed_sidebar: docs
1111
import Link from '@docusaurus/Link';
1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
14+
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
15+
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1416
import SnptExampleAdvertisingToken from '../snippets/_snpt-example-advertising-token.mdx';
1517
import SnptEnableLogging from '../snippets/_snpt-mobile-docs-enable-logging.mdx';
1618
import SnptGMAIMA_Plugins from '../snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx';
1719
import SnptPrebidMobileSDK from '../snippets/_snpt-mobile_docs_prebid-mobile.mdx';
1820
import SnptErrorResponseStates from '../snippets/_snpt-mobile-docs-error-response-states.mdx';
19-
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
2021

2122
# UID2 Client-Server Integration Guide for Mobile
2223

@@ -61,6 +62,10 @@ For instructions for installing the correct SDK/version into your mobile app, se
6162

6263
<SnptIntegratingWithSSO />
6364

65+
## Preparing DII for Processing
66+
67+
<SnptPreparingEmailsAndPhoneNumbers />
68+
6469
## Complete UID2 Account Setup and Configure Account
6570

6671
To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page.

0 commit comments

Comments
 (0)