Skip to content

Commit 1e2a901

Browse files
authored
Merge pull request #13 from IABTechLab/syw-update-guide-urls-to-unifiedid-dot-com
fixe Javascript to JavaScript
2 parents c5378b9 + 3f4f463 commit 1e2a901

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [UID2 framework](https://unifiedid.com/docs/intro) enables publishers to integrate in either of the following ways:
44

5-
- Via the standard integration workflow, using the [UID2 SDK for Javascript](https://unifiedid.com/docs/sdks/client-side-identity) (also known as the UID2 SDK).
5+
- Via the standard integration workflow, using the [UID2 SDK for JavaScript](https://unifiedid.com/docs/sdks/client-side-identity) (also known as the UID2 SDK).
66
- Via the server-only (custom) integration workflow, by building a direct integration without using the UID2 SDK.
77

88
If you are a content publisher interested in generating UID2 tokens for the real-time bidding (RTB) bid stream and want to see how you can use the UID2 services and which integration fits your needs best, you can build and run an example application for each integration.

publisher/server_only/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[This example](https://example-srvonly-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://unifiedid.com/docs/intro) to implement the [custom UID2 integration workflow](https://unifiedid.com/docs/guides/custom-publisher-integration).
44

5-
For an example application using the [UID2 SDK for Javascript](https://unifiedid.com/docs/sdks/client-side-identity), see [UID2 SDK Integration Example](../standard/README.md).
5+
For an example application using the [UID2 SDK for JavaScript](https://unifiedid.com/docs/sdks/client-side-identity), see [UID2 SDK Integration Example](../standard/README.md).
66

77
>NOTE: While the server side of the example application is implemented in JavaScript using node.js, it is not a requirement. You can use any technology of your choice and refer to the example application for illustration of the functionality that needs to be implemented.
88

publisher/standard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UID2 SDK Integration Example
22

3-
[This example](https://example-jssdk-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://unifiedid.com/docs/intro) and the [UID2 SDK for Javascript](https://unifiedid.com/docs/sdks/client-side-identity) to implement the [standard UID2 integration workflow](https://unifiedid.com/docs/guides/publisher-client-side).
3+
[This example](https://example-jssdk-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://unifiedid.com/docs/intro) and the [UID2 SDK for JavaScript](https://unifiedid.com/docs/sdks/client-side-identity) to implement the [standard UID2 integration workflow](https://unifiedid.com/docs/guides/publisher-client-side).
44

55
For an example application without using the UID2 SDK, see [Server-Only UID2 Integration Example](../server_only/README.md).
66

@@ -40,7 +40,7 @@ If needed, to close the application, terminate the docker container or use the `
4040

4141
## Test the Example Application
4242

43-
The example application illustrates the steps documented in the [UID2 SDK Integration Guide](https://unifiedid.com/docs/guides/publisher-client-side). For an overview of the high-level workflow for establishing UID2 identity, API reference, and explanation of the UID2 cookie format, see [UID2 SDK for Javascript](https://unifiedid.com/docs/sdks/client-side-identity).
43+
The example application illustrates the steps documented in the [UID2 SDK Integration Guide](https://unifiedid.com/docs/guides/publisher-client-side). For an overview of the high-level workflow for establishing UID2 identity, API reference, and explanation of the UID2 cookie format, see [UID2 SDK for JavaScript](https://unifiedid.com/docs/sdks/client-side-identity).
4444

4545
The following table outlines and annotates the steps you may take to test and explore the example application.
4646

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>UID2 SDK Integration Example</h1>
2-
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://unifiedid.com/docs/sdks/client-side-identity">UID2 SDK for Javascript</a>
2+
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://unifiedid.com/docs/sdks/client-side-identity">UID2 SDK for JavaScript</a>
33
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
44
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>UID2 SDK Integration Example</h1>
2-
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://unifiedid.com/docs/sdks/client-side-identity">UID2 SDK for Javascript</a>
2+
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://unifiedid.com/docs/sdks/client-side-identity">UID2 SDK for JavaScript</a>
33
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
44
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>

0 commit comments

Comments
 (0)