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-javascript-client-server.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
@@ -121,7 +121,7 @@ For an example of what a UID2 token might look like in the bidstream, when it's
121
121
```
122
122
123
123
:::info
124
-
You need to consider how you pass the returned advertising token to SSPs. With some other approaches to client-side UID2 implementation, such as using `Prebid.js` (see [UID2 Integration Overview for Prebid.js](integration-prebid.md)) or Google Ad Manager Secure Signals (see [Google Ad Manager Secure Signals Integration Guide](integration-google-ss.md)), the implementation includes functions that manage passing the returned advertising token. If you're using the SDK for JavaScript you'll need to manage this yourself.
124
+
You need to consider how you pass the returned advertising token to SSPs. With some other approaches to client-side UID2 implementation, such as using `Prebid.js` (see [UID2 Integration Overview for Prebid](integration-prebid.md)) or Google Ad Manager Secure Signals (see [Google Ad Manager Secure Signals Integration Guide](integration-google-ss.md)), the implementation includes functions that manage passing the returned advertising token. If you're using the SDK for JavaScript you'll need to manage this yourself.
Copy file name to clipboardExpand all lines: docs/guides/integration-prebid.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: UID2 Integration Overview for Prebid.js
3
-
sidebar_label: UID2 Integration Overview for Prebid.js
4
-
pagination_label: UID2 Integration Overview for Prebid.js
5
-
description: Overview of options for integrating with Prebid.js as part of your UID2 implementation.
2
+
title: UID2 Integration Overview for Prebid
3
+
sidebar_label: UID2 Integration Overview for Prebid
4
+
pagination_label: UID2 Integration Overview for Prebid
5
+
description: Overview of options for integrating with Prebid as part of your UID2 implementation.
6
6
hide_table_of_contents: false
7
7
sidebar_position: 04
8
8
displayed_sidebar: sidebarPublishers
@@ -13,7 +13,7 @@ import StoreUID2TokenInBrowser from '/docs/snippets/_prebid-storing-uid2-token-i
13
13
14
14
# UID2 Integration Overview for Prebid
15
15
16
-
This guide is an overview of integration options for publishers who want to integrate with UID2 and generate <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> (advertising tokens) to be passed by Prebid.js or Prebid Mobile SDK in the RTB <Linkhref="../ref-info/glossary-uid#gl-bidstream">bidstream</Link>.
16
+
This guide is an overview of integration options for publishers who want to integrate with UID2 and generate <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB <Linkhref="../ref-info/glossary-uid#gl-bidstream">bidstream</Link>.
17
17
18
18
## Prebid.js Support for Web
19
19
@@ -30,6 +30,8 @@ For additional flexibility, UID2 also provides alternative methods for some of t
30
30
UID2 is not designed to be used where GDPR applies. The module checks the consent data that's passed in, and does not operate if the `gdprApplies` flag is set to `true`.
31
31
:::
32
32
33
+
<!-- GDPR statement difference for UID2/EUID | UID2 is not designed to be used where GDPR applies | EUID is designed to be used only where GDPR applies. -->
34
+
33
35
### Generating the UID2 Token
34
36
35
37
Depending on access to DII, there are two methods to generate UID2 tokens for use with Prebid.js, as shown in the following table.
Copy file name to clipboardExpand all lines: docs/guides/summary-guides.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import Link from '@docusaurus/Link';
12
12
13
13
# UID2 Integration Guides: Summary
14
14
15
-
The following guides provide integration instructions based on the needs and requirements of your organization and its primary role as a publisher, DSP, or data provider/advertiser. As a UID2 participant, you may also integrate via Enterprise Partners that enable engaging with an Open Operator service and hosting of a Private Operator service.
15
+
The following guides provide integration instructions based on the needs and requirements of your organization and its primary role as a publisher, DSP, or data provider/advertiser. As a UID2 participant, you can also integrate via Enterprise Partners that enable engaging with an Open Operator service and hosting of a Private Operator service.
16
16
17
17
Integrations fall into these categories:
18
18
@@ -41,7 +41,7 @@ For a detailed summary of web integration options, see [Web Integration Overview
41
41
42
42
| Integration Guide | Content Description |
43
43
| :--- | :--- |
44
-
|[UID2 Integration Overview for Prebid](integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokensto be passed by Prebid.js and Prebid Mobile SDK in the RTB <Linkhref="../ref-info/glossary-uid#gl-bidstream">bidstream</Link>. |
44
+
|[UID2 Integration Overview for Prebid](integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> (advertising tokens) to be passed by Prebid.js and the Prebid Mobile SDK in the RTB <Linkhref="../ref-info/glossary-uid#gl-bidstream">bidstream</Link>. |
45
45
|[UID2 Client-Side Integration Guide for Prebid.js](integration-prebid-client-side.md)| An integration guide for publishers who want to integrate with UID2 and want Prebid.js to manage token generation and automatic token refresh as well as passing the tokens into the RTB bidstream. This guide is for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach. |
46
46
|[UID2 Client-Server Integration Guide for Prebid.js](integration-prebid-client-server.md)| An integration guide for publishers who want to integrate with UID2 and generate identity tokens to be passed by Prebid.js in the RTB bidstream. This guide is for publishers who are using a private operator or who want to generate tokens server-side. |
47
47
|[UID2 Integration Overview for JavaScript](integration-javascript.md)| An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
@@ -58,23 +58,23 @@ The following resources are available for publishers integrating with Android or
58
58
| :--- | :--- |
59
59
|[Mobile Integration Overview for Android and iOS](integration-mobile-overview.md)| An overview of options for mobile app publishers who want to integrate with UID2 using the SDK for Android or the SDK for iOS. |
60
60
|[Client-Side Integration Guide for Mobile](integration-mobile-client-side.md)| An integration guide for mobile app publishers who want to integrate with UID2 with changes only within the mobile app (no server-side changes). |
61
-
|[Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md)| An integration guide for mobile app publishers who want to integrate with UID2 by doing the following:<ol><li>Generating UID2 tokens server-side via either a Public or Private Operator.</li><li>Passing the resulting <Linkhref="../ref-info/glossary-uid#gl-identity">identities</Link> to a mobile app for passing into the bidstream.</li></ol> |
61
+
|[Client-Server Integration Guide for Mobile](integration-mobile-client-server.md)| An integration guide for mobile app publishers who want to integrate with UID2 by doing the following:<ol><li>Generating UID2 tokens server-side via either a Public or Private Operator.</li><li>Passing the resulting <Linkhref="../ref-info/glossary-uid#gl-identity">identities</Link> to a mobile app for passing into the bidstream.</li></ol> |
62
62
63
63
### CTV Integrations
64
64
65
65
The following resources are available for publisher integrations supporting CTV.
66
66
67
67
| Integration Guide | Content Description |
68
68
| :--- | :--- |
69
-
|[CTV Integration Guide](../guides/integration-ctv-guide.md)| A summary of CTV integration options, with links to additional information and instructions. |
69
+
|[CTV Integration Guide](integration-ctv-guide.md)| A summary of CTV integration options, with links to additional information and instructions. |
70
70
71
71
### Prebid Integrations
72
72
73
73
The following resources are available for publishers integrating with Prebid.
74
74
75
75
| Integration Guide | Content Description |
76
76
| :--- | :--- |
77
-
|[UID2 Integration Overview for Prebid](integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or Prebid Mobile SDK in the RTB bidstream. |
77
+
|[UID2 Integration Overview for Prebid](integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
78
78
|[UID2 Client-Side Integration Guide for Prebid.js](integration-prebid-client-side.md)| An integration guide for publishers who want to integrate with UID2 and want Prebid.js to manage token generation and automatic token refresh as well as passing the tokens into the RTB bidstream. This guide is for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach. |
79
79
|[UID2 Client-Server Integration Guide for Prebid.js](integration-prebid-client-server.md)| An integration guide for publishers who want to integrate with UID2 and generate identity tokens to be passed by Prebid.js in the RTB bidstream. This guide is for publishers who are using a private operator or who want to generate tokens server-side. |
80
80
|[UID2 Mobile Integration for Prebid.js](integration-prebid-mobile-summary.md)| A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
@@ -108,8 +108,8 @@ The following resources are available for DSPs integrating with UID2.
108
108
109
109
| Integration Guide | Content Description |
110
110
| :--- | :--- |
111
-
|[DSP Integration Guide](../guides/dsp-guide.md)| This integration guide for DSPs covers handling UID2s for bidding and honoring user opt-outs. |
112
-
|[DSP Direct Integration Instructions](../guides/integration-dsp-no-sdk.md)| Instructions for DSPs who prefer to integrate without using one of the UID2 SDKs. |
111
+
|[DSP Integration Guide](dsp-guide.md)| This integration guide for DSPs covers handling UID2s for bidding and honoring user opt-outs. |
112
+
|[DSP Direct Integration Instructions](integration-dsp-no-sdk.md)| Instructions for DSPs who prefer to integrate without using one of the UID2 SDKs. |
| Prebid (Overview) |[UID2 Integration Overview for Prebid](../guides/integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or Prebid Mobile SDK in the RTB bidstream. |
108
-
| Prebid.js Client-Side Integration |[UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)| A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following: <ul><li>Token generation and <ahref="../ref-info/glossary-uid#gl-token-refresh">token refresh</a>.</li><li>Passing the tokens into the RTB bidstream.</li></ul> |
109
-
| Prebid.js Client-Server Integration |[UID2 Client-Server Integration Guide for Prebid.js](../guides/integration-prebid-client-server.md)| A guide for publishers who want to integrate with UID2 and generate <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> (advertising tokens) to be passed by Prebid.js in the RTB bidstream, but want to generate tokens server-side: for example, publishers who are using a <Linkhref="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link>. |
110
-
| JavaScript (Overview) |[UID2 Integration Overview for JavaScript](../guides/integration-javascript.md)| An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
111
-
| JavaScript Client-Side Integration |[Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md)| A guide for publishers who want to integrate with UID2 using only client-side JavaScript changes, which is the easiest implementation approach.<br/>The SDK for JavaScript manages token generation and token refresh automatically. |
| Prebid (Overview) |[UID2 Integration Overview for Prebid](../guides/integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
108
+
| Prebid.js Client-Side Integration |[UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)| A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following: <ul><li>Token generation and <ahref="../ref-info/glossary-uid#gl-token-refresh">token refresh</a>.</li><li>Passing the tokens into the RTB bidstream.</li></ul> |
109
+
| Prebid.js Client-Server Integration |[UID2 Client-Server Integration Guide for Prebid.js](../guides/integration-prebid-client-server.md)| A guide for publishers who want to integrate with UID2 and generate <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> (advertising tokens) to be passed by Prebid.js in the RTB bidstream, but want to generate tokens server-side: for example, publishers who are using a <Linkhref="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link>. |
110
+
| JavaScript (Overview) |[UID2 Integration Overview for JavaScript](../guides/integration-javascript.md)| An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
111
+
| JavaScript Client-Side Integration |[Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md)| A guide for publishers who want to integrate with UID2 using only client-side JavaScript changes, which is the easiest implementation approach.<br/>The SDK for JavaScript manages token generation and token refresh automatically. |
112
112
| JavaScript Client-Server Integration |[Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server.md)| A publisher guide covering standard web integration scenarios that use the SDK for JavaScript and require tokens to be generated on the server side and passed to the publisher web pages. |
113
-
| Server-Side Integration |[Publisher Integration Guide, Server-Side](../guides/integration-publisher-server-side.md)| A guide for publishers who do not use the [SDK for JavaScript](../sdks/sdk-ref-javascript.md). |
114
-
| Publisher/SSP Integration with GAM |[Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss.md)| A guide covering the additional steps needed for publishers using UID2 with the Google Ad Manager Secure Signals feature (previously known as Encrypted Signals for Publishers, ESP). |
113
+
| Server-Side Integration |[Publisher Integration Guide, Server-Side](../guides/integration-publisher-server-side.md)| A guide for publishers who do not use the [SDK for JavaScript](../sdks/sdk-ref-javascript.md). |
114
+
| Publisher/SSP Integration with GAM |[Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss.md)| A guide covering the additional steps needed for publishers using UID2 with the Google Ad Manager Secure Signals feature (previously known as Encrypted Signals for Publishers, ESP). |
115
115
116
116
### Mobile Integrations
117
117
@@ -137,12 +137,12 @@ The following resources are available for publisher integrations supporting CTV.
137
137
138
138
The following resources are available for publishers integrating with Prebid.
| Prebid (Overview) |[UID2 Integration Overview for Prebid](../guides/integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or Prebid Mobile SDK in the RTB bidstream. |
143
-
| Prebid.js Client-Side Integration |[UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)| A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following: <ul><li>Token generation and token refresh.</li><li>Passing the tokens into the RTB bidstream.</li></ul> |
| Prebid (Overview) |[UID2 Integration Overview for Prebid](../guides/integration-prebid.md)| An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
143
+
| Prebid.js Client-Side Integration |[UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)| A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following: <ul><li>Token generation and token refresh.</li><li>Passing the tokens into the RTB bidstream.</li></ul> |
144
144
| Prebid.js Client-Server Integration |[UID2 Client-Server Integration Guide for Prebid.js](../guides/integration-prebid-client-server.md)| A guide for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js in the RTB bidstream, but want to generate tokens server-side: for example, publishers who are using a Private Operator. |
145
-
| Prebid.js on Mobile |[UID2 Mobile Integration for Prebid.js](../guides/integration-prebid-mobile-summary.md)| A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
145
+
| Prebid.js on Mobile |[UID2 Mobile Integration for Prebid.js](../guides/integration-prebid-mobile-summary.md)| A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
0 commit comments