ProgX: Change alias of#4352
Conversation
Code coverage summaryNote:
programmaticXRefer here for heat map coverage report |
Code coverage summaryNote:
programmaticXRefer here for heat map coverage report |
|
Hi @ProgrammaticX, I believe this is a white label. If so, please create a hardcoded alias instead as described here: Aliasing an adapter. By default, your alias will inherit all of the properties defined in the YAML file of the adapter you are creating an alias of. If you wish to override any of the inherited properties, add the corresponding property to your alias YAML file. |
|
@bsardo reworked the pull request to use an alias |
| redirect: | ||
| url: "https://sync.progrtb.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}" | ||
| userMacro: "[UID]" |
There was a problem hiding this comment.
| iframe: | ||
| url: "https://sync.progrtb.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}" | ||
| userMacro: "[UID]" |
|
@bsardo thank you for the review. At this point, we kindly ask you not to merge the adapter until you receive confirmation from us that you may proceed. |
|
@bsardo ProgrammaticX has become an alias for Vidazoo, and ProgX will now be an alias for Teqblaze. |
| redirect: | ||
| url: "https://sync.progrtb.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}" | ||
| userMacro: "[UID]" | ||
| iframe: |
| redirect: | ||
| url: "https://sync.progrtb.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}" | ||
| userMacro: "[UID]" | ||
| iframe: |
| redirect: | ||
| url: "https://sync.progrtb.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}" | ||
| userMacro: "[UID]" |
There was a problem hiding this comment.
Redirect is not working for me. I expect your endpoint to redirect with a 302 so the PBS cookie can be updated with your uid but instead I am getting a 204. My example url is https://sync.progrtb.com/pbserver?gdpr=0&gdpr_consent=&ccpa=&gpp=&gpp_sid=&redirect=http%3A%2F%2Flocalhost%3A8000%2Fsetuid%3Fbidder%3Dprogx%26gdpr%3D0%26gdpr_consent%3D%26gpp%3D%26gpp_sid%3D%26f%3Di%26uid%3D%5BUID%5D
There was a problem hiding this comment.
@bsardo the redirect parameter was set incorrectly, we’ve fixed it.






doc - prebid/prebid.github.io#6049