Skip to content

Commit c21731e

Browse files
update optout response and fix grammar error in server-side
1 parent ff73c1e commit c21731e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>Server-Side UID2 Integration Example with Google Secure Signals</h1>
3939
<br />
4040
This assumes that the publisher has implemented
4141
<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.
42+
on the backend and is able to pass the resulting UID2 identity response to the front end.
4343
</p>
4444
</body>
4545
</html>
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<%- include('header.html'); -%>
2+
<%- include('ads.html'); -%>
23
<div class="optout-message">
34
<h2>This email has opted out</h2>
45
<p>
56
The email address you entered has opted out of UID2. No UID2 token can be generated for this
67
email.
78
</p>
8-
<p>
9-
For testing purposes, you can try with a different email address, such as
10-
<strong>[email protected]</strong>.
11-
</p>
12-
<p><a href="/login" class="button">Try Another Email</a></p>
9+
</div>
10+
<div class="form">
11+
<form action="/login" method="GET">
12+
<input type="submit" value="Try Another Email" class="button" />
13+
</form>
1314
</div>
1415
<%- include('footer.html'); -%>
1516

0 commit comments

Comments
 (0)