Skip to content

Fix referrer encoding in The Media Grid Bid Adapter#4040

Merged
msm0504 merged 15 commits intoprebid:masterfrom
TheMediaGrid:master
Jul 30, 2019
Merged

Fix referrer encoding in The Media Grid Bid Adapter#4040
msm0504 merged 15 commits intoprebid:masterfrom
TheMediaGrid:master

Conversation

@TheMediaGrid
Copy link
Contributor

Type of change

  • Bugfix

Description of change

Stopped using encodeURIComponent where it is not necessary, to avoid double encoded string in referrer.

  • test parameters for validating bids
{
  bidder: 'grid',
  params: {
    uid: '1'
  }
}

Other information

This fix for PR #3968

Copy link
Contributor

@msm0504 msm0504 left a comment

Choose a reason for hiding this comment

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

LGTM

@msm0504 msm0504 merged commit 9b5083d into prebid:master Jul 30, 2019
@TheMediaGrid
Copy link
Contributor Author

TheMediaGrid commented Aug 1, 2019

@jsnellbaker Hey guys, this is actually a hotfix for #3968 and it is currently a blocker from getting the correct referer. Any chances you could push that to release ASAP? We have a couple of publishers ready to go live pending this. Thanks in advance.

@jsnellbaker
Copy link
Collaborator

@TheMediaGrid Unfortunately, this would have to wait until the next release. We do releases every Tuesday; as this is currently merged, this update will definitely be part of the upcoming 2.27.0 release scheduled for Aug 6.

CC: @mkendall07

VideoReach pushed a commit to VideoReach/Prebid.js that referenced this pull request Aug 1, 2019
* Added Grid Bid Adapter

* remove priceType from TheMediaGrid Bid Adapter

* Add video support in Grid Bid Adapter

* Added test parameter for video slot

* update Grid Bid Adapter to set size in response bid

* Update Grid Bid Adapter to support identical uids in parameters

* Fix typo in test file for Grid Bid Adapter

* Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request

* Hotfix for referrer in Grid Bid Adapter
sa1omon pushed a commit to gamoshi/Prebid.js that referenced this pull request Nov 28, 2019
* Added Grid Bid Adapter

* remove priceType from TheMediaGrid Bid Adapter

* Add video support in Grid Bid Adapter

* Added test parameter for video slot

* update Grid Bid Adapter to set size in response bid

* Update Grid Bid Adapter to support identical uids in parameters

* Fix typo in test file for Grid Bid Adapter

* Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request

* Hotfix for referrer in Grid Bid Adapter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments