Skip to content

Commit ea3296c

Browse files
clarify whats happening in secure signals sample page for extra clarity
1 parent e48ae19 commit ea3296c

File tree

1 file changed

+2
-1
lines changed
  • web-integrations/google-secure-signals/client-side/html

1 file changed

+2
-1
lines changed

web-integrations/google-secure-signals/client-side/html/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ <h4>What's Happening?</h4>
195195
<ul>
196196
<li><strong>Client-Side Token Generation:</strong> The SDK generates tokens directly in the browser</li>
197197
<li><strong>Auto-Refresh:</strong> Tokens are automatically refreshed by the SDK in the background when expired</li>
198-
<li><strong>Google Secure Signals:</strong> Encrypted tokens are stored and shared with Google Ad Manager</li>
198+
<li><strong>Local Storage:</strong> The SDK stores identity in localStorage (__uid2_advertising_token or __euid_advertising_token) for persistence across page loads</li>
199+
<li><strong>Google Secure Signals:</strong> Encrypted tokens are stored in localStorage under ${UID_SECURE_SIGNALS_STORAGE_KEY} and shared with Google Ad Manager</li>
199200
<li><strong>IMA SDK:</strong> Displays video ads with ${IDENTITY_NAME} targeting</li>
200201
</ul>
201202
</div>

0 commit comments

Comments
 (0)