Skip to content

Commit b4af8d3

Browse files
Merge pull request #903 from IABTechLab/eee-UID2-5666-rename-sample-login-buttons
Eee UI d2 5666 rename sample login/logout buttons
2 parents d5062e6 + ee20816 commit b4af8d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

static/examples/cstg-prebid-example/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
<h1>UID2 Prebid.js Client-Side Integration Example</h1>
110110
<p class="intro">
111111
This example demonstrates how a content publisher can integrate with UID2 and Prebid.js using the <a href="https://unifiedid.com/docs/guides/integration-prebid-client-side">UID2 Client-Side Integration Guide for Prebid.js</a>, which includes generating UID2 tokens within the browser.
112+
<strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production use.
113+
It does not perform real user authentication or generate production-level tokens.
114+
Do not use real user data on this page.
112115
</p>
113116
<table id="uid2_state">
114117
<tr>
@@ -133,11 +136,11 @@ <h1>UID2 Prebid.js Client-Side Integration Example</h1>
133136
134137
/>
135138
</div>
136-
<div><button type="button" class="button" id="login">Log In</button></div>
139+
<div><button type="button" class="button" id="login">Generate UID2</button></div>
137140
</div>
138141
<div id="clear_storage_form" style="display: none" class="form">
139142
<form>
140-
<button type="button" class="button" id="clear_storage">Clear Storage</button>
143+
<button type="button" class="button" id="clear_storage">Clear UID2</button>
141144
</form>
142145
</div>
143146
</div>

0 commit comments

Comments
 (0)