You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-integrations/prebid-integrations/client-side/index.html
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -315,9 +315,8 @@ <h4>Step 3: Test Opt-Out</h4>
315
315
<divclass="section">
316
316
<h4>What's Happening?</h4>
317
317
<ul>
318
-
<li><strong>Client-Side Token Generation:</strong> The SDK generates the initial ${IDENTITY_NAME} token directly in the browser</li>
319
-
<li><strong>Prebid Management:</strong> Prebid's ${IDENTITY_NAME} module reads and manages the token lifecycle</li>
320
-
<li><strong>Auto-Refresh:</strong> Tokens are automatically refreshed by Prebid's ${IDENTITY_NAME} module in the background when expired</li>
318
+
<li><strong>Configuration:</strong> Prebid's ${IDENTITY_NAME} module is configured with your public credentials (subscription ID and server public key)</li>
319
+
<li><strong>Token Management:</strong> Prebid generates, stores, and automatically refreshes ${IDENTITY_NAME} tokens in the background when expired</li>
321
320
<li><strong>Local Storage:</strong> Prebid stores tokens in localStorage (__uid2_advertising_token or __euid_advertising_token) for persistence</li>
322
321
<li><strong>Header Bidding:</strong> Prebid shares ${IDENTITY_NAME} tokens with bidders automatically</li>
<li>Video player appears after successful token generation</li>
422
422
<li>Click "Play" to watch the ad</li>
423
-
<li>Ad request includes ${IDENTITY_NAME} token</li>
423
+
<li><strong>Follow the verification instructions</strong> displayed below the table to confirm Secure Signals are being sent to Google Ad Manager</li>
424
424
</ul>
425
425
</div>
426
426
@@ -436,11 +436,10 @@ <h4>Step 4: Test Opt-Out</h4>
436
436
<divclass="section">
437
437
<h4>What's Happening?</h4>
438
438
<ul>
439
-
<li><strong>Client-Side Token Generation:</strong>The SDK generates the initial ${IDENTITY_NAME} token directly in the browser</li>
440
-
<li><strong>Prebid Management:</strong> Prebid's ${IDENTITY_NAME} module reads and manages the token lifecycle</li>
441
-
<li><strong>Auto-Refresh:</strong>Tokens are automatically refreshed by Prebid's ${IDENTITY_NAME} module in the background when expired</li>
439
+
<li><strong>Configuration:</strong>Prebid's ${IDENTITY_NAME} module is configured with your public credentials (subscription ID and server public key) and encryptedSignalSources for Secure Signals</li>
440
+
<li><strong>Token Management:</strong> Prebid generates, stores, and automatically refreshes ${IDENTITY_NAME} tokens in the background when expired</li>
441
+
<li><strong>Secure Signals Integration:</strong> Prebid passes ${IDENTITY_NAME} tokens to Google Secure Signals for encrypted sharing with Google Ad Manager</li>
442
442
<li><strong>Local Storage:</strong> Prebid stores tokens in localStorage (__uid2_advertising_token or __euid_advertising_token) for persistence</li>
443
-
<li><strong>Google Secure Signals:</strong> Encrypted signals are shared with Google Ad Manager</li>
444
443
<li><strong>IMA SDK:</strong> Displays video ads with ${IDENTITY_NAME} targeting</li>
0 commit comments