Skip to content

Commit 82280e2

Browse files
update last sentence in disclaimer
1 parent 42f3136 commit 82280e2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

examples/cstg/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK</h1
9898
to implement UID2 integration and generate UID2 tokens.
9999
<strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production
100100
use. It does not perform real user authentication or generate production-level tokens. Do not
101-
connect this site to real user traffic.
101+
use real user data on this page.
102102
</p>
103103
<table id="uid2_state">
104104
<tr>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Se
2020
Reload the page in order to update Secure Signals in local storage.
2121
<strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production use.
2222
It does not perform real user authentication or generate production-level tokens.
23-
Do not connect this site to real user traffic.
23+
Do not use real user data on this page.
2424
</p>
2525
<div id="page-content">
2626
<div id="video-container">

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
<script type="text/javascript" src="ads.js"></script>
8383
</div>
8484
<%- include('intro.html'); -%>
85+
<p>
86+
<strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production
87+
use. It does not perform real user authentication or generate production-level tokens. Do not
88+
use real user data on this page.
89+
</p>
8590
<table id="uid2_state">
8691
<tr>
8792
<td class="label">Ready for Targeted Advertising:</td>
@@ -120,7 +125,7 @@
120125
</div>
121126
<div id="logout_form" style="display: none" class="form">
122127
<form>
123-
<button type="button" class="button" id="logout">Log Out</button>
128+
<button type="button" class="button" id="logout">Clear UID2</button>
124129
</form>
125130
</div>
126131
</body>

examples/js-sdk/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<p>
5353
<strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production
5454
use. It does not perform real user authentication or generate production-level tokens. Do not
55-
connect this site to real user traffic.
55+
use real user data on this page.
5656
</p>
5757
<table id="uid2_state">
5858
<tr>

0 commit comments

Comments
 (0)