Skip to content
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

CRITEO RTUS Integration with Yieldmo Prebid #5075

Merged
merged 65 commits into from
Apr 8, 2020
Merged

CRITEO RTUS Integration with Yieldmo Prebid #5075

merged 65 commits into from
Apr 8, 2020

Conversation

mglowackiym
Copy link
Contributor

@mglowackiym mglowackiym commented Apr 3, 2020

Type of change

  • [x ] Feature
  • [x ] Code style update (formatting, local variables)

Description of change

This PR contains a new feature which is an integration of Criteo with Yieldmo's prebid.
The implementation follows guidelines described here and has been tested successfully both locally and by our internal testing team. Moreover, in this PR a new test has been added to cover the new use case. Lastly, Prebid linting rules have been applied as part of this. Please note that test placement for this adapter only renders on mobile.

  • contact email of the adapter’s maintainer: [email protected]
  • official adapter submission

Other information

This change has been verified locally and by internal testing team. Feature testing and internal PR review has been completed under this PR. Please note that test placement for this adapter only renders on mobile.

Melody Li and others added 30 commits February 9, 2018 10:19
pass along gdpr consent string and gdpr applies through get
updates bidder module to be 3.0 compliant, and tests
Fs 7766 remove openxoustream
remove utils functions that will be depricated in 3.0 and use new ref…
use prebids gettopwindow util functions. update markdown with 3.0 com…
Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

Hi @mglowackiym,

The change looks fine to me. I've tested with the hello world page on prebid and getting a response back. But when I checked your response headers, I don't see this key Content-Encoding. Ideally, it should be set to gzip. Can you please add it to the server response header?

@mglowackiym
Copy link
Contributor Author

@Fawke we made the update to our ad response. It should be now gzip. Please let me know if there is anything else.

Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

LGTM

@Fawke Fawke merged commit 925ae0a into prebid:master Apr 8, 2020
@Fawke Fawke added LGTM and removed needs update labels Apr 8, 2020
rjvelicaria pushed a commit to openx/Prebid.js that referenced this pull request Apr 9, 2020
* update maintainer email

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* pass along gdpr consent string and gdpr applies through get

* use paramter gdprConsent

* add stringified schain

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* deletes openxoutstream adapter

* fix broken yieldmo test

* remove log

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* remove blank.min

* Fix unit tests and remove unused variables and methods

* add stringified schain

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* pass along gdpr consent string and gdpr applies through get

* use paramter gdprConsent

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* deletes openxoutstream adapter

* fix broken yieldmo test

* remove log

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* update maintainer email

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* add stringified schain

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* fix broken yieldmo test

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* Clean up console

* Do not undo my featureeee

* CRITEO RTUS For prebid

* Tests for CRITEO RTUS For prebid

* Revert "Do not undo my featureeee"

This reverts commit 0185407.

* linting

* add test back in:

Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Elber Carneiro <[email protected]>
Co-authored-by: Elber Carneiro <[email protected]>
Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Andrew Holz <[email protected]>
Co-authored-by: Michal <[email protected]>
redaguermas added a commit to redaguermas/Prebid.js that referenced this pull request Apr 16, 2020
* 'master' of https://github.com/prebid/Prebid.js: (102 commits)
  Marsmedia - Add vastXml and fix id response (prebid#5067)
  PubMatic adapter to support image sync (prebid#5104)
  minor consentManagement fix (prebid#5050)
  fix circle ci failing tests (prebid#5113)
  Add Relaido Adapter (prebid#5101)
  Add new bid adapter for ConnectAd (prebid#4806)
  change payload (prebid#5105)
  Utils updates (prebid#5092)
  Read OpenRTB app objects if set in config + bug fix for when ad units are reloaded (prebid#5086)
  Criteo : added first party data mapping to bidder request (prebid#4954)
  updateAdGenerationManual (prebid#5032)
  New bid adapter: Wipes (prebid#5051)
  Prebid manager analytics utm tags (prebid#4998)
  CRITEO RTUS Integration with Yieldmo Prebid (prebid#5075)
  isSafariBrowser update  (prebid#5077)
  Support min &max duration for onevideo (prebid#5079)
  increment pre version
  Prebid 3.15.0 release
  prebid#5011 Fix to set Secure attribute on cookie when SameSite=none (prebid#5064)
  Prebid adapter for windtalker (prebid#5040)
  ...
iggyfisk pushed a commit to happypancake/Prebid.js that referenced this pull request Jun 22, 2020
* update maintainer email

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* pass along gdpr consent string and gdpr applies through get

* use paramter gdprConsent

* add stringified schain

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* deletes openxoutstream adapter

* fix broken yieldmo test

* remove log

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* remove blank.min

* Fix unit tests and remove unused variables and methods

* add stringified schain

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* pass along gdpr consent string and gdpr applies through get

* use paramter gdprConsent

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* deletes openxoutstream adapter

* fix broken yieldmo test

* remove log

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* update maintainer email

* add stringified schain

* Revert "add stringified schain"

This reverts commit 4fd8634.

* add stringified schain

* don't change other files

* change parameter namves

* updates bidder module to be 3.0 compliant, and tests

* fix broken yieldmo test

* remove utils functions that will be depricated in 3.0 and use new referer object in bidderRequest

* use prebids gettopwindow util functions. update markdown with 3.0 compliant ad units object

* Pass along us_privacy string

* Clean up console

* Do not undo my featureeee

* CRITEO RTUS For prebid

* Tests for CRITEO RTUS For prebid

* Revert "Do not undo my featureeee"

This reverts commit 0185407.

* linting

* add test back in:

Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Elber Carneiro <[email protected]>
Co-authored-by: Elber Carneiro <[email protected]>
Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Melody Li <[email protected]>
Co-authored-by: Andrew Holz <[email protected]>
Co-authored-by: Michal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants