Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/endpoints/post-identity-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import POSTIdentityMapImprovements from '../snippets/_post-identity-map-improvements-v3.mdx';
import SnptPOSTIdentityMapImprovements from '../snippets/_snpt-post-identity-map-improvements-v3.mdx';

# POST /identity/map

Expand Down Expand Up @@ -207,7 +207,7 @@ The following sections provide general information and guidance for migrating to

### Version 3 Improvements

<POSTIdentityMapImprovements />
<SnptPOSTIdentityMapImprovements />

### Key Differences Between v2 and v3

Expand Down
4 changes: 2 additions & 2 deletions docs/endpoints/post-token-generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import IdentityGenerateResponse from '../snippets/_example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# POST /token/generate

Expand Down Expand Up @@ -108,7 +108,7 @@ This section includes the following sample responses:

A successful decrypted response returns the user's advertising and refresh tokens for the specified email address, phone number, or the respective hash.

<IdentityGenerateResponse />
<SnptIdentityGenerateResponse />

#### Optout

Expand Down
4 changes: 2 additions & 2 deletions docs/endpoints/post-token-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import IdentityGenerateResponse from '../snippets/_example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# POST /token/refresh

Expand Down Expand Up @@ -69,7 +69,7 @@ This section includes the following sample responses:

If all values are valid and the user has not opted out, the response is successful and a new UID2 token is returned, with associated values. The following example shows a decrypted successful response with tokens:

<IdentityGenerateResponse />
<SnptIdentityGenerateResponse />

#### Successful Response With Opt-Out

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/gs-encryption-decryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: docs
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Link from '@docusaurus/Link';
import IdentityGenerateResponse from '../snippets/_example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# Encrypting Requests and Decrypting Responses

Expand Down Expand Up @@ -105,7 +105,7 @@ The following table describes the field layout for response decryption code.

For example, a decrypted response to the [POST&nbsp;/token/generate](../endpoints/post-token-generate.md) request for an email address might look like this:

<IdentityGenerateResponse />
<SnptIdentityGenerateResponse />

## Encryption and Decryption Code Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/gs-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import ExampleTokenInBidstream from '../snippets/_example-token-in-bidstream.mdx';
import SnptExampleTokenInBidstream from '../snippets/_snpt-example-token-in-bidstream.mdx';

# Frequently Asked Questions

Expand Down Expand Up @@ -156,7 +156,7 @@ The UID2 service encrypts UID2 tokens using random initialization vectors. The U

There are many ways to approach UID2 implementation. Here is one example of a code snippet showing how a UID2 token is passed in the <Link href="../ref-info/glossary-uid#gl-bidstream">bidstream</Link>:

<ExampleTokenInBidstream />
<SnptExampleTokenInBidstream />

#### Can I integrate UID2 with Single Sign-On (SSO)?

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/integration-ctv-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
import SnptPrivateOperatorOption from '../snippets/_snpt-private-operator-option.mdx';

# CTV Integration Guide

Expand All @@ -27,11 +27,11 @@ To determine how you'll implement these steps, choose from the [CTV Integration

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Private Operator Option

<PrivateOperatorOption/>
<SnptPrivateOperatorOption />

## Complete UID2 Account Setup and Configure Account

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/integration-google-ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# Google Ad Manager Secure Signals Integration Guide

Expand Down Expand Up @@ -84,7 +84,7 @@ If you want to use Secure Signals with Prebid.js, you must complete both these a

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Publisher Integration

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/integration-javascript-client-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import ExampleClientServerSendUid2ToSdk from '../snippets/_example-client-server-send-uid2-to-sdk.mdx';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptExampleClientServerSendUid2ToSdk from '../snippets/_snpt-example-client-server-send-uid2-to-sdk.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# Client-Server Integration Guide for JavaScript

Expand Down Expand Up @@ -50,7 +50,7 @@ If you are using Google Ad Manager and want to use the secure signals feature, f

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Complete UID2 Account Setup and Configure Account

Expand Down Expand Up @@ -109,7 +109,7 @@ For security reasons, the API key and secret used in token generation must be ca

The following code examples illustrate steps 1-f and 1-g, in JavaScript and TypeScript.

<ExampleClientServerSendUid2ToSdk />
<SnptExampleClientServerSendUid2ToSdk />

The SDK invokes the specified [callback function](../sdks/sdk-ref-javascript.md#callback-function) (which indicates the identity availability) and makes the established identity available client-side for bidding.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/integration-javascript-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# Client-Side Integration Guide for JavaScript

Expand Down Expand Up @@ -67,7 +67,7 @@ For a sample implementation, see this example:

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Complete UID2 Account Setup and Configure Account

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/integration-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# UID2 Integration Overview for JavaScript

Expand All @@ -29,7 +29,7 @@ For additional flexibility, UID2 also provides alternative methods for some of t

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Client-Side or Client-Server Integration

Expand Down
24 changes: 12 additions & 12 deletions docs/guides/integration-mobile-client-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ExampleAdvertisingToken from '../snippets/_example-advertising-token.mdx';
import EnableLogging from '../snippets/_mobile-docs-enable-logging.mdx';
import GMAIMA_Plugins from '../snippets/_mobile_docs_gmaima-plugin-gss.mdx';
import PrebidMobileSDK from '../snippets/_mobile_docs_prebid-mobile.mdx';
import ErrorResponseStates from '../snippets/_mobile-docs-error-response-states.mdx';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptExampleAdvertisingToken from '../snippets/_snpt-example-advertising-token.mdx';
import SnptEnableLogging from '../snippets/_snpt-mobile-docs-enable-logging.mdx';
import SnptGMAIMA_Plugins from '../snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx';
import SnptPrebidMobileSDK from '../snippets/_snpt-mobile_docs_prebid-mobile.mdx';
import SnptErrorResponseStates from '../snippets/_snpt-mobile-docs-error-response-states.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# UID2 Client-Server Integration Guide for Mobile

Expand Down Expand Up @@ -59,7 +59,7 @@ For instructions for installing the correct SDK/version into your mobile app, se

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Complete UID2 Account Setup and Configure Account

Expand Down Expand Up @@ -246,7 +246,7 @@ UID2Manager.shared.getAdvertisingToken()

If a successful identity was added into the UID2Manager, this method returns a string such as the following:

<ExampleAdvertisingToken />
<SnptExampleAdvertisingToken />

You can use this identity to pass downstream for sending in the RTB bidstream.

Expand Down Expand Up @@ -288,7 +288,7 @@ On startup/resumption of the app, if `getAdvertisingToken()` returns `null`, it

## Enable Logging

<EnableLogging />
<SnptEnableLogging />

## Enable Automatic Token Refresh in Mobile App/Client Side

Expand Down Expand Up @@ -321,7 +321,7 @@ UID2Manager.shared.automaticRefreshEnabled = false

## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration

<GMAIMA_Plugins />
<SnptGMAIMA_Plugins />

## Optional: UID2 Integration with Prebid Mobile SDK

Expand All @@ -331,8 +331,8 @@ The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID
If you are using Prebid Mobile SDK v3, version 2.0.0 of the UID2 SDK for Android or iOS is required.
:::

<PrebidMobileSDK />
<SnptPrebidMobileSDK />

## Error Response States

<ErrorResponseStates />
<SnptErrorResponseStates />
24 changes: 12 additions & 12 deletions docs/guides/integration-mobile-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ExampleAdvertisingToken from '../snippets/_example-advertising-token.mdx';
import EnableLogging from '../snippets/_mobile-docs-enable-logging.mdx';
import GMAIMA_Plugins from '../snippets/_mobile_docs_gmaima-plugin-gss.mdx';
import PrebidMobileSDK from '../snippets/_mobile_docs_prebid-mobile.mdx';
import ErrorResponseStates from '../snippets/_mobile-docs-error-response-states.mdx';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptExampleAdvertisingToken from '../snippets/_snpt-example-advertising-token.mdx';
import SnptEnableLogging from '../snippets/_snpt-mobile-docs-enable-logging.mdx';
import SnptGMAIMA_Plugins from '../snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx';
import SnptPrebidMobileSDK from '../snippets/_snpt-mobile_docs_prebid-mobile.mdx';
import SnptErrorResponseStates from '../snippets/_snpt-mobile-docs-error-response-states.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# UID2 Client-Side Integration Guide for Mobile

Expand Down Expand Up @@ -194,7 +194,7 @@ If necessary, you can also change the default Subscription ID and public key to

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Complete UID2 Account Setup and Configure Account

Expand Down Expand Up @@ -595,7 +595,7 @@ UID2Manager.shared.getAdvertisingToken()

If successful, this method call returns the token&#8212;a non-null string object such as the following:

<ExampleAdvertisingToken />
<SnptExampleAdvertisingToken />

You can use this token to pass downstream for sending in the RTB bidstream.

Expand Down Expand Up @@ -728,11 +728,11 @@ If the response status indicates that the DII has been opted out of UID2, you mi

## Enable Logging

<EnableLogging />
<SnptEnableLogging />

## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration

<GMAIMA_Plugins />
<SnptGMAIMA_Plugins />

## Optional: UID2 Integration with Prebid Mobile SDK

Expand All @@ -742,8 +742,8 @@ The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID
If you are using Prebid Mobile SDK v3, version 2.0.0 of the UID2 SDK for Android or iOS is required.
:::

<PrebidMobileSDK />
<SnptPrebidMobileSDK />

## Error Response States

<ErrorResponseStates />
<SnptErrorResponseStates />
4 changes: 2 additions & 2 deletions docs/guides/integration-mobile-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: sidebarPublishers
---

import Link from '@docusaurus/Link';
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';

# UID2 Mobile Integration Overview for Android and iOS

Expand All @@ -31,7 +31,7 @@ For additional flexibility, UID2 also provides alternative methods for some of t

## Integrating with Single Sign-On (SSO)

<IntegratingWithSSO />
<SnptIntegratingWithSSO />

## Integration Overview: High-Level Steps

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/integration-options-private-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
import SnptRotatingTheKeys from '../snippets/_private-operator-rotating-the-keys.mdx';
import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy.mdx';
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';

# UID2 Private Operator Integration Overview

Expand Down Expand Up @@ -92,7 +92,7 @@ For information about supported versions and deprecation dates, see [Private Ope

## Private Operator Upgrade Policy

<UpgradePolicy />
<SnptUpgradePolicy />

## Keeping the Operator Key Secure

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/integration-options-publisher-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ displayed_sidebar: sidebarPublishers
---

import Link from '@docusaurus/Link';
import PublisherImplementationResources from '../snippets/_publisher-implementation-resources.mdx';
import SnptPublisherImplementationResources from '../snippets/_snpt-publisher-implementation-resources.mdx';

# Publisher Integration Resources

<PublisherImplementationResources/>
<SnptPublisherImplementationResources/>
Loading
Loading