Skip to content

Commit 142de2c

Browse files
authored
Merge pull request #952 from IABTechLab/gwh-APIDOCS-3430-02-uid2-rename-snippets
rename snippets to consistent naming convention
2 parents 0ff3f82 + 4b51382 commit 142de2c

File tree

99 files changed

+235
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+235
-225
lines changed

docs/endpoints/post-identity-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ displayed_sidebar: docs
77
---
88

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

1212
# POST /identity/map
1313

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

208208
### Version 3 Improvements
209209

210-
<POSTIdentityMapImprovements />
210+
<SnptPOSTIdentityMapImprovements />
211211

212212
### Key Differences Between v2 and v3
213213

docs/endpoints/post-token-generate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ displayed_sidebar: docs
77
---
88

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

1212
# POST /token/generate
1313

@@ -108,7 +108,7 @@ This section includes the following sample responses:
108108

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

111-
<IdentityGenerateResponse />
111+
<SnptIdentityGenerateResponse />
112112

113113
#### Optout
114114

docs/endpoints/post-token-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ displayed_sidebar: docs
77
---
88

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

1212
# POST /token/refresh
1313

@@ -69,7 +69,7 @@ This section includes the following sample responses:
6969

7070
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:
7171

72-
<IdentityGenerateResponse />
72+
<SnptIdentityGenerateResponse />
7373

7474
#### Successful Response With Opt-Out
7575

docs/getting-started/gs-encryption-decryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ displayed_sidebar: docs
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111
import Link from '@docusaurus/Link';
12-
import IdentityGenerateResponse from '../snippets/_example-identity-generate-response.mdx';
12+
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
1313

1414
# Encrypting Requests and Decrypting Responses
1515

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

106106
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:
107107

108-
<IdentityGenerateResponse />
108+
<SnptIdentityGenerateResponse />
109109

110110
## Encryption and Decryption Code Examples
111111

docs/getting-started/gs-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ displayed_sidebar: docs
77
---
88

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

1212
# Frequently Asked Questions
1313

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

157157
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>:
158158

159-
<ExampleTokenInBidstream />
159+
<SnptExampleTokenInBidstream />
160160

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

docs/guides/integration-ctv-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ displayed_sidebar: docs
99
---
1010

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

1515
# CTV Integration Guide
1616

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

2828
## Integrating with Single Sign-On (SSO)
2929

30-
<IntegratingWithSSO />
30+
<SnptIntegratingWithSSO />
3131

3232
## Private Operator Option
3333

34-
<PrivateOperatorOption/>
34+
<SnptPrivateOperatorOption />
3535

3636
## Complete UID2 Account Setup and Configure Account
3737

docs/guides/integration-google-ss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ displayed_sidebar: docs
99
---
1010

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

1414
# Google Ad Manager Secure Signals Integration Guide
1515

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

8585
## Integrating with Single Sign-On (SSO)
8686

87-
<IntegratingWithSSO />
87+
<SnptIntegratingWithSSO />
8888

8989
## Publisher Integration
9090

docs/guides/integration-javascript-client-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ displayed_sidebar: docs
99
---
1010

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

1515
# Client-Server Integration Guide for JavaScript
1616

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

5151
## Integrating with Single Sign-On (SSO)
5252

53-
<IntegratingWithSSO />
53+
<SnptIntegratingWithSSO />
5454

5555
## Complete UID2 Account Setup and Configure Account
5656

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

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

112-
<ExampleClientServerSendUid2ToSdk />
112+
<SnptExampleClientServerSendUid2ToSdk />
113113

114114
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.
115115

docs/guides/integration-javascript-client-side.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ displayed_sidebar: docs
1111
import Link from '@docusaurus/Link';
1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
14-
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
14+
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
1515

1616
# Client-Side Integration Guide for JavaScript
1717

@@ -67,7 +67,7 @@ For a sample implementation, see this example:
6767

6868
## Integrating with Single Sign-On (SSO)
6969

70-
<IntegratingWithSSO />
70+
<SnptIntegratingWithSSO />
7171

7272
## Complete UID2 Account Setup and Configure Account
7373

docs/guides/integration-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ displayed_sidebar: docs
99
---
1010

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

1414
# UID2 Integration Overview for JavaScript
1515

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

3030
## Integrating with Single Sign-On (SSO)
3131

32-
<IntegratingWithSSO />
32+
<SnptIntegratingWithSSO />
3333

3434
## Client-Side or Client-Server Integration
3535

0 commit comments

Comments
 (0)