-
Notifications
You must be signed in to change notification settings - Fork 855
Screencore: Convert to Teqblaze alias #4611
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: master
Are you sure you want to change the base?
Screencore: Convert to Teqblaze alias #4611
Conversation
screencore-dev
commented
Nov 20, 2025
- Remove standalone Screencore adapter implementation
- Configure Screencore as an alias of Teqblaze in bidder-info YAML
- Update endpoint to use regional Screencore domain
- Add redirect and iframe user sync configurations
- Remove Screencore-specific parameter definitions
- Remove Screencore from adapter builders and bidder registry
- Remove standalone Screencore adapter implementation - Configure Screencore as an alias of Teqblaze in bidder-info YAML - Update endpoint to use regional Screencore domain - Add redirect and iframe user sync configurations - Remove Screencore-specific parameter definitions - Remove Screencore from adapter builders and bidder registry
| aliasOf: "teqblaze" | ||
| # We have the following regional endpoint domains: 'taqus' - for US_EAST, 'taqeu' - for EU, 'taqapac' - for APAC | ||
| # Please deploy this config in each of your datacenters with the appropriate regional subdomain | ||
| endpoint: 'https://REGION.screencore.io/pserver' |
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.
| - banner | ||
| - video | ||
| - native | ||
| gvlVendorID: 1473 |
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.
| userSync: | ||
| redirect: | ||
| url: "https://cs.screencore.io/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&coppa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}" | ||
| userMacro: "[UID]" | ||
| iframe: | ||
| url: "https://cs.screencore.io/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}" | ||
| userMacro: "[UID]" |
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.
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.



