From 88dbc0429739a56b16272d9e51aedd4d2d55b987 Mon Sep 17 00:00:00 2001 From: Gena Date: Thu, 1 Jun 2023 17:45:16 +0300 Subject: [PATCH] AdTelligent Bid Adapter: remove onefiftytwo alias (#10025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Smartadserver Bid Adapter: support GPID (#10004) * Smartadserver Bid Adapter: Add support for SDA user and site * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing * support floors per media type * Add GPP support * Rework payloads enriching * Add gpid support --------- Co-authored-by: Meven Courouble Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com> * chore: update default video placement value [PB-1560] (#9948) Co-authored-by: Chris Corbo * ShareThrough Bid Adapter : fix playerSize (#10011) * fix sharethrough playersize * fix unit test --------- Co-authored-by: Reinout Stevens * GrowthCode RTD : initial release (#9852) * The New RTD Module * GrowthCode new RTD Module * Fixed to Prebid Added Testing Added Docs * Fixed to Prebid Added Testing Added Docs * Completed testing spec * Update the MD file to provide more infomation about what the module does * Update sample to point to the correct server for testing. * Stv Bid Adapter: add schain support (#10010) * initial commit * adapted buildRequests function * refinement pfilter and bcat * refinement * adapted tests for isBidRequestValid,buildRequests * adaptations for test * finished building stvBidAdapter.js * finished: ran tests, coverage 99% * update: rename w->srw, h->srh * adapt stvBidAdapter.md * remove dspx from stv adapters * some changes (missing: getUserSyncs, but is the same as in radsBidAdapter) * added checks in getUserSyncs; ran tests * added schain support (94.8% coverage) * correct schain encoding --------- Co-authored-by: theo_ * fix module type (#10019) * Update ad generation adapter 1.6.0: update userSync (#9984) * Update AdGenerationAdapter: update userSync * update test spec * remove onefiftytwo alias --------- Co-authored-by: Krzysztof Sokół <88041828+krzysztofequativ@users.noreply.github.com> Co-authored-by: Meven Courouble Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com> Co-authored-by: ccorbo Co-authored-by: Chris Corbo Co-authored-by: Reinout Stevens <518971+ReinoutStevens@users.noreply.github.com> Co-authored-by: Reinout Stevens Co-authored-by: southern-growthcode <79725079+southern-growthcode@users.noreply.github.com> Co-authored-by: theo-stv <120092078+theo-stv@users.noreply.github.com> Co-authored-by: theo_ Co-authored-by: Chris Huie Co-authored-by: Takaaki.Kojima --- integrationExamples/gpt/growthcode.html | 29 ++-- modules/adgenerationBidAdapter.js | 19 ++- modules/adtelligentBidAdapter.js | 2 - modules/growthCodeRtdProvider.js | 131 ++++++++++++++++++ modules/growthCodeRtdProvider.md | 55 ++++++++ modules/ixBidAdapter.js | 7 +- modules/sharethroughBidAdapter.js | 4 +- modules/smartadserverBidAdapter.js | 5 + modules/stvBidAdapter.js | 35 ++++- .../modules/adgenerationBidAdapter_spec.js | 64 +++++++-- .../modules/adtelligentBidAdapter_spec.js | 1 - .../modules/growthCodeRtdProvider_spec.js | 127 +++++++++++++++++ test/spec/modules/ixBidAdapter_spec.js | 3 +- .../modules/sharethroughBidAdapter_spec.js | 2 +- .../modules/smartadserverBidAdapter_spec.js | 42 ++++++ test/spec/modules/stvBidAdapter_spec.js | 14 +- 16 files changed, 503 insertions(+), 37 deletions(-) create mode 100644 modules/growthCodeRtdProvider.js create mode 100644 modules/growthCodeRtdProvider.md create mode 100644 test/spec/modules/growthCodeRtdProvider_spec.js diff --git a/integrationExamples/gpt/growthcode.html b/integrationExamples/gpt/growthcode.html index ede51d2d869..d8ad6c4a5af 100644 --- a/integrationExamples/gpt/growthcode.html +++ b/integrationExamples/gpt/growthcode.html @@ -7,10 +7,13 @@