Skip to content

Commit 9089886

Browse files
committed
additional mods based on meeting with SW
1 parent 092229d commit 9089886

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/cstg/html/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>UID2 Publisher Standard Integration Example</title>
5+
<title>UID2 Publisher Server-Side Integration Example</title>
66
<link rel="stylesheet" type="text/css" href="/stylesheets/app.css" />
77
<link rel="shortcut icon" href="/images/favicon.png" />
88
<script defer src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
@@ -75,7 +75,7 @@
7575
</script>
7676
</head>
7777
<body>
78-
<h1>Client-Side Integration Example, UID2 JavaScript SDK</h1>
78+
<h1>Server-Side Integration Example, UID2 JavaScript SDK</h1>
7979
<!-- TODO: Add introductory text here. -->
8080
<table id="uid2_state">
8181
<tr>

examples/google-secure-signals-integration/server_only/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example demonstrates how a content publisher who is working with [Google Interactive Media Ads(IMA) SDKs](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side) can use [Google Secure Signal](https://support.google.com/admanager/answer/10488752) to share UID2 directly with bidders, in a server-only implementation of UID2.
44

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

77
> NOTE: Although 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 an illustration of the functionality that needs to be implemented.
88

examples/google-secure-signals-integration/server_only/views/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>UID2 Publisher Standard Integration Example</title>
5+
<title>UID2 Publisher Server-Side Integration Example</title>
66
<link rel="stylesheet" type="text/css" href="/stylesheets/app.css" />
77
<link rel="shortcut icon" href="/images/favicon.png" />
88
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

examples/google-secure-signals-integration/with_sdk_v3/views/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>UID2 Publisher Standard Integration Example</title>
5+
<title>UID2 Publisher Server-Side Integration Example</title>
66
<link rel="stylesheet" type="text/css" href="/stylesheets/app.css" />
77
<link rel="stylesheet" type="text/css" href="/stylesheets/style.css" />
88
<link rel="shortcut icon" href="/images/favicon.png" />

examples/google-secure-signals-integration/with_sdk_v3/views/intro.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Client-Side Integration Example, UID2 JavaScript SDK</h1>
1+
<h1>Server-Side Integration Example, UID2 JavaScript SDK</h1>
22
<p class="intro">
33
This example demonstrates how a content publisher can use the UID2 services and the
44
<a href="https://unifiedid.com/docs/sdks/client-side-identity"
@@ -7,7 +7,7 @@ <h1>Client-Side Integration Example, UID2 JavaScript SDK</h1>
77
(UID2 SDK) to implement the
88
<a
99
href="https://unifiedid.com/docs/guides/google-ss-integration#uid2-client-side-javascript-sdk-integration"
10-
>standard UID2 integration</a
10+
>server-side UID2 integration</a
1111
>. [<a
1212
href="https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3"
1313
>Source Code</a

0 commit comments

Comments
 (0)