You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/integration-advertiser-dataprovider-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ The following table shows the implementation options that are available for adve
48
48
49
49
| High-Level Step | Implementation Options |
50
50
| --- | --- |
51
-
|[1: Generate Raw UID2s from DII](#1-generate-raw-uid2s-from-dii)| Use any of the following options to map DII to raw UID2s:<ul><li>One of these UID2 SDKs:<ul><li>Python SDK: [Map DII to Raw UID2s](../sdks/sdk-ref-python.md#map-dii-to-raw-uid2s)</li><li>Java SDK: [Usage for Advertisers/Data Providers](../sdks/sdk-ref-java.md#usage-for-advertisersdata-providers)</li></ul></li><li>Snowflake: [Map DII](snowflake_integration.md#map-dii)</li><li>AWS Entity Resolution: [AWS Entity Resolution Integration Guide](integration-aws-entity-resolution.md)</li><li>HTTP endpoints: [POST /identity/map](../endpoints/post-identity-map.md)</li></ul> |
51
+
|[1: Generate Raw UID2s from DII](#1-generate-raw-uid2s-from-dii)| Use any of the following options to map DII to raw UID2s:<ul><li>One of these UID2 SDKs:<ul><li>Python SDK: [Map DII to Raw UID2s](../sdks/sdk-ref-python.md#map-dii-to-raw-uid2s)</li><li>Java SDK: [Usage for Advertisers/Data Providers](../sdks/sdk-ref-java.md#usage-for-advertisersdata-providers)</li></ul></li><li>Snowflake: [Map DII](integration-snowflake.md#map-dii)</li><li>AWS Entity Resolution: [AWS Entity Resolution Integration Guide](integration-aws-entity-resolution.md)</li><li>HTTP endpoints: [POST /identity/map](../endpoints/post-identity-map.md)</li></ul> |
52
52
|[2: Store Raw UID2s and Salt Bucket IDs](#2-store-raw-uid2s-and-salt-bucket-ids)| Custom (your choice). |
53
53
|[3: Manipulate or Combine Raw UID2s](#3-manipulate-or-combine-raw-uid2s)| Custom (your choice). |
54
54
|[4: Send Stored Raw UID2s to DSPs to Create Audiences or Conversions](#4-send-stored-raw-uid2s-to-dsps-to-create-audiences-or-conversions)| Custom (your choice). |
55
-
|[5: Monitor for Salt Bucket Rotations for Your Stored Raw UID2s](#5-monitor-for-salt-bucket-rotations-for-your-stored-raw-uid2s)| Any of the following options:<ul><li><strong>Python SDK</strong>: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li><strong>Snowflake</strong>: see <Linkhref="snowflake_integration">Snowflake Integration Guide</Link>, section titled <Linkhref="snowflake_integration#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s">Monitor for Salt Bucket Rotation and Regenerate Raw UID2s</Link></li><li><strong>Raw HTTP endpoint</strong>: <Linkhref="../endpoints/post-identity-buckets">POST /identity/buckets</Link></li></ul> |
55
+
|[5: Monitor for Salt Bucket Rotations for Your Stored Raw UID2s](#5-monitor-for-salt-bucket-rotations-for-your-stored-raw-uid2s)| Any of the following options:<ul><li><strong>Python SDK</strong>: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li><strong>Snowflake</strong>: see <Linkhref="integration-snowflake">Snowflake Integration Guide</Link>, section titled <Linkhref="integration-snowflake#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s">Monitor for Salt Bucket Rotation and Regenerate Raw UID2s</Link></li><li><strong>Raw HTTP endpoint</strong>: <Linkhref="../endpoints/post-identity-buckets">POST /identity/buckets</Link></li></ul> |
56
56
|[6: Monitor for Opt-Out Status](#6-monitor-for-opt-out-status)| API call to the [POST /optout/status](../endpoints/post-optout-status.md) endpoint. |
57
57
58
58
## Integration Diagram
@@ -80,7 +80,7 @@ To generate raw UID2s, use one of the following options:
80
80
- Python SDK: See [Map DII to Raw UID2s](../sdks/sdk-ref-python.md#map-dii-to-raw-uid2s).
81
81
- Java SDK: See [Usage for Advertisers/Data Providers](../sdks/sdk-ref-java.md#usage-for-advertisersdata-providers).
82
82
83
-
- Snowflake: See [Map DII](snowflake_integration.md#map-dii).
83
+
- Snowflake: See [Map DII](integration-snowflake.md#map-dii).
84
84
85
85
- AWS Entity Resolution: See [AWS Entity Resolution Integration Guide](integration-aws-entity-resolution.md).
86
86
@@ -123,7 +123,7 @@ For instructions for monitoring for salt bucket rotations, refer to one of the f
123
123
124
124
- Python SDK: [Monitor Rotated Salt Buckets](../sdks/sdk-ref-python.md#monitor-rotated-salt-buckets).
125
125
126
-
- Snowflake: [Monitor for Salt Bucket Rotation and Regenerate Raw UID2s](snowflake_integration.md#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s).
126
+
- Snowflake: [Monitor for Salt Bucket Rotation and Regenerate Raw UID2s](integration-snowflake.md#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s).
127
127
128
128
- HTTP endpoints: [Monitor for Salt Bucket Rotations for Your Stored Raw UID2s](integration-advertiser-dataprovider-endpoints.md#5-monitor-for-salt-bucket-rotations-for-your-stored-raw-uid2s).
Copy file name to clipboardExpand all lines: docs/guides/summary-guides.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The following documentation resources are available for advertisers and data pro
99
99
| :--- | :--- |
100
100
|[Advertiser/Data Provider](integration-advertiser-dataprovider-overview.md)| This integration guide for advertisers and data providers covers integration workflows for mapping identity for audience-building and targeting. |
101
101
|[Client-Side Integration Guide for JavaScript](integration-javascript-client-side.md)| A guide for advertisers and data providers who want to use this SDK for adding a UID2 token to their tracking pixels.<!-- UID2_only: Not applicable for EUID -->|
102
-
|[Snowflake Integration Guide](snowflake_integration.md)| Instructions for generating UID2s from emails within Snowflake. |
102
+
|[Snowflake Integration Guide](integration-snowflake.md)| Instructions for generating UID2s from emails within Snowflake. |
103
103
|[AWS Entity Resolution Integration Guide](integration-aws-entity-resolution.md)| Instructions for integrating with the UID2 framework using AWS Entity Resolution. |
Copy file name to clipboardExpand all lines: docs/overviews/overview-advertisers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The following documentation resources are available for advertisers and data pro
71
71
| :--- | :--- | :--- |
72
72
| Integration steps for organizations that collect user data and push it to other UID2 participants |[Advertiser/Data Provider Integration Guide](../guides/integration-advertiser-dataprovider-overview.md)| This guide covers integration workflows for mapping identity for audience-building and targeting. |
73
73
| Integration steps for advertisers and data providers who want to use the client-side JavaScript SDK for adding a UID2 token to their tracking pixels. |[Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md)| This guide provides instructions for generating UID2 tokens (advertising tokens) using only JavaScript client-side changes.<!-- UID2_only: Not applicable for EUID -->|
74
-
| Snowflake |[Snowflake Integration Guide](../guides/snowflake_integration.md)| This guide provides instructions for generating UID2s from emails within Snowflake. |
74
+
| Snowflake |[Snowflake Integration Guide](../guides/integration-snowflake.md)| This guide provides instructions for generating UID2s from emails within Snowflake. |
75
75
| AWS Entity Resolution |[AWS Entity Resolution Integration Guide](../guides/integration-aws-entity-resolution.md)| This guide provides instructions for integrating with the UID2 framework using AWS Entity Resolution. |
Copy file name to clipboardExpand all lines: docs/overviews/overview-data-providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The following documentation resources are available for advertisers and data pro
76
76
| :--- | :--- | :--- |
77
77
| Integration steps for organizations that collect user data and push it to other UID2 participants |[Advertiser/Data Provider Integration Guide](../guides/integration-advertiser-dataprovider-overview.md)| This guide covers integration workflows for mapping identity for audience-building and targeting. |
78
78
| Integration steps for advertisers and data providers who want to use the client-side JavaScript SDK for adding a UID2 token to their tracking pixels. |[Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md)| This guide provides instructions for generating UID2 tokens (advertising tokens) using only JavaScript client-side changes.<!-- UID2_only: Not applicable for EUID -->|
79
-
| Snowflake |[Snowflake Integration Guide](../guides/snowflake_integration.md)| This guide provides instructions for generating UID2s from emails within Snowflake. |
79
+
| Snowflake |[Snowflake Integration Guide](../guides/integration-snowflake.md)| This guide provides instructions for generating UID2s from emails within Snowflake. |
80
80
| AWS Entity Resolution |[AWS Entity Resolution Integration Guide](../guides/integration-aws-entity-resolution.md)| This guide provides instructions for integrating with the UID2 framework using AWS Entity Resolution. |
Copy file name to clipboardExpand all lines: docs/ref-info/updates-doc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -482,7 +482,7 @@ We published the following new and updated documents to support use of the new U
482
482
-[SDK for Java: Usage for UID2 Sharers](../sdks/sdk-ref-java.md#usage-for-uid2-sharers)
483
483
-[SDK for Python: Usage for UID2 Sharers](../sdks/sdk-ref-python.md#usage-for-uid2-sharers)
484
484
485
-
- Updates to the Snowflake feature to support UID2 sharing. See [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/snowflake_integration.md#usage-for-uid2-sharers).
485
+
- Updates to the Snowflake feature to support UID2 sharing. See [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/integration-snowflake.md#usage-for-uid2-sharers).
*Advertisers and Data Providers who need to generate raw UID2s from DII can also do this via Snowflake (see [Snowflake Integration Guide](../guides/snowflake_integration.md)) or by using the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.
31
+
*Advertisers and Data Providers who need to generate raw UID2s from DII can also do this via Snowflake (see [Snowflake Integration Guide](../guides/integration-snowflake.md)) or by using the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.
32
32
33
33
<!-- ✅ = Supported | — = Not Supported -->
Copy file name to clipboardExpand all lines: docs/sharing/sharing-tokenized-from-data-pixel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ If you're using creative pixels, the DSP takes the raw UID2 and encrypts it into
83
83
84
84
All the implementation steps are the same as for [tokenized sharing from raw UID2](sharing-tokenized-from-raw.md).
85
85
86
-
For examples of how you could implement tokenized sharing in pixels using Snowflake, see [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/snowflake_integration.md#usage-for-uid2-sharers).
86
+
For examples of how you could implement tokenized sharing in pixels using Snowflake, see [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/integration-snowflake.md#usage-for-uid2-sharers).
Copy file name to clipboardExpand all lines: docs/sharing/sharing-tokenized-from-raw.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,9 @@ This example illustrates how the `uid2client.refresh()` function enables a new s
119
119
120
120
The following steps are for Snowflake users who want to take part in UID2 sharing, either as senders or receivers.
121
121
122
-
1. Review the examples in [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/snowflake_integration.md#usage-for-uid2-sharers) to see what the sharing code might look like.
122
+
1. Review the examples in [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/integration-snowflake.md#usage-for-uid2-sharers) to see what the sharing code might look like.
123
123
124
-
2. Integrate Snowflake into your code, according to whether your role is sender or receiver. Use the code examples in the documentation referenced in the Snowflake Integration Guide, [UID2 Sharing Example](../guides/snowflake_integration.md#uid2-sharing-example):
124
+
2. Integrate Snowflake into your code, according to whether your role is sender or receiver. Use the code examples in the documentation referenced in the Snowflake Integration Guide, [UID2 Sharing Example](../guides/integration-snowflake.md#uid2-sharing-example):
0 commit comments