New Adapter: MyCodeMedia#4630
Merged
Merged
Conversation
mycodemedia/prebid-server
MyCodeMedia: Update endpoint URL
| @@ -1,5 +1,5 @@ | |||
| aliasOf: "teqblaze" | |||
| endpoint: 'https://east-backend.mycodemedia.com/pbjs' | |||
| endpoint: 'https://east-backend.mycodemedia.com/pserver' | |||
przemkaczmarek
previously approved these changes
Jan 13, 2026
Contributor
Author
|
Hello, @bsardo Could you take a look and provide a second approval when you get a chance? Thanks! |
| aliasOf: "teqblaze" | ||
| endpoint: 'https://east-backend.mycodemedia.com/pserver' | ||
| maintainer: | ||
| email: 'support-platform@mycodemedia.com' |
Collaborator
There was a problem hiding this comment.
waiting for response
Comment on lines
+21
to
+22
| url: "https://usersync.mycodemedia.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}" | ||
| userMacro: "[UID]" No newline at end of file |
Collaborator
Contributor
Author
There was a problem hiding this comment.
Hello, @przemkaczmarek
Can you please specify what specifically should we check?
We checked that the redirect is working correctly and in iframe sync return correct responses for pbserverIframe and setuid requests the 400 on /getuid is not from our endpoint - it's from one of the other URLs in the sync chain.
MyCodeMedia Prebid Server: Added newline at end of file
8 tasks
bsardo
approved these changes
Mar 25, 2026
Comment on lines
+17
to
+22
| redirect: | ||
| url: "https://usersync.mycodemedia.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}" | ||
| userMacro: "[UID]" | ||
| iframe: | ||
| url: "https://usersync.mycodemedia.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}" | ||
| userMacro: "[UID]" |
Collaborator
There was a problem hiding this comment.
Verified these are working properly.
przemkaczmarek
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Type of change
Bugfix
Feature
New bidder adapter
Updated bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Other information
doc MR: prebid/prebid.github.io#6488