Skip to content

Commit 982403a

Browse files
clean up prebid whats happening content for more clarity
1 parent 4a5998a commit 982403a

File tree

2 files changed

+7
-9
lines changed
  • web-integrations

2 files changed

+7
-9
lines changed

web-integrations/prebid-integrations/client-side/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,8 @@ <h4>Step 3: Test Opt-Out</h4>
315315
<div class="section">
316316
<h4>What's Happening?</h4>
317317
<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>
321320
<li><strong>Local Storage:</strong> Prebid stores tokens in localStorage (__uid2_advertising_token or __euid_advertising_token) for persistence</li>
322321
<li><strong>Header Bidding:</strong> Prebid shares ${IDENTITY_NAME} tokens with bidders automatically</li>
323322
</ul>

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,11 @@ <h4>Step 2: Observe Integration</h4>
416416
</div>
417417

418418
<div class="section">
419-
<h4>Step 3: View Video Ad</h4>
419+
<h4>Step 3: View Video Ad & Verify</h4>
420420
<ul>
421421
<li>Video player appears after successful token generation</li>
422422
<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>
424424
</ul>
425425
</div>
426426

@@ -436,11 +436,10 @@ <h4>Step 4: Test Opt-Out</h4>
436436
<div class="section">
437437
<h4>What's Happening?</h4>
438438
<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>
442442
<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>
444443
<li><strong>IMA SDK:</strong> Displays video ads with ${IDENTITY_NAME} targeting</li>
445444
</ul>
446445
</div>

0 commit comments

Comments
 (0)