Skip to content

Commit 8aa59a2

Browse files
committed
minor mods to publisher docs
1 parent b1d9791 commit 8aa59a2

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/guides/integration-ctv-guide.md

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

1010
import Link from '@docusaurus/Link';
1111
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
12+
import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
1213

1314
# CTV Integration Guide
1415

@@ -27,6 +28,10 @@ To determine how you'll implement these steps, choose from the [CTV Integration
2728

2829
<IntegratingWithSSO />
2930

31+
## Private Operator Option
32+
33+
<PrivateOperatorOption/>
34+
3035
## Complete UID2 Account Setup and Configure Account
3136

3237
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-options-publisher-web.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ displayed_sidebar: sidebarPublishers
77
---
88

99
import Link from '@docusaurus/Link';
10+
import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
1011

1112
# Web Integration Overview
1213

@@ -24,6 +25,10 @@ At a high level, to integrate with UID2, you'll implement these three key activi
2425

2526
There are many ways you can accomplish these key steps. The simplest and fastest implementation is a full client-side implementation using Prebid.js 8.21.0 or later.
2627

28+
## Private Operator Option
29+
30+
<PrivateOperatorOption/>
31+
2732
## Integration Options Summary
2833

2934
The following table summarizes the solutions available for each integration step.
@@ -43,6 +48,8 @@ To accomplish all steps, you can combine solutions. For example, you could use t
4348

4449
<!-- &#9989; = Supported | &#8212; = Not Supported -->
4550

51+
## Publisher Web Options Workflow
52+
4653
To choose your implementation and get started, follow these steps:
4754

4855
1. Review the summary of options to generate a UID2 token:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import Link from '@docusaurus/Link';
2+
3+
If you're a publisher and are concerned about keeping your first-party data (emails or telephone numbers) within your corporate network, you might choose to deploy a <Link href="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link>. In this scenario, you choose to host a private instance exclusively for your own use.
4+
5+
For additional information, review these resources:
6+
7+
- [The UID2 Operator](../ref-info/ref-operators-public-private.md)
8+
- [UID2 Private Operator Integration Overview](../guides/integration-options-private-operator.md)
9+
10+
:::note
11+
The UID2 Private Operator solutions do not support client-side generation of the UID2 token. If you want a client-side implementation, you must use a Public Operator solution.
12+
:::

0 commit comments

Comments
 (0)