Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions static/bidder-info/progx.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
aliasOf: "vidazoo"
endpoint: "https://exchange.programmaticx.ai/openrtb/"
aliasOf: 'teqblaze'
endpoint: "https://us-east.progrtb.com/pserver"
Comment thread
pm-jaydeep-mohite marked this conversation as resolved.
maintainer:
email: "pxteam@programmaticx.ai"
Comment thread
pm-jaydeep-mohite marked this conversation as resolved.
gvlVendorID: 1344
Comment thread
pm-jaydeep-mohite marked this conversation as resolved.
userSync:
redirect:
url: "https://sync.progrtb.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: "[UID]"
Comment on lines +7 to +9
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Screenshot 2025-10-16 at 1 34 06 PM

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bsardo the redirect parameter was set incorrectly, we’ve fixed it.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified redirect navgiates to setuid endpoint and uid is set in the PBS cookie
Screenshot 2025-10-20 at 4 49 04 PM

iframe:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got only iframe:
image
image

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified iframe works
Screenshot 2025-10-16 at 1 27 46 PM

The setuid endpoint is hit and the PBS cookie has the progx uid in it.

url: https://sync.programmaticx.ai/api/user/html/685297194d85991a5e6e36dd?pbs=true&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}
userMacro: ${userId}
url: "https://sync.progrtb.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&ccpa={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}"
userMacro: "[UID]"
Loading