Skip to content

Commit 77f87ad

Browse files
committed
text and instructions udates
1 parent 55ecbce commit 77f87ad

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

examples/google-secure-signals-integration/server_side/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 8 additions & 3 deletions
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 Server-Side Integration Example</title>
5+
<title>Server-Side UID2 Integration Example Using Google Secure Signals</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>
@@ -26,15 +26,20 @@
2626
</script>
2727
</head>
2828
<body>
29-
<h1>Server-Side UID2 Integration Example</h1>
29+
<h1>Server-Side UID2 Integration Example With Google Secure Signals</h1>
3030
<p class="intro">
3131
This example demonstrates how a content publisher can use the UID2 services to implement the
3232
<a href="https://unifiedid.com/docs/guides/integration-google-ss#server-side-integration"
33-
>Server-Side Integration</a
33+
>Server-Side Integration.</a
3434
>. [<a
3535
href="https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side"
3636
>Source Code</a
3737
>]
38+
<br />
39+
<br />
40+
This assumes that the publisher has implemented
41+
<a href="https://unifiedid.com/docs/guides/integration-google-ss">Server-Side integration</a>
42+
on the backend and able to pass the resulting UID2 identity response to the front end.
3843
</p>
3944
</body>
4045
</html>

0 commit comments

Comments
 (0)