-
Notifications
You must be signed in to change notification settings - Fork 0
Create new sample page deferred prebid #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Create new sample page deferred prebid #139
Conversation
Remove aggressive 'safety net' that reloaded page when Secure Signals hadn't loaded yet, causing infinite reload loop after token generation.
| console.log("Token exists but Secure Signals not loaded yet, reloading page..."); | ||
| location.reload(); | ||
| return; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the infinite reload loop in secure signals client server (bug fix)
| ## Live Examples | ||
|
|
||
| - **UID2**: [https://unifiedid.com/examples/cstg-prebid-deferred-example/](https://unifiedid.com/examples/cstg-prebid-deferred-example/) | ||
| - **EUID**: [https://euid.eu/examples/cstg-prebid-deferred-example/](https://euid.eu/examples/cstg-prebid-deferred-example/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think these URLs would be where the examples will live
| - [UID2 Client-Side Integration Guide for Prebid.js](https://unifiedid.com/docs/guides/integration-prebid-client-side) | ||
| - [EUID Client-Side Integration Guide for Prebid.js](https://euid.eu/docs/guides/integration-prebid-client-side) | ||
| - [Prebid.js User ID Module](https://docs.prebid.org/dev-docs/modules/userId.html) | ||
| - [Prebid.js setConfig/mergeConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setConfig and mergeConfig have different prebid docs references, merge config would be here https://docs.prebid.org/dev-docs/publisher-api-reference/mergeConfig.html
Screen.Recording.2025-12-12.at.4.00.05.PM.mov