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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

- 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).
- 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).
- Via the server-only (custom) integration workflow, by building a direct integration without using the UID2 SDK.

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.
Expand Down
2 changes: 1 addition & 1 deletion publisher/server_only/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[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).

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).
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).

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

Expand Down
4 changes: 2 additions & 2 deletions publisher/standard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UID2 SDK Integration Example

[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).
[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).

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

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

## Test the Example Application

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).
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).

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

Expand Down
2 changes: 1 addition & 1 deletion publisher/standard/views/intro.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>UID2 SDK Integration Example</h1>
<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>
<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>
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>UID2 SDK Integration Example</h1>
<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>
<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>
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>