Skip to content

Commit 517f534

Browse files
replace submit label with generate uid2
1 parent 42dd6af commit 517f534

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +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-
It simulates UID2 token generation using a provided email address directly in the browser, strictly for testing and demo purposes. This is not a secure authentication or login system.
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 connect this site to real user traffic.
113115
</p>
114116
<table id="uid2_state">
115117
<tr>
@@ -134,7 +136,7 @@ <h1>UID2 Prebid.js Client-Side Integration Example</h1>
134136
135137
/>
136138
</div>
137-
<div><button type="button" class="button" id="login">Submit</button></div>
139+
<div><button type="button" class="button" id="login">Generate UID2</button></div>
138140
</div>
139141
<div id="clear_storage_form" style="display: none" class="form">
140142
<form>

0 commit comments

Comments
 (0)