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-endpoints.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Advertiser/Data Provider Integration by Calling to HTTP Endpoints
2
+
title: Advertiser/Data Provider Integration Directly to HTTP Endpoints
3
3
sidebar_label: HTTP Endpoints
4
-
description: Integration for organizations that collect user data and push it to other participants.
4
+
description: Integration for organizations that collect user data and push it to other participants, coding to HTTP endpoints rather than an SDK or Snowflake.
5
5
hide_table_of_contents: false
6
6
sidebar_position: 07
7
7
displayed_sidebar: sidebarAdvertisers
8
8
---
9
9
10
10
import Link from '@docusaurus/Link';
11
11
12
-
# Advertiser/Data Provider Integration By Calling HTTP Endpoints
12
+
# Advertiser/Data Provider Integration Directly to HTTP Endpoints
13
13
14
-
This guide covers integration steps for advertisers and data providers to integration by writing code to call UID2 HTTP endpoints, rather than using another implementation options such as an SDK, Snowflake, or AWS Entity Resolution.
14
+
This guide covers integration steps for advertisers and data providers to integrate with UID2 by writing code to call UID2 HTTP endpoints, rather than using another implementation options such as an SDK, Snowflake, or AWS Entity Resolution.
15
15
16
16
:::tip
17
-
For a summary of UID2 integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
17
+
For a summary of all integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
Copy file name to clipboardExpand all lines: docs/guides/integration-aws-entity-resolution.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
@@ -22,7 +22,7 @@ If you're not currently part of the UID2 ecosystem, go to the [Request Access to
22
22
For a video presentation about integration with UID2 by using AWS Entity Resolution, and a demo, see [Getting Started with AWS Entity Resolution Integration with Unified ID 2.0](https://www.youtube.com/watch?v=ORbSsKMgVj8) on YouTube.
23
23
24
24
:::tip
25
-
For a summary of UID2 integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
25
+
For a summary of all integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
Copy file name to clipboardExpand all lines: docs/guides/snowflake_integration.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
@@ -18,7 +18,7 @@ The following listings for UID2 are available on the Snowflake marketplace:
18
18
- For data providers: [Unified ID 2.0: Data Provider Identity Solution](https://app.snowflake.com/marketplace/listing/GZT0ZRYXTN0/unified-id-2-0-unified-id-2-0-data-provider-identity-solution?originTab=provider&providerName=Unified+ID+2.0)
19
19
20
20
:::tip
21
-
For a summary of UID2 integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
21
+
For a summary of all integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
Copy file name to clipboardExpand all lines: i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-advertiser-dataprovider-endpoints.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
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Advertiser/Data Provider Integration by Calling to HTTP Endpoints
2
+
title: Advertiser/Data Provider Integration Directly to HTTP Endpoints
3
3
sidebar_label: HTTP Endpoints
4
-
description: Integration for organizations that collect user data and push it to other participants.
4
+
description: Integration for organizations that collect user data and push it to other participants, coding to HTTP endpoints rather than an SDK or Snowflake.
5
5
hide_table_of_contents: false
6
6
sidebar_position: 07
7
7
displayed_sidebar: sidebarAdvertisers
8
8
---
9
9
10
10
import Link from '@docusaurus/Link';
11
11
12
-
# Advertiser/Data Provider Integration By Calling HTTP Endpoints
12
+
# Advertiser/Data Provider Integration Directly to HTTP Endpoints
13
13
14
14
This guide covers integration steps for advertisers and data providers to integration by writing code to call UID2 HTTP endpoints, rather than using another implementation options such as an SDK, Snowflake, or AWS Entity Resolution.
15
15
16
16
:::tip
17
-
For a summary of UID2 integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
17
+
For a summary of all integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).
Copy file name to clipboardExpand all lines: i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-advertiser-dataprovider-overview.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,19 @@ There are other ways that you can use UID2, outside these use cases. These are j
31
31
- **Send in conversions**: You can send UID2s as conversion information that can be used for measurement (attribution) or retargeting via API or pixels
32
32
- **Receive graph data**: You can receive UID2s from graph/data providers via API or pixels. -->
33
33
34
+
## Summary of Implementation Options
35
+
36
+
The following table shows the implementation options that are available for advertisers and data providers, for each of the high-level steps. Some steps are managed solely as part of your own custom implementation; some steps can be managed by one or more of the UID2 implementation options available. Click through on each option for applicable documentation.
37
+
38
+
| High-Level Step | Implementation Options |
39
+
| --- | --- |
40
+
| 1. Generate a raw UID2 | Any of the following options:<ul><li>Python SDK: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li>Raw HTTP endpoint: <Linkhref="../endpoints/post-identity-map">POST /identity/map</Link></li><li>Snowflake: see <Linkhref="snowflake_integration">Snowflake Integration Guide</Link>, section titled <Linkhref="snowflake_integration#map-dii">Map DII</Link></li><li>AWS Entity Resolution: see <Linkhref="integration-aws-entity-resolution">AWS Entity Resolution Integration Guide</Link></li></ul> |
41
+
| 2. Manipulate or combine raw UID2s | Custom (your choice) |
42
+
| 3. Use the raw UID2s | Custom (your choice) |
43
+
| 4. Store raw UID2s and salt bucket IDs | Custom (your choice) |
44
+
| 5. Monitor for salt bucket rotation | Any of the following options:<ul><li>Python SDK: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li>Raw HTTP endpoint: <Linkhref="../endpoints/post-identity-buckets">POST /identity/buckets</Link></li><li>Snowflake: 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></ul> |
45
+
| 6. Monitor for opt-out status | API call to the [POST /optout/status](../endpoints/post-optout-status.md) endpoint: see [Check Opt-Out Status](#check-opt-out-status)|
46
+
34
47
## High-Level Steps
35
48
36
49
At a high level, the steps for advertisers and data providers integrating with UID2 are as follows:
@@ -52,19 +65,6 @@ At a high level, the steps for advertisers and data providers integrating with U
52
65
53
66
6. Periodically, monitor for opt-out status, to be sure that you don't continue using UID2s for users that have recently opted out. For details, see [Check Opt-Out Status](#check-opt-out-status).
54
67
55
-
## Summary of Implementation Options
56
-
57
-
The following table shows the implementation options that are available for advertisers and data providers, for each of the high-level steps. Some steps are managed solely as part of your own custom implementation; some steps can be managed by one or more of the UID2 implementation options available. Click through on each option for applicable documentation.
58
-
59
-
| High-Level Step | Implementation Options |
60
-
| --- | --- |
61
-
| 1. Generate a raw UID2 | Any of the following options:<ul><li>Python SDK: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li>Raw HTTP endpoint: <Linkhref="../endpoints/post-identity-map">POST /identity/map</Link></li><li>Snowflake: see <Linkhref="snowflake_integration">Snowflake Integration Guide</Link>, section titled <Linkhref="snowflake_integration#map-dii">Map DII</Link></li><li>AWS Entity Resolution: see <Linkhref="integration-aws-entity-resolution">AWS Entity Resolution Integration Guide</Link></li></ul> |
62
-
| 2. Manipulate or combine raw UID2s | Custom (your choice) |
63
-
| 3. Use the raw UID2s | Custom (your choice) |
64
-
| 4. Store raw UID2s and salt bucket IDs | Custom (your choice) |
65
-
| 5. Monitor for salt bucket rotation | Any of the following options:<ul><li>Python SDK: see <Linkhref="../sdks/sdk-ref-python">SDK for Python Reference Guide</Link></li><li>Raw HTTP endpoint: <Linkhref="../endpoints/post-identity-buckets">POST /identity/buckets</Link></li><li>Snowflake: 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></ul> |
66
-
| 6. Monitor for opt-out status | API call to the [POST /optout/status](../endpoints/post-optout-status.md) endpoint: see [Check Opt-Out Status](#check-opt-out-status)|
67
-
68
68
## Integration Diagram
69
69
70
70
The following diagram outlines the steps that data collectors must complete to map DII to raw UID2s for audience building and targeting.
0 commit comments