Skip to content

Commit

Permalink
update mentions of partner to participant in sharing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
genwhittTTD committed Oct 19, 2023
1 parent 959333e commit d7b1e2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/portal/portal-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The UID2 Portal is your one-stop shop for setting up and configuring your UID2 a

- Request an account, configure basic account information such as name and location, and log in for the first time: see Getting Started with the UID2 Portal](portal-getting-started.md).
- Review your profile: see [Participant Information](participant-info.md).
- Configure individual sharing partners or groups of sharing partners: see [Sharing Permissions](sharing-permissions.md).
- Configure individual sharing participants or groups of sharing participants: see [Sharing Permissions](sharing-permissions.md).
- Add team members who will have permission to manage your account: see [Team Members](team-members.md).
- Set up designated email contacts who will be notified of news or updates: see [Email Contacts](email-contacts.md).

Expand Down
8 changes: 4 additions & 4 deletions docs/portal/sharing-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ Accepting the recommendations is the fastest and easiest way to configure your s

For example, let's say you choose to share with all of 20 existing DSPs. The next day, when DSP 21 signs up for sharing, DSP 21 will automatically have permission to decrypt data that you send. To share with DSP 21, just send one or more UID2 tokens, and DSP 21 will be able to decrypt the tokens into raw UID2s. Because you chose automatic sharing, you do not need to log in to explicitly update your sharing permissions to include DSP 21, or any future DSPs that sign up for the UID2 ecosystem.

If you prefer, you can set up individual sharing relationships with one or more sharing partners.
If you prefer, you can set up individual sharing relationships with one or more sharing participants.

## Using Search to Add Sharing Relationships

If you prefer to create specific sharing relationships, click **Search and Add Permissions** to find sharing partners and add them.
If you prefer to create specific sharing relationships, click **Search and Add Permissions** to find sharing participants and add them.

The following filters are available on the list of available sharing partners:
The following filters are available on the list of available sharing participants:
- Publishers
- Advertisers
- Data Providers
- DSPs

>NOTE: When you manually create your sharing relationships using the search feature, you create current permissions, but not future ones. The only way to configure your sharing permissions to include future participants is to accept the recommendations. Alternatively, to add future participants, you must log in to the UID2 Portal again and search for the additional sharing partners.
>NOTE: When you manually create your sharing relationships using the search feature, you create current permissions, but not future ones. The only way to configure your sharing permissions to include future participants is to accept the recommendations. Alternatively, to add future participants, you must log in to the UID2 Portal again and search for the additional sharing participants.
## Steps for Granting Sharing Permission

Expand Down
4 changes: 2 additions & 2 deletions docs/sharing/sharing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ In UID2, sharing is a process for distributing [raw UID2s](../ref-info/glossary-

The UID2 sender specifies which receivers can decrypt their UID2 tokens, by configuring permissions in the [UID2 Portal](/docs/category/uid2-portal). When a sender grants permission to a receiver for UID2 sharing, the sender's decryption keys are shared with the receiver via a UID2 SDK. As part of sharing, the UID2 SDKs and APIs take care of the encryption and decryption.

For example, let's say that an advertiser (sender) wants to share raw UID2s with a trusted sharing partner who is a UID2 DSP, for segment creation via an API. Using sharing, the advertiser first enables the DSP with sharing permission via the UID2 Portal. The advertiser then encrypts the raw UID2s into UID2 tokens and sends them securely to the DSP (receiver). The DSP, who is also taking part in sharing, has access to the advertiser's decryption keys (through the UID2 Portal sharing permissions setup), and can therefore decrypt the UID2 tokens into raw UID2s for segment creation.
For example, let's say that an advertiser (sender) wants to share raw UID2s with a trusted sharing participant who is a UID2 DSP, for segment creation via an API. Using sharing, the advertiser first enables the DSP with sharing permission via the UID2 Portal. The advertiser then encrypts the raw UID2s into UID2 tokens and sends them securely to the DSP (receiver). The DSP, who is also taking part in sharing, has access to the advertiser's decryption keys (through the UID2 Portal sharing permissions setup), and can therefore decrypt the UID2 tokens into raw UID2s for segment creation.

Both the UID2 sender and receiver must create an account in order to take part in sharing. Without an account, a UID2 participant is not displayed in the list of sharing partners in the UID2 Portal.
Both the UID2 sender and receiver must create an account in order to take part in sharing. Without an account, a UID2 participant is not displayed in the list of sharing participants in the UID2 Portal.

There are many scenarios for sharing. For additional examples, see [Sharing UID2s: Use Cases](sharing-use-cases.md).

Expand Down
4 changes: 2 additions & 2 deletions docs/sharing/sharing-use-cases.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Use Cases
description: Use cases for sharing UID2s with partner participants.
description: Use cases for sharing UID2s with other participants.
hide_table_of_contents: false
sidebar_position: 03
---

# Sharing UID2s: Use Cases

The secure sharing workflow allows you to share raw UID2s securely with trusted partners in many different ways. For example, here are some sample scenarios where a sender wants to share UID2s with a receiver:
The secure sharing workflow allows you to share raw UID2s securely with trusted participants in many different ways. For example, here are some sample scenarios where a sender wants to share UID2s with a receiver:

- A publisher (sender) sends a UID2 token via the bid stream to a DSP (receiver). For details, see [Sharing in the Bid Stream](sharing-bid-stream.md).
- A measurement partner (sender) sends a UID2 token to an advertiser (receiver) via Amazon Simple Storage Service (S3).
Expand Down

0 comments on commit d7b1e2d

Please sign in to comment.