Skip to content

Commit e1a89c2

Browse files
Merge pull request #56 from IABTechLab/eee-uid2-4846-server-side-gss-copyedits
Minor copy edits to server side GSS integration example
2 parents b0fc6da + 92472bd commit e1a89c2

File tree

1 file changed

+5
-5
lines changed
  • web-integrations/google-secure-signals/server-side/views

1 file changed

+5
-5
lines changed

web-integrations/google-secure-signals/server-side/views/header.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
<body>
3030
<h1>Server-Side <%- identityName %> Integration Example with Google Secure Signals</h1>
3131
<p class="intro">
32-
This example demonstrates how a content publisher can use the <%- identityName %> services to implement the
33-
<a href="<%- docsBaseUrl %>/guides/integration-google-ss#server-side-integration">server-side <%- identityName %> integration workflow with Secure Signals</a>. [<a
32+
This example demonstrates how a content publisher can use the <%- identityName %> services with Secure Signals to implement
33+
<a href="<%- docsBaseUrl %>/guides/integration-google-ss#server-side-integration">Server-Side Integration</a>. [<a
3434
href="https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/google-secure-signals/server-side"
3535
>Source Code</a
3636
>]
3737
<br />
3838
<br />
39-
This assumes that the publisher has implemented
40-
<a href="<%- docsBaseUrl %>/guides/integration-publisher-server-side"><%- identityName %> Server-Side integration</a>
41-
on the backend and is able to pass the resulting <%- identityName %> identity response to the front end.
39+
This assumes that the publisher has implemented <%- identityName %>
40+
<a href="<%- docsBaseUrl %>/guides/integration-publisher-server-side">Server-Side Integration</a>
41+
on the back end and can pass the resulting <%- identityName %> identity response to the front end.
4242
</p>
4343
</body>
4444
</html>

0 commit comments

Comments
 (0)