-
Notifications
You must be signed in to change notification settings - Fork 832
OwnAdx: Bidder param and URL updates #3813
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
OwnAdx: Bidder param and URL updates #3813
Conversation
Code coverage summaryNote:
ownadxRefer here for heat map coverage report
|
Code coverage summaryNote:
ownadxRefer here for heat map coverage report
|
endpoint: "https://pbs.prebid-ownadx.com/bidder/bid/{{.AccountID}}/{{.ZoneID}}?token={{.SourceId}}" | ||
endpoint: "https://pbs.prebid-ownadx.com/bidder/bid/{{.SeatID}}/{{.SspID}}?token={{.TokenID}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to pass SeatID SspID
as query param?
Consider that usage of partial dynamic urls is being discouraged and prebid team in future will be working to avoid usage of dynamic subdomain in endpoint url.
Major concerns with such usage are,
-
security concerns
The security aspect is alleviated by using a fixed top level domain. Due to the potential harm to hosts, we are strict in this requirement. We are working towards fixing the few adapters currently in violation. -
connection performance
The connection performance advice is for your benefit. Client specific subdomains prevent Prebid Server from reusing connections across your clients which results in more connections needed for your adapter. The issue gets worse the more successful you are in attracting new clients. Hosts may choose to disable your adapter due to this behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe in issue #3774.
We added changes accordingly.
This is our standard endpoint for all client, if we change it its will empact on all other clients also.
PR checks are failing due formatting errors in
|
Code coverage summaryNote:
ownadxRefer here for heat map coverage report
|
Code coverage summaryNote:
ownadxRefer here for heat map coverage report
|
Co-authored-by: Hina Yadav <hina.yadav@vertoz.com>
commit df58baf Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 29 21:05:07 2024 -0400 Cookie Sync: Use max when limit is 0 (prebid#4022) commit db2a872 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 29 17:20:57 2024 -0400 ORTB 2.6: Full support with down convert for 2.5 adapters (prebid#4019) Co-authored-by: hhhjort <31041505+hhhjort@users.noreply.github.com> Co-authored-by: Veronika Solovei <kalypsonika@gmail.com> commit 1419761 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Oct 29 16:35:05 2024 -0400 Rename Blacklisted Apps to Blocked Apps (prebid#3620) commit ddf897c Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Tue Oct 29 14:07:49 2024 -0400 Update Cookie Sync Chooser Debug Message to match Java (prebid#3558) commit a23380f Author: Mohammad Nurul Islam Shihan <93646635+ishihanvcs@users.noreply.github.com> Date: Tue Oct 29 21:34:31 2024 +0600 ImproveDigital: Remove placementKey & addtlconsent parsing (prebid#3728) commit 03a4abd Author: Alex Maltsev <and1sscsgo@gmail.com> Date: Tue Oct 22 22:26:45 2024 +0300 Sample: Fix prebid js loading bug on sample html page (prebid#3792) commit 18f6798 Author: Sebastien Boisvert <sebhtml@protonmail.com> Date: Tue Oct 22 15:15:07 2024 -0400 Bump Go version to 1.22 in dev containers config (prebid#3983) commit bcf6491 Author: sindhuja-sridharan <148382298+sindhuja-sridharan@users.noreply.github.com> Date: Thu Oct 17 15:20:45 2024 -0600 GumGum: Declare ORTB 2.6 support (prebid#3985) commit 451bc44 Author: Bluesea <129151981+blueseasx@users.noreply.github.com> Date: Thu Oct 17 03:12:50 2024 +0800 BlueSea: Add site capability (prebid#3910) Co-authored-by: prebid-bluesea <prebid@blueseasx.com> commit 8134328 Author: Boris Yu <admin@xdevel.info> Date: Wed Oct 16 21:08:50 2024 +0300 Displayio: Make imp.bidfloor optional (prebid#3959) commit b56923c Author: Piotr Jaworski <109736938+piotrj-rtbh@users.noreply.github.com> Date: Tue Oct 15 21:49:39 2024 +0200 RTB House: Resolve AUCTION_PRICE macro (prebid#3901) commit cbe9876 Author: Irakli Gotsiridze <ikagotso@gmail.com> Date: Tue Oct 15 23:30:17 2024 +0400 enable gzip (prebid#3946) commit 5fcbbbf Author: Patrick Loughrey <ploughrey@triplelift.com> Date: Tue Oct 15 15:19:47 2024 -0400 Triplelift: Adding flag for 2.6 support (prebid#3966) commit c37951a Author: ym-winston <46379634+ym-winston@users.noreply.github.com> Date: Tue Oct 15 15:18:54 2024 -0400 update yieldmo.yaml to indicate support for ortb 2.6 (prebid#3968) commit 9bb9b3d Author: bhainesnexxen <146981622+bhainesnexxen@users.noreply.github.com> Date: Tue Oct 15 12:09:33 2024 -0700 Unruly: Indicate Support for OpenRTB 2.6 (prebid#3984) commit 87d4412 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Oct 9 19:08:14 2024 +0000 Refactor: Move privacy init up (prebid#3958) commit 64584f6 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 8 19:52:25 2024 +0000 Refactor: Remove getAuctionBidderRequests (prebid#3957) commit d54c3ed Author: ysfbsf <youssef.bsf@gmail.com> Date: Tue Oct 8 15:42:40 2024 +0200 New Adapter: Missena (prebid#3761) commit 8689e0d Author: Nick <bansawbanchee@users.noreply.github.com> Date: Mon Oct 7 10:39:59 2024 -0400 Sonobi: native and currency conversion support (prebid#3889) Co-authored-by: bansawbanchee <nick@britepool.com> commit f27bcef Author: dkornet-ad <169174147+dkornet-ad@users.noreply.github.com> Date: Thu Oct 3 09:33:54 2024 +0300 New Adapter: Bidmatic (prebid#3731) authored by @dkornet-ad commit 6c154e0 Author: Alexander Pykhteyev <alex.pykhteyev@gmail.com> Date: Wed Sep 25 23:08:23 2024 +0700 New Adapter: Streamlyn (prebid#3900) Co-authored-by: apykhteyev <alex@project-limelight.com> commit 53f51a6 Author: przemkaczmarek <167743744+przemkaczmarek@users.noreply.github.com> Date: Wed Sep 25 17:53:07 2024 +0200 GPC: Set extension based on header (prebid#3895) commit c42fe53 Author: bkaneyama <brad.kaneyama@gmail.com> Date: Wed Sep 25 07:46:01 2024 -0700 InMobi: mtype support (prebid#3921) commit 8b1b96e Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Sep 25 14:22:18 2024 +0000 Add docs build readme (prebid#3930) commit 4462fce Author: Eugene Dorfman <eugene.dorfman@gmail.com> Date: Wed Sep 25 16:11:45 2024 +0200 51degrees module (prebid#3893) commit 11b6546 Author: Alex Maltsev <and1sscsgo@gmail.com> Date: Mon Sep 23 16:54:18 2024 +0300 Rubicon: Pass PBS host info to XAPI (prebid#3903) commit 93368cc Author: rtuschkany <35923908+rtuschkany@users.noreply.github.com> Date: Thu Sep 19 23:45:32 2024 +0200 ConnectAd: String/int fix (prebid#3925) commit 905b3a5 Author: ShriprasadM <shriprasad.marathe@gmail.com> Date: Thu Sep 19 18:30:20 2024 +0530 Log non bid reasons in bidder framework (prebid#2891) Co-authored-by: Shriprasad Marathe <shriprasad.marathe@pubmatic.com> Co-authored-by: ashish.shinde <ashish.shinde@pubmatic.com> Co-authored-by: dhruv.sonone <dhruv.sonone@pubmatic.com> commit 3c4527e Author: Mikael Lundin <mikael-lundin@users.noreply.github.com> Date: Wed Sep 18 13:38:49 2024 +0200 Adnuntius: Return DSA in bid response (prebid#3777) commit 640b97c Author: lm-ved <105272141+lm-ved@users.noreply.github.com> Date: Mon Sep 16 12:17:54 2024 +0530 LemmaDigital: change endpoint (prebid#3862) commit 3e24be7 Author: Alexander Pykhteyev <alex.pykhteyev@gmail.com> Date: Sat Sep 14 04:04:09 2024 +0700 New Adapter: TGM (prebid#3848) Co-authored-by: apykhteyev <alex@project-limelight.com> commit ffdd75f Author: Robert Kawecki <rkaw92@users.noreply.github.com> Date: Thu Sep 12 21:52:51 2024 +0200 New Adapter: AdTonos (prebid#3853) commit c02ee8c Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Thu Sep 12 12:34:46 2024 -0700 Update exchange json tests with correct hb_pb_cat_dur (prebid#3836) commit 7613ff5 Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Thu Sep 12 12:27:07 2024 -0700 Update adapter json test framework to validate BidVideo (prebid#3835) commit 6cbedf0 Author: schubert-sc <144821265+schubert-sc@users.noreply.github.com> Date: Wed Sep 11 19:41:53 2024 +0300 Smartx: Declare OpenRTB 2.6 support (prebid#3896) commit e0a21d0 Author: qt-io <104574052+qt-io@users.noreply.github.com> Date: Wed Sep 11 19:31:58 2024 +0300 QT: Add tcfeu support (prebid#3892) Co-authored-by: qt-io <qtssp-support@qt.io> commit b920cca Author: Yanivplaydigo <165155195+Yanivplaydigo@users.noreply.github.com> Date: Wed Sep 11 19:19:12 2024 +0300 Playdigo: Add tcfeu support (prebid#3890) commit 6a011ed Author: ccorbo <ccorbo2013@gmail.com> Date: Wed Sep 11 09:53:54 2024 -0400 Update github.com/rs/cors to v1.11.0 (prebid#3884) Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> commit ec6a45d Author: Steffen Müller <449563+steffenmllr@users.noreply.github.com> Date: Wed Sep 4 15:51:44 2024 +0200 Agma: Allow app.bundle to be used as selector for apps (prebid#3780) commit 8237f7f Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Sep 3 14:34:56 2024 -0400 Refactor Bid Splitter Privacy Functions (prebid#3645) commit f7caea5 Author: Brian Schmidt <brian.schmidt@openx.com> Date: Fri Aug 30 06:47:45 2024 -0700 OpenX: indicate support for OpenRTB 2.6 (prebid#3879) commit e825553 Author: Ben Oraki <46795400+BenOraki@users.noreply.github.com> Date: Fri Aug 30 16:36:22 2024 +0300 New Adapter: Oraki (prebid#3839) commit 2e2b49f Author: escalax <management@escalax.io> Date: Fri Aug 30 16:28:04 2024 +0300 New Adapter: Escalax (prebid#3798) commit 4ea0e33 Author: Copper6SSP <info@copper6.com> Date: Fri Aug 30 16:18:46 2024 +0300 New Adapter: Copper6SSP (prebid#3755) commit 8d7117d Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Aug 27 13:23:34 2024 -0400 Revert "New Module: 51Degrees (prebid#3650)" (prebid#3888) This reverts commit 2606e75. commit 84a8162 Author: Anand Venkatraman <avenkatraman@pulsepoint.com> Date: Thu Aug 22 16:14:32 2024 +0530 PulsePoint: ortb 2.6 version and gpp support (prebid#3874) authored by @anand-venkatraman commit bd85ba4 Author: Nick Llerandi <nick.llerandi@kargo.com> Date: Thu Aug 22 02:15:12 2024 -0400 specifies ortb 2.6 support (prebid#3) (prebid#3876) commit 54f8759 Author: dtbarne <7635750+dtbarne@users.noreply.github.com> Date: Wed Aug 21 07:26:30 2024 -0500 Update mobilefuse.yaml to indicate support for OpenRTB 2.6 and GPP (prebid#3871) commit 59a5b07 Author: mwang-sticky <mwang@freewheel.tv> Date: Wed Aug 21 20:26:15 2024 +0800 freewheel-adapter: support 2.6 (prebid#3873) commit a556e2d Author: Dubyk Danylo <45672370+CTMBNara@users.noreply.github.com> Date: Wed Aug 21 15:23:39 2024 +0300 Fix currency conversion bug. (prebid#3867) Co-authored-by: ddubyk <ddubyk@magnite.com> commit d161712 Author: Pubrise <prebid@pubrise.ai> Date: Wed Aug 21 12:43:39 2024 +0300 new adapter (prebid#3833) authored by @Pubrise commit e8509e6 Author: bretg <bgorsline@gmail.com> Date: Wed Aug 21 05:40:26 2024 -0400 declare support for ORTB 2.6 (prebid#3872) authored by @bretg commit 6be7244 Author: Saar Amrani <saar120@gmail.com> Date: Wed Aug 21 12:37:59 2024 +0300 Update Vidazoo bidder info for GPP support (prebid#3869) commit e4bd6d3 Author: gg-natalia <148577437+gg-natalia@users.noreply.github.com> Date: Sun Aug 18 06:52:28 2024 -0300 ADTS-455 remove video validations (prebid#3842) authored by @gg-natalia commit 2606e75 Author: James Rosewell <james@51degrees.com> Date: Fri Aug 16 14:20:22 2024 +0100 New Module: 51Degrees (prebid#3650) Co-authored-by: James Rosewell <james@51degrees.com> Co-authored-by: Marin Miletic <mrnmiletic@gmail.com> Co-authored-by: Sarana-Anna <anna.sarana@gmail.com> Co-authored-by: Eugene Dorfman <eugene.dorfman@gmail.com> Co-authored-by: Krasilchuk Yaroslav <legend.ko@hotmail.com> commit 0e9b234 Author: Antonios Sarhanis <tsarhanis@gmail.com> Date: Tue Aug 13 18:28:44 2024 +1000 Use format=prebid on adserver requests. (prebid#3846) commit 4d64623 Author: ownAdx <135326256+ownAdx-prebid@users.noreply.github.com> Date: Mon Aug 12 18:51:53 2024 +0530 OwnAdx: Bidder param and URL updates (prebid#3813) Co-authored-by: Hina Yadav <hina.yadav@vertoz.com> commit 2a19924 Author: ahmadlob <109217988+ahmadlob@users.noreply.github.com> Date: Mon Aug 12 16:09:23 2024 +0300 taboola-support-app-in-prebid-server (prebid#3795) commit 4f177ca Author: benben2001 <145416009+benben2001@users.noreply.github.com> Date: Mon Aug 12 21:07:38 2024 +0800 New Adapter: MeloZen (prebid#3784)
* New Adapter: MeloZen (prebid#3784) * taboola-support-app-in-prebid-server (prebid#3795) * OwnAdx: Bidder param and URL updates (prebid#3813) Co-authored-by: Hina Yadav <hina.yadav@vertoz.com> * Use format=prebid on adserver requests. (prebid#3846) * New Module: 51Degrees (prebid#3650) Co-authored-by: James Rosewell <james@51degrees.com> Co-authored-by: Marin Miletic <mrnmiletic@gmail.com> Co-authored-by: Sarana-Anna <anna.sarana@gmail.com> Co-authored-by: Eugene Dorfman <eugene.dorfman@gmail.com> Co-authored-by: Krasilchuk Yaroslav <legend.ko@hotmail.com> * ADTS-455 remove video validations (prebid#3842) authored by @gg-natalia * Update Vidazoo bidder info for GPP support (prebid#3869) * declare support for ORTB 2.6 (prebid#3872) authored by @bretg * new adapter (prebid#3833) authored by @Pubrise * Fix currency conversion bug. (prebid#3867) Co-authored-by: ddubyk <ddubyk@magnite.com> * freewheel-adapter: support 2.6 (prebid#3873) * Update mobilefuse.yaml to indicate support for OpenRTB 2.6 and GPP (prebid#3871) * specifies ortb 2.6 support (prebid#3) (prebid#3876) * PulsePoint: ortb 2.6 version and gpp support (prebid#3874) authored by @anand-venkatraman * Revert "New Module: 51Degrees (prebid#3650)" (prebid#3888) This reverts commit 2606e75. --------- Co-authored-by: benben2001 <145416009+benben2001@users.noreply.github.com> Co-authored-by: ahmadlob <109217988+ahmadlob@users.noreply.github.com> Co-authored-by: ownAdx <135326256+ownAdx-prebid@users.noreply.github.com> Co-authored-by: Hina Yadav <hina.yadav@vertoz.com> Co-authored-by: Antonios Sarhanis <tsarhanis@gmail.com> Co-authored-by: James Rosewell <james@51degrees.com> Co-authored-by: Marin Miletic <mrnmiletic@gmail.com> Co-authored-by: Sarana-Anna <anna.sarana@gmail.com> Co-authored-by: Eugene Dorfman <eugene.dorfman@gmail.com> Co-authored-by: Krasilchuk Yaroslav <legend.ko@hotmail.com> Co-authored-by: gg-natalia <148577437+gg-natalia@users.noreply.github.com> Co-authored-by: Saar Amrani <saar120@gmail.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Pubrise <prebid@pubrise.ai> Co-authored-by: Dubyk Danylo <45672370+CTMBNara@users.noreply.github.com> Co-authored-by: ddubyk <ddubyk@magnite.com> Co-authored-by: mwang-sticky <mwang@freewheel.tv> Co-authored-by: dtbarne <7635750+dtbarne@users.noreply.github.com> Co-authored-by: Nick Llerandi <nick.llerandi@kargo.com> Co-authored-by: Anand Venkatraman <avenkatraman@pulsepoint.com> Co-authored-by: Brian Sardo <1168933+bsardo@users.noreply.github.com>
commit b962448f14e348cec4cb226d5e4bb943db1cd1c9 Author: PGAMSSP <142323401+PGAMSSP@users.noreply.github.com> Date: Wed Nov 27 00:28:47 2024 +0200 PgamSSP: Add GVL vendor ID (#4056) commit 45743ca883d7b581f195ef15df534ff429762d4d Author: Copper6SSP <info@copper6.com> Date: Wed Nov 27 00:16:36 2024 +0200 Copper6ssp: Add GVL vendor ID (#4072) commit 34d2cf4316f49f531e96dacc01c0bf79167f9b03 Author: Isha Bharti <isha.bharti@pubmatic.com> Date: Wed Nov 27 03:26:29 2024 +0530 Pubmatic: Declare support for OpenRTB 2.6 (#4078) commit b7229831ed8d65727c49badf776fb41113c1a97f Author: bhainesnexxen <146981622+bhainesnexxen@users.noreply.github.com> Date: Tue Nov 26 13:40:29 2024 -0800 Unruly: Remove indicated support for gzip (#4028) Co-authored-by: Brian Haines <bhaines@tremorvideo.com> commit 748ccd05dc92c15504583bc9ce655a9cf2cf31a2 Author: Patrick McCann <patmmccann@gmail.com> Date: Tue Nov 26 16:31:10 2024 -0500 Reserve IGS name (#4073) commit 56b72c1f281dcbd3bc885e1cae3e11f73a8842e1 Author: Eugene Dorfman <eugene.dorfman@gmail.com> Date: Tue Nov 26 22:13:29 2024 +0100 Pass through unknown imp.ext values to adapters (#3878) Co-authored-by: AntonYPost <anton.yushchuk@postindustria.com> commit d52eb402de0fb19fc7ffb5077fa83b06e4d418f9 Author: Jeff Mahoney <jeff.t.mahoney@gmail.com> Date: Fri Nov 22 14:05:08 2024 -0500 Sharethrough adapter: adding declared support for oRTB 2.6 (#4066) commit 4bcf529cfedd92bb22fae6a0febe6c7ff03e07c8 Author: driftpixelai <166716541+driftpixelai@users.noreply.github.com> Date: Fri Nov 22 20:01:56 2024 +0200 Driftpixel: Add default cookie sync endpoint (#3973) commit 3f413a0868e1f0ea79876584597d90976bdec163 Author: ashishshinde-pubm <109787960+ashishshinde-pubm@users.noreply.github.com> Date: Fri Nov 22 22:59:03 2024 +0530 Modules: Add bidder response to raw bidder response stage payload (#3882) commit 95895a1b007af484f0f912de1e09c6e0719280ed Author: Nikhil Vaidya <102963966+pm-nikhil-vaidya@users.noreply.github.com> Date: Fri Nov 22 22:45:27 2024 +0530 Floors: Modify fetchrate to usefetchdatarate (#3972) commit 2099424654ccdf8fb51b2a627446c2d8bd51a6a4 Author: linux019 <anode.dev@gmail.com> Date: Fri Nov 22 05:19:59 2024 +0200 Fix cache init and update timeouts in stored requests (#4027) commit f9877520cae8079bfef633501d081687a0671bbc Author: Bugxyb <markxyb@gmail.com> Date: Fri Nov 22 10:48:55 2024 +0800 AlgoriX: Add GVL vendor ID (#4068) Co-authored-by: xunyunbo <xunyunbo@do-global.com> commit 3406b59a231bff311f05fb9049dcf9ec5a136eb6 Author: Scott Kay <noreply@syntaxnode.com> Date: Thu Nov 21 15:39:59 2024 -0500 Pass "req.ext.prebid.targeting.includebrandcategory" To Bidders (#3817) commit 8b757fe4b81e67d314434b43769c4c9507d477a3 Author: Michel Chrétien <mchretien@adagio.io> Date: Thu Nov 21 17:35:09 2024 +0100 Fix: imp ext prebid adunitcode unintentionally dropped (#4064) commit 63af8af36f5deabad3ebd70f5931f37a69c55941 Author: Rafael Taveira <103446145+rafataveira@users.noreply.github.com> Date: Wed Nov 13 10:27:32 2024 -0600 New Adapter: Nativo (#3790) commit 24ba83b367de1cb313ea2e9b6f67f7b7c7a52ee2 Author: Krushmedia <71434282+Krushmedia@users.noreply.github.com> Date: Wed Nov 13 18:17:23 2024 +0200 Krushmedia: Update user sync urls (#3979) commit 181d523d2dd00dac1e517c6bfc0ae9e908f10082 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Nov 13 11:07:13 2024 -0500 Fix: Delete user.ext.prebid.buyeruids after extraction (#4049) commit 106f6e450a2f6ab3ce986299468b9f657f4a0826 Author: IQZoneAdx <88879712+IQZoneAdx@users.noreply.github.com> Date: Mon Nov 4 23:54:00 2024 +0200 IQzone: Add user sync (#3971) commit 34035447654e1a91ba11095c25c9d67cb51200d7 Author: PGAMSSP <142323401+PGAMSSP@users.noreply.github.com> Date: Mon Nov 4 23:30:59 2024 +0200 PgamSSP: Add currency converter (#3907) commit a788661f45ac5399cc33f656cfca7a3f1ee8d107 Author: MartinGumGum <109325501+MartinGumGum@users.noreply.github.com> Date: Mon Nov 4 11:14:07 2024 -0800 GumGum: Override the default currency (#3928) commit 6e150f36c341d006d3426d813d7beaf420d9651d Author: Scott Kay <noreply@syntaxnode.com> Date: Thu Oct 31 13:31:57 2024 -0400 Increment Package Version To v3 (#4029) commit 5b11f59bdde56d7b22678efb4b3dfb2da9c62a7f Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Oct 30 15:41:51 2024 -0400 Adapters: Update to use jsonutil unmarshal (#4021) Co-authored-by: VeronikaSolovei9 <kalypsonika@gmail.com> commit 3907f1ae0c786fb887574134fb0edcf247976f36 Author: Scott Kay <noreply@syntaxnode.com> Date: Wed Oct 30 13:16:49 2024 -0400 Remove Default Request Hardcoded Aliases (#4020) commit df58baff01da6946cd7f075a10790cd1c52ea1f0 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 29 21:05:07 2024 -0400 Cookie Sync: Use max when limit is 0 (#4022) commit db2a872e4e1ceead524d2894013f298c8b499533 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 29 17:20:57 2024 -0400 ORTB 2.6: Full support with down convert for 2.5 adapters (#4019) Co-authored-by: hhhjort <31041505+hhhjort@users.noreply.github.com> Co-authored-by: Veronika Solovei <kalypsonika@gmail.com> commit 14197618936578fda6f019e21fa7b40504abc083 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Oct 29 16:35:05 2024 -0400 Rename Blacklisted Apps to Blocked Apps (#3620) commit ddf897c861bfb9cd026834161c43e53287120ff1 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Tue Oct 29 14:07:49 2024 -0400 Update Cookie Sync Chooser Debug Message to match Java (#3558) commit a23380f23fd5792c951f0440c7a55a8e055cc839 Author: Mohammad Nurul Islam Shihan <93646635+ishihanvcs@users.noreply.github.com> Date: Tue Oct 29 21:34:31 2024 +0600 ImproveDigital: Remove placementKey & addtlconsent parsing (#3728) commit 03a4abdf04b3176fcb394ca173fedd1b6beba0ff Author: Alex Maltsev <and1sscsgo@gmail.com> Date: Tue Oct 22 22:26:45 2024 +0300 Sample: Fix prebid js loading bug on sample html page (#3792) commit 18f679834a60cdb243afd3b7a17fd10dc020a53f Author: Sebastien Boisvert <sebhtml@protonmail.com> Date: Tue Oct 22 15:15:07 2024 -0400 Bump Go version to 1.22 in dev containers config (#3983) commit bcf6491f94c685fefc22f222e96c65a5cdd38344 Author: sindhuja-sridharan <148382298+sindhuja-sridharan@users.noreply.github.com> Date: Thu Oct 17 15:20:45 2024 -0600 GumGum: Declare ORTB 2.6 support (#3985) commit 451bc449e09be5aa5310e865bc3904fa92ad3474 Author: Bluesea <129151981+blueseasx@users.noreply.github.com> Date: Thu Oct 17 03:12:50 2024 +0800 BlueSea: Add site capability (#3910) Co-authored-by: prebid-bluesea <prebid@blueseasx.com> commit 8134328c03de3b8d4618c027dd6caf1c063a00a6 Author: Boris Yu <admin@xdevel.info> Date: Wed Oct 16 21:08:50 2024 +0300 Displayio: Make imp.bidfloor optional (#3959) commit b56923c28d20f05cc0b8d4d0a340233b4ed03840 Author: Piotr Jaworski <109736938+piotrj-rtbh@users.noreply.github.com> Date: Tue Oct 15 21:49:39 2024 +0200 RTB House: Resolve AUCTION_PRICE macro (#3901) commit cbe987664b8b36a63620ac9fd88ef3a4731c1892 Author: Irakli Gotsiridze <ikagotso@gmail.com> Date: Tue Oct 15 23:30:17 2024 +0400 enable gzip (#3946) commit 5fcbbbfb17d4029bf60f03c7919490dfcdd98874 Author: Patrick Loughrey <ploughrey@triplelift.com> Date: Tue Oct 15 15:19:47 2024 -0400 Triplelift: Adding flag for 2.6 support (#3966) commit c37951a3be2494623bffbed352137eed98bf7b1b Author: ym-winston <46379634+ym-winston@users.noreply.github.com> Date: Tue Oct 15 15:18:54 2024 -0400 update yieldmo.yaml to indicate support for ortb 2.6 (#3968) commit 9bb9b3db2135b0085e8b1f3608eb1da73871e6b7 Author: bhainesnexxen <146981622+bhainesnexxen@users.noreply.github.com> Date: Tue Oct 15 12:09:33 2024 -0700 Unruly: Indicate Support for OpenRTB 2.6 (#3984) commit 87d4412b6c8e01a011c8b258274a87c37c7760bc Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Oct 9 19:08:14 2024 +0000 Refactor: Move privacy init up (#3958) commit 64584f60f0922ef9b285089469d667424e33d395 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Oct 8 19:52:25 2024 +0000 Refactor: Remove getAuctionBidderRequests (#3957) commit d54c3ed22d437a590092870e611903208f840969 Author: ysfbsf <youssef.bsf@gmail.com> Date: Tue Oct 8 15:42:40 2024 +0200 New Adapter: Missena (#3761) commit 8689e0df95b9449a22d28eb5c56bbe9fc53f719c Author: Nick <bansawbanchee@users.noreply.github.com> Date: Mon Oct 7 10:39:59 2024 -0400 Sonobi: native and currency conversion support (#3889) Co-authored-by: bansawbanchee <nick@britepool.com> commit f27bcefd0ffa351a1b844f26cc5d6250fd071c64 Author: dkornet-ad <169174147+dkornet-ad@users.noreply.github.com> Date: Thu Oct 3 09:33:54 2024 +0300 New Adapter: Bidmatic (#3731) authored by @dkornet-ad commit 6c154e0f7f86d63227026506cf38872f6fe61cb1 Author: Alexander Pykhteyev <alex.pykhteyev@gmail.com> Date: Wed Sep 25 23:08:23 2024 +0700 New Adapter: Streamlyn (#3900) Co-authored-by: apykhteyev <alex@project-limelight.com> commit 53f51a6668ba7c1309915e5bd3feaabcac4cd771 Author: przemkaczmarek <167743744+przemkaczmarek@users.noreply.github.com> Date: Wed Sep 25 17:53:07 2024 +0200 GPC: Set extension based on header (#3895) commit c42fe53a22b85dc0d2d651963158e92e8ce288ce Author: bkaneyama <brad.kaneyama@gmail.com> Date: Wed Sep 25 07:46:01 2024 -0700 InMobi: mtype support (#3921) commit 8b1b96e59003f7743d0e86301a87d9455e8592c1 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Sep 25 14:22:18 2024 +0000 Add docs build readme (#3930) commit 4462fcef3555e5d37cabecbbc12e8c98bd56ec30 Author: Eugene Dorfman <eugene.dorfman@gmail.com> Date: Wed Sep 25 16:11:45 2024 +0200 51degrees module (#3893) commit 11b6546f5bffe2737cdf0eb6c9a98d346e138504 Author: Alex Maltsev <and1sscsgo@gmail.com> Date: Mon Sep 23 16:54:18 2024 +0300 Rubicon: Pass PBS host info to XAPI (#3903) commit 93368cc9c4327be60622dae321e06bbfdb1e971f Author: rtuschkany <35923908+rtuschkany@users.noreply.github.com> Date: Thu Sep 19 23:45:32 2024 +0200 ConnectAd: String/int fix (#3925) commit 905b3a5a29682ed74e9dc5e4c5e2404778ff9f08 Author: ShriprasadM <shriprasad.marathe@gmail.com> Date: Thu Sep 19 18:30:20 2024 +0530 Log non bid reasons in bidder framework (#2891) Co-authored-by: Shriprasad Marathe <shriprasad.marathe@pubmatic.com> Co-authored-by: ashish.shinde <ashish.shinde@pubmatic.com> Co-authored-by: dhruv.sonone <dhruv.sonone@pubmatic.com> commit 3c4527e9790e19647f12237f59875a5bbe61cfa3 Author: Mikael Lundin <mikael-lundin@users.noreply.github.com> Date: Wed Sep 18 13:38:49 2024 +0200 Adnuntius: Return DSA in bid response (#3777) commit 640b97c1e0c2286e98252794762926ad4fc8ce38 Author: lm-ved <105272141+lm-ved@users.noreply.github.com> Date: Mon Sep 16 12:17:54 2024 +0530 LemmaDigital: change endpoint (#3862) commit 3e24be7950bea48b960a3d68206083e4995cd97b Author: Alexander Pykhteyev <alex.pykhteyev@gmail.com> Date: Sat Sep 14 04:04:09 2024 +0700 New Adapter: TGM (#3848) Co-authored-by: apykhteyev <alex@project-limelight.com> commit ffdd75f6fe1f24cf8ed7891b6af7b65afbda9761 Author: Robert Kawecki <rkaw92@users.noreply.github.com> Date: Thu Sep 12 21:52:51 2024 +0200 New Adapter: AdTonos (#3853) commit c02ee8c13280f72e173fee2adae441b92fb218ae Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Thu Sep 12 12:34:46 2024 -0700 Update exchange json tests with correct hb_pb_cat_dur (#3836) commit 7613ff5a2aa304522854ac1b61dafd780caea8d7 Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Thu Sep 12 12:27:07 2024 -0700 Update adapter json test framework to validate BidVideo (#3835) commit 6cbedf0319f6b82946bfde02f8cdc4875f518a69 Author: schubert-sc <144821265+schubert-sc@users.noreply.github.com> Date: Wed Sep 11 19:41:53 2024 +0300 Smartx: Declare OpenRTB 2.6 support (#3896) commit e0a21d0c355ccc6cc903259a3435c7939151e66c Author: qt-io <104574052+qt-io@users.noreply.github.com> Date: Wed Sep 11 19:31:58 2024 +0300 QT: Add tcfeu support (#3892) Co-authored-by: qt-io <qtssp-support@qt.io> commit b920cca0c426eed97e44ea17d28dfbf4dd8f868d Author: Yanivplaydigo <165155195+Yanivplaydigo@users.noreply.github.com> Date: Wed Sep 11 19:19:12 2024 +0300 Playdigo: Add tcfeu support (#3890) commit 6a011ed23d02a181d9ed487c105967ed91b98edf Author: ccorbo <ccorbo2013@gmail.com> Date: Wed Sep 11 09:53:54 2024 -0400 Update github.com/rs/cors to v1.11.0 (#3884) Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> commit ec6a45d2b6772b32c04053504a3422c571f9fb06 Author: Steffen Müller <449563+steffenmllr@users.noreply.github.com> Date: Wed Sep 4 15:51:44 2024 +0200 Agma: Allow app.bundle to be used as selector for apps (#3780) commit 8237f7fec597ac15b893eb2f8715744cfaee4590 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Sep 3 14:34:56 2024 -0400 Refactor Bid Splitter Privacy Functions (#3645) commit f7caea51241fa0ac427d4789a60efbff9b36b9ab Author: Brian Schmidt <brian.schmidt@openx.com> Date: Fri Aug 30 06:47:45 2024 -0700 OpenX: indicate support for OpenRTB 2.6 (#3879) commit e825553a70ce9143a821c851eb7d77b2b01a2830 Author: Ben Oraki <46795400+BenOraki@users.noreply.github.com> Date: Fri Aug 30 16:36:22 2024 +0300 New Adapter: Oraki (#3839) commit 2e2b49fb166c0b6f95692a58ca662a8cf3d178a9 Author: escalax <management@escalax.io> Date: Fri Aug 30 16:28:04 2024 +0300 New Adapter: Escalax (#3798) commit 4ea0e33a37c77b2167c72a1448a975d1841fb58a Author: Copper6SSP <info@copper6.com> Date: Fri Aug 30 16:18:46 2024 +0300 New Adapter: Copper6SSP (#3755) commit 8d7117d948879d0cf44b2513a9beec3bf6404012 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Aug 27 13:23:34 2024 -0400 Revert "New Module: 51Degrees (#3650)" (#3888) This reverts commit 2606e7529f36aca8e645fc38814ba9924baba8a9. commit 84a8162205b1aacaec18ceedd9cb0b99796818b7 Author: Anand Venkatraman <avenkatraman@pulsepoint.com> Date: Thu Aug 22 16:14:32 2024 +0530 PulsePoint: ortb 2.6 version and gpp support (#3874) authored by @anand-venkatraman commit bd85ba414df00ba971015773ef67ccecb6f7792c Author: Nick Llerandi <nick.llerandi@kargo.com> Date: Thu Aug 22 02:15:12 2024 -0400 specifies ortb 2.6 support (#3) (#3876) commit 54f875981f54964410b9e5370a421f7d25af116f Author: dtbarne <7635750+dtbarne@users.noreply.github.com> Date: Wed Aug 21 07:26:30 2024 -0500 Update mobilefuse.yaml to indicate support for OpenRTB 2.6 and GPP (#3871) commit 59a5b07ed07f91fec6e51ee21e57e1de6099d4b5 Author: mwang-sticky <mwang@freewheel.tv> Date: Wed Aug 21 20:26:15 2024 +0800 freewheel-adapter: support 2.6 (#3873) commit a556e2d3479d53509dffd21bd0e23689332a87a8 Author: Dubyk Danylo <45672370+CTMBNara@users.noreply.github.com> Date: Wed Aug 21 15:23:39 2024 +0300 Fix currency conversion bug. (#3867) Co-authored-by: ddubyk <ddubyk@magnite.com> commit d16171226aacf9d3aeaf4426c10e499fcd57d9eb Author: Pubrise <prebid@pubrise.ai> Date: Wed Aug 21 12:43:39 2024 +0300 new adapter (#3833) authored by @Pubrise commit e8509e659034f406b1aa0c728742b63ea565a04e Author: bretg <bgorsline@gmail.com> Date: Wed Aug 21 05:40:26 2024 -0400 declare support for ORTB 2.6 (#3872) authored by @bretg commit 6be724459440c9e8fdc2f94eeff5df8280c8750e Author: Saar Amrani <saar120@gmail.com> Date: Wed Aug 21 12:37:59 2024 +0300 Update Vidazoo bidder info for GPP support (#3869) commit e4bd6d3675111a973c100694af84f6764fc21f1e Author: gg-natalia <148577437+gg-natalia@users.noreply.github.com> Date: Sun Aug 18 06:52:28 2024 -0300 ADTS-455 remove video validations (#3842) authored by @gg-natalia commit 2606e7529f36aca8e645fc38814ba9924baba8a9 Author: James Rosewell <james@51degrees.com> Date: Fri Aug 16 14:20:22 2024 +0100 New Module: 51Degrees (#3650) Co-authored-by: James Rosewell <james@51degrees.com> Co-authored-by: Marin Miletic <mrnmiletic@gmail.com> Co-authored-by: Sarana-Anna <anna.sarana@gmail.com> Co-authored-by: Eugene Dorfman <eugene.dorfman@gmail.com> Co-authored-by: Krasilchuk Yaroslav <legend.ko@hotmail.com> commit 0e9b234a8b6faa7a3a105ab5662aa047c8798574 Author: Antonios Sarhanis <tsarhanis@gmail.com> Date: Tue Aug 13 18:28:44 2024 +1000 Use format=prebid on adserver requests. (#3846) commit 4d64623dd680bfd9add95fbf2c65b5b224f2b64a Author: ownAdx <135326256+ownAdx-prebid@users.noreply.github.com> Date: Mon Aug 12 18:51:53 2024 +0530 OwnAdx: Bidder param and URL updates (#3813) Co-authored-by: Hina Yadav <hina.yadav@vertoz.com> commit 2a19924a0076a6a501acb47ec42f80ba5bc19abc Author: ahmadlob <109217988+ahmadlob@users.noreply.github.com> Date: Mon Aug 12 16:09:23 2024 +0300 taboola-support-app-in-prebid-server (#3795) commit 4f177cae3b1ca96a9e9ed5145610eb6ab9ada42e Author: benben2001 <145416009+benben2001@users.noreply.github.com> Date: Mon Aug 12 21:07:38 2024 +0800 New Adapter: MeloZen (#3784) commit ce331a7d67fb26a09a4c3a15ec02fc75a2935c76 Author: Scott Kay <noreply@syntaxnode.com> Date: Thu Aug 8 14:28:25 2024 -0400 Fix: Aliases Of Bidders With UserSync Supports Declared Only (#3850) commit 211f13ada532b8a6bd9576dc490f4300d0393b2b Author: Ilia Medvedev <mailbox@imedvedev.com> Date: Thu Aug 8 17:34:27 2024 +0400 New Adapter: Filmzie (#3758) authored by @imedvedko commit cba6221243159fefc06c3a7193d9bc3cdcce1ca0 Author: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Thu Aug 8 15:48:00 2024 +0300 SmartHub: add alias VimayX (#3760) commit dabc3862eec070236dd8a4bc9571e2eeee334673 Author: Yanivplaydigo <165155195+Yanivplaydigo@users.noreply.github.com> Date: Wed Aug 7 17:02:28 2024 +0300 Playdigo: Add user sync (#3797) commit 804334a3528381004c32832e0bb7a1329dfea0db Author: metax-kehan <115962296+metax-kehan@users.noreply.github.com> Date: Wed Aug 7 01:16:51 2024 +0800 New Adapter: MetaX (#3712) commit e8e2848f04a6bdfc4739ca8bebdeb5d2054ac571 Author: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Tue Aug 6 20:06:13 2024 +0300 SmartHub: add alias FelixAds (#3837) authored by @SmartHubSolutions commit efc1e8b194a532605d13a457a24d44c1d7d1764d Author: andre-gielow-ttd <124626380+andre-gielow-ttd@users.noreply.github.com> Date: Tue Aug 6 12:59:15 2024 -0400 New Adapter: TheTradeDesk (#3738) commit c3d8379c0583dcfdcad53db34130290972dc7441 Author: dkornet-ad <169174147+dkornet-ad@users.noreply.github.com> Date: Tue Aug 6 17:49:42 2024 +0300 Adtelligent: ext aid type (#3676) authored by @dkornet-ad commit c50e264b3c525b74fba81e316dbab004b78e9f60 Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Tue Aug 6 02:27:18 2024 -0700 OpenX: return cat/dur for video bids (#3834) commit 8b13ebcb54fbaf521665d696485b2b59986f7d54 Author: edandavi <edandavi@gmail.com> Date: Mon Aug 5 19:03:03 2024 +0300 consumable adapter - use configured endpoint instead of hardcoded value (#3783) authored by @edandavi commit 7c92e10701a338dfede742fcc0269ec3b62d16a0 Author: qt-io <104574052+qt-io@users.noreply.github.com> Date: Thu Aug 1 20:00:51 2024 +0300 New Adapter: QT (#3696) authored by @qt-io commit 843a81cf0fe7771b4220b9bf10dcd7a57c579169 Author: Vincent <vincent.r06@gmail.com> Date: Tue Jul 30 23:11:16 2024 +0200 Criteo: Add support for paapi (#3759) Co-authored-by: v.raybaud <v.raybaud@criteo.com> commit ed3e4a121e289526f495ccf005634b13c5e75c33 Author: Zhongshi Xi <xizhongshiwise@gmail.com> Date: Mon Jul 29 16:21:06 2024 -0400 Gracefully shutdown analytics module/runner (#3335) commit 466ff838b669f45a1de7a70d0f33fe113e3430cb Author: Ruslan S. <ruslan.sibgatullin@smaato.com> Date: Tue Jul 30 03:51:44 2024 +0800 Smaato: Add DOOH support (#3751) commit 55094fe8f0c8621a0c595858e291db59301757d6 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Mon Jul 29 11:36:16 2024 -0400 Fix: Triplelift Native add site.publisher nil check (#3824) commit 83bce5acd411fc2db39317dc77b53a626c985f6a Author: Aaron Price <67345931+AaronColbyPrice@users.noreply.github.com> Date: Thu Jul 25 05:58:01 2024 -0700 PBS Go: 2024 Doc updates including endpoint and ortb support version (#3724) Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com> commit 382f793e658906d5b1dfe244515401db7314adbf Author: rtuschkany <35923908+rtuschkany@users.noreply.github.com> Date: Thu Jul 25 14:56:01 2024 +0200 ConenctAd Adapter Update (#3715) commit 536821f25e148c063e66e09d0892ce3f1b69720e Author: Patrick Loughrey <ploughrey@triplelift.com> Date: Wed Jul 24 12:37:36 2024 -0400 Triplelift Native: Mapping tag_code (#3745) commit d1596c817e7080cc2e2a15e6b0b3893ef4be27f1 Author: Ruslan S. <ruslan.sibgatullin@smaato.com> Date: Wed Jul 24 21:46:37 2024 +0800 Smaato: Change server response type (#3734) commit 115f77317c7484cf73710f86d30f4ecb9a76214a Author: BIGOAds <bigoads-prebid@bigo.sg> Date: Wed Jul 24 21:34:40 2024 +0800 New Adapter: bigoad (#3711) Co-authored-by: linzhucheng <linzhucheng@bigo.sg> commit f087eeaafec84ade9dca2b7a1851f5f73bde51df Author: Laurentiu Badea <laurb9@users.noreply.github.com> Date: Wed Jul 24 05:41:36 2024 -0700 OpenX: accept incoming string fields to support Prebid.js 9 (#3668) commit 0f5a1fe23db348a7de010f16d7b4b951f307abd4 Author: Adprime <64427228+Adprime@users.noreply.github.com> Date: Mon Jul 22 13:02:33 2024 +0300 Adprime: add userSync (#3770) Co-authored-by: Aiholkin <artem.iholkin@smartyads.com> commit da658e787f536d21769a49316d7d2c5dff39e323 Author: Tactics Technology LLC <josh@bioniclogic.com> Date: Mon Jul 22 03:02:08 2024 -0700 CPMStar: add gvlVendorID (#3779) commit 0a3271dc7808d8da9d49c018deea365eaa53bc14 Author: Boris Yu <admin@xdevel.info> Date: Mon Jul 22 12:53:25 2024 +0300 New Adapter: Displayio (#3691) authored by @xdevel commit 5fefeaaed05e9ce9feeec34b8231ac1bd025f021 Author: Tetiana Volkova <126241934+tetianaatsmaato@users.noreply.github.com> Date: Thu Jul 18 17:35:11 2024 +0200 Smaato: Add DSA support tests (#3749) commit a1b4451ac2e5b3890a46922aa8892c29f4281891 Author: MarinaZhuravlevaCriteo <m.zhuravleva@criteo.com> Date: Thu Jul 18 22:14:15 2024 +0700 Criteo: Add support for native (#3709) commit 99431ad83fa7546d8e8d60acc3feae77c815f37f Author: Abdulbaki Çam <71071893+bakicam@users.noreply.github.com> Date: Wed Jul 3 20:38:17 2024 +0300 New Adapter: Admatic (#3654) Co-authored-by: Faruk Çam <mail@farukix.com> commit 670e1d4d0d30fa22c46a9059c68fddbde95d701c Author: BizzClick <73241175+BizzClick@users.noreply.github.com> Date: Mon Jul 1 12:24:29 2024 +0300 Bizzclick: rename bizzclick to blasto (#3688) commit a907ecb1f13a0de23f44d8f6d5d26c0a3d5b28fc Author: Anand Venkatraman <avenkatraman@pulsepoint.com> Date: Mon Jul 1 14:53:33 2024 +0530 PulsePoint: Marking cp/ct params to be either String or Int (#3677) commit 80a90dd32635f087563d5e9e51593a7313a3913b Author: IgorKulemzin <65122039+IgorKulemzin@users.noreply.github.com> Date: Mon Jul 1 11:45:41 2024 +0300 OpenWeb: Adapter Refactor + New Endpoint (#3670) Co-authored-by: Zdravko Kosanovic <zdravko.kosanovic@risecodes.com> Co-authored-by: Dedi Sidi <dedi.sidi@risecodes.com> commit 8784615f24129f751c2e83b738180a089ac015dc Author: SiddhantAgrawal <siddh.ag45@gmail.com> Date: Mon Jul 1 13:45:13 2024 +0530 InMobi: include iframe & native for M-Web (#3682) Co-authored-by: Siddhant Kumar Agrawal <siddhant.agrawal@IM1953-X1.local> Co-authored-by: Siddhant Kumar Agrawal <siddhant.agrawal@GL3259-W1.corp.inmobi.com> commit 09a3dd4c3d9005babe88868c1fdc029f630cf857 Author: Saar Amrani <saar120@gmail.com> Date: Mon Jul 1 10:54:47 2024 +0300 New Adapter: Vidazoo (#3698) commit 057e25d6ab740d636dd27a2f1d6d3ae90c349427 Author: sergeykcointraffic <158448507+sergeykcointraffic@users.noreply.github.com> Date: Sat Jun 29 01:01:56 2024 +0800 New Adapter: Сointraffic (#3647) Co-authored-by: Aleksandr Štšepelin <as@jp.ee> commit 07f3ee24245daac300565a38d62550663ac3d6ea Author: redaguermas <redaguermas@gmail.com> Date: Thu Jun 27 06:45:38 2024 -0700 Nobid: Add iframe sync support (#3732) Co-authored-by: Reda Guermas <reda.guermas@nobid.io> commit 2a8483bce5654c19b42e890bff956a5728fe48a5 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Wed Jun 26 20:29:27 2024 +0200 IX: save/restore global var in test (#3638) Signed-off-by: Dmitry S <dsavints@gmail.com> commit 3295c4119324f6d33d1d9851872cd9b2e594f3f3 Author: Scott Kay <noreply@syntaxnode.com> Date: Wed Jun 26 12:10:20 2024 -0400 AppNexus: Forward GPID (#3767) commit 9f2caf930dd8874ff762df95eed837a30cc0ff29 Author: Nick Jacob <nickbjacob@gmail.com> Date: Tue Jun 25 08:19:11 2024 -0400 add support for setting seat (bidderCode) override + demand source in bid meta (#3733) authored by @nickjacob commit fe5557528809056335e53c4959c91452fbf8cf03 Author: ownAdx <135326256+ownAdx-prebid@users.noreply.github.com> Date: Tue Jun 25 17:46:48 2024 +0530 OwnAdx: Add cookie sync (#3713) Co-authored-by: Hina Yadav <hina.yadav@vertoz.com> commit 817afeb8d448a43c8665d436e68549df75a824ec Author: Ruslan S <ruslan.sibgatullin@smaato.com> Date: Tue Jun 25 01:41:07 2024 +0800 Gitignore changes (#3752) commit 8500d569c4be11545b6e81fe6e2c048b8b4533a5 Author: 方思敏 <506374983@qq.com> Date: Mon Jun 24 17:43:07 2024 +0800 New Adapter : MediaGo (#3705) * Add MediaGo bidder adapter * update getBidType * MediaGo bidder add test covarage and update some logic * Change the EP's domain macro replacement to let the Publisher modify the config. * change mediago docs * change mediago docs * 1. follow Go's comment convention 2. remove the unsupported formats instead of leaving them as comments commit 4dc40058f8f117b39d975da83170bb45db6f67de Author: driftpixelai <166716541+driftpixelai@users.noreply.github.com> Date: Mon Jun 17 05:26:15 2024 -0700 New Adapter: Driftpixel (#3684) commit fb15da3ae96efbf92ca7bbd61b3c18ee15031d2d Author: Brett Bloxom <38990705+BrettBlox@users.noreply.github.com> Date: Mon Jun 17 01:54:02 2024 -0600 New Adapter: Concert (#3651) commit 2aa6aea88f798714a8f2bba1808869efd33bb067 Author: Wls-demo <67785512+Wls-demo@users.noreply.github.com> Date: Mon Jun 17 10:38:32 2024 +0300 Boldwin: update maintainer email (#3701) Co-authored-by: Wls-demo <wls_demo_box@smartyads.com> commit a812221ced16aad3f27949810f1109c39b7f63f7 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Tue Jun 11 21:26:18 2024 +0200 Fix semgrep issue with dgryski Go ruleset (#3719) commit 1979036892546cedace3999037626b62fdb6a45b Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Tue Jun 11 19:23:39 2024 +0200 Fix golangci-lint issues (#3679) commit 2d2bf71aa3b2db5f55bc290028d5ae99252c22ec Author: Vungle-GordonTian <115982294+Vungle-GordonTian@users.noreply.github.com> Date: Tue Jun 11 22:24:50 2024 +0800 Vungle: Rename from liftoff (#3727) commit e13d786d5ec2db1ffd2206f25546f2f41ed62e78 Author: Scott Kay <noreply@syntaxnode.com> Date: Fri Jun 7 12:16:07 2024 -0400 Upgrade To Go 1.22 (#3686) commit 7702a78118cf56ebf2a4e998f4757b01640ef404 Author: Ruslan S <ruslan.sibgatullin@smaato.com> Date: Wed Jun 5 19:07:22 2024 +0800 Smaato: Add ORTB2.6 tests (#3646) commit 32fdbc4be35375912ac886ca05f7318c06995e0c Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Jun 4 21:07:45 2024 -0400 Imp FPD: Skip bidder params and native validation (#3720) commit ecf317144863d7aa9e5e7ea5c454e4c246d5ad8e Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Jun 4 16:33:23 2024 -0400 Fix: Expect Array Overwrites in Imp FPD Tests (#3725) commit c4fde39c25918f8931c720cde5a5375578be5dc1 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Jun 4 13:36:18 2024 -0400 FPD: Don't Merge Arrays (#3708) commit 37bcf01d9faf8c19c7837340e04563815ea46feb Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Mon Jun 3 22:16:19 2024 -0400 Bidder-specific imp FPD (#3704) commit 2b8e8cd96d08dafcff0f4d6400602876f2660b95 Author: ym-winston <46379634+ym-winston@users.noreply.github.com> Date: Sun Jun 2 01:13:13 2024 -0400 Yieldmo: Add bid floor currency conversion (#3697) commit c528d182af1f5701b1605b2bd688594a9ddfde75 Author: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Fri May 31 17:02:26 2024 +0300 new alias tredio (#3707) co-authored by @SmartHubSolutions commit ff9aed5138ad69a47d4ef8052d100bf4a89e8e6c Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed May 29 14:31:41 2024 -0400 Move imp validation into ortb package (#3685) commit 9133d2cf25d4a3ef4300495bd258a47f8997866c Author: Aman Jain <34913883+amanpatniajmer@users.noreply.github.com> Date: Mon May 27 10:59:44 2024 +0530 Medianet: Adds mtype support to be used as BidType (#3658) Co-authored-by: Aman Jain <aman.ja@media.net> Co-authored-by: rajatgoyal2510 <rajat.goyal2510@gmail.com> commit 72d040b29703e868dc95a923f974bef652ae4e6e Author: 李向军 <401154047@qq.com> Date: Thu May 23 18:35:43 2024 +0800 Yeahmobi: Fix video bug (#3680) Co-authored-by: @lxj15398019970 commit 93bf6516aab94fca26b649b05a9c97ae36a64336 Author: Zhongshi Xi <xizhongshiwise@gmail.com> Date: Thu May 23 05:28:24 2024 -0400 Hello World Sample (#3326) Co-authored-by: Bret Gorsline <bgorsline@gmail.com> commit 83e12ea767fc24f24c684f0d4ae359d3ed7868e9 Author: pm-avinash-kapre <112699665+AvinashKapre@users.noreply.github.com> Date: Wed May 22 19:07:27 2024 +0530 pubmatic: Pass imp.ext.gpid to SSP (#3669) commit 884b0d0611563f9dabe84990c05e38b3d5c4401f Author: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Wed May 22 16:37:14 2024 +0300 SmartHub: add jdpmedia alias (#3689) commit a939c4b16a4fd67f64f24ecbe01556155762bd43 Author: bhainesnexxen <146981622+bhainesnexxen@users.noreply.github.com> Date: Wed May 22 04:13:41 2024 -0700 Unruly: dynamic bid response array size (#3644) Co-authored-by: Brian Haines <bhaines@tremorvideo.com> commit 01e9f6d04642a614d18407181526626a27210db9 Author: ecdrsvc <82906140+ecdrsvc@users.noreply.github.com> Date: Wed May 22 06:20:39 2024 -0400 set geoscope to CAN (#3687) commit e3ce0ecf7e6f70791d7f00f84fea81e05e7fa3af Author: SerhiiNahornyi <sergiy3344@gmail.com> Date: Wed May 22 12:19:39 2024 +0200 Rubicon: Remove `buyeruid` logic (#3683) commit d3f5db1b28e3e7104009901e587938da65047df6 Author: CPMStar <josh@bioniclogic.com> Date: Wed May 22 03:17:37 2024 -0700 CPMStar: use iframe based usersync (#3660) commit 2c39db78b15d4fa42c4882d6be278c4716fba0cc Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Thu May 9 14:32:16 2024 -0400 Fix: Set bid meta adaptercode to adapter name (#3661) commit 6cef5f90b58ea207925112513eb9878d1c82ab90 Author: SmartHubSolutions <87376145+SmartHubSolutions@users.noreply.github.com> Date: Tue May 7 08:39:46 2024 +0300 Update SmartHub adapter and add alias Markapp (#3627) authored by @SmartHubSolutions commit 692ff3a99eaa639f62141f8581fb42354f9f99d2 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Mon May 6 19:12:27 2024 +0200 Fix issues flagged by golangci-lint (#3621) commit 8cce68a9556cc77ca16a8d746e49686f3d8cf40b Author: ashishshinde-pubm <109787960+ashishshinde-pubm@users.noreply.github.com> Date: Thu May 2 22:58:51 2024 +0530 Capture SeatNonBids for rejected bids due to floor enforcement (#3625) commit cee7a5719edb0f265a39599ace4b42f400399ea1 Author: bhainesnexxen <146981622+bhainesnexxen@users.noreply.github.com> Date: Thu May 2 01:42:35 2024 -0700 Unruly: bid.dur support (#3643) Co-authored-by: Brian Haines <bhaines@tremorvideo.com> commit 6fa583e8b8c9221088bc85b548fdcadd7af13f20 Author: Yanivplaydigo <165155195+Yanivplaydigo@users.noreply.github.com> Date: Thu May 2 11:11:59 2024 +0300 Playdigo: new adapter (#3636) commit 6520bacc398e80739c1aa55c533215cbce4b7392 Author: mwang-sticky <mwang@freewheel.tv> Date: Thu May 2 16:11:35 2024 +0800 Freewheel: add video dur and cat (#3640) commit bc89164de1ea415ccc8d6ff2b5aacdea161e04f2 Author: product-trustedstack <141160331+product-trustedstack@users.noreply.github.com> Date: Thu May 2 12:45:40 2024 +0530 New Adapter: Trustedstack (#3618) authored by @product-trustedstack commit 8d643626e9226212d0f8880ae7210611c7be27a8 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Apr 30 13:48:50 2024 -0400 Refactor Request Alias Parsing In Request Splitter (#3619) commit 49e22c5a2295daf7e5267affa9a5e427f8ae8fe0 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Apr 30 12:32:02 2024 -0400 Flipp + Alkimi: Minor Refactoring (#3622) commit 848572b7b2cd5532a6cdef2ef5e0cfa38b7dcdb1 Author: bretg <bgorsline@gmail.com> Date: Tue Apr 30 11:46:13 2024 -0400 Mobfoxpb: Update contact (#3628) commit 98fa3aa6a405f2f7f1655cfd945f3dcf4677647c Author: PGAMSSP <142323401+PGAMSSP@users.noreply.github.com> Date: Tue Apr 30 18:25:20 2024 +0300 PgamSSP: gpp support (#3630) commit 4d8e88eca6c922efc31ff2bf9e1b61e40ffa30ac Author: ccorbo <ccorbo2013@gmail.com> Date: Tue Apr 30 11:10:40 2024 -0400 IX: indicate support for OpenRTB 2.6 (#3642) Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> commit 74fbb38cfa4f101ebb27c91efacd60c3c02c1d40 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Tue Apr 30 07:47:26 2024 -0700 Configurable Stored Request Fetch Timeout (#3614) commit b89fe4abee8e9e97f36475e7fd9c9608c46608b5 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Mon Apr 29 16:32:01 2024 -0400 CPMStar: Fix test by specifying returned imps (#3649) commit 30082c04295370d46d57db4526c80be8f52806f2 Author: CPMStar <josh@bioniclogic.com> Date: Mon Apr 29 00:42:47 2024 -0700 CPMStar: Fixed for loop index reference bug (#3604) commit 5da25e3e52e833467dc9da5e269f0d96397188d9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Apr 26 14:46:16 2024 -0400 Bump golang.org/x/net from 0.17.0 to 0.23.0 (#3635) commit 379445ba56e7ff850dd2357c2c045232e46120d5 Author: Dhruv Sonone <83747371+Pubmatic-Dhruv-Sonone@users.noreply.github.com> Date: Sat Apr 27 00:00:44 2024 +0530 Event tracker injection (#3339) commit 36dea2cb9dae4c792e2710b13dad4430ee8e2a31 Author: Scott Kay <noreply@syntaxnode.com> Date: Fri Apr 26 14:23:05 2024 -0400 Refactor FPD Merge Functions (#3601) commit ecb50e71d2ca7edd9ff7174e910703f67412b0b5 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Thu Apr 25 13:03:41 2024 -0400 Fix: Inject default DSA before auction request is rebuilt (#3639) commit 5e7c8240a8e73e2e74707d9062bb972b7c06f4fc Author: johnwier <49074029+johnwier@users.noreply.github.com> Date: Thu Apr 25 02:37:33 2024 -0700 Conversant: Make requests in USD (#3611) Co-authored-by: johwier <john.wier@epsilon.com> commit 440ba5ca14f23d5054a1950a0c77485ecf32202f Author: readpeak-user <63640438+readpeak-user@users.noreply.github.com> Date: Thu Apr 25 12:08:10 2024 +0300 New Adapter: Readpeak (#3610) Co-authored-by: Tuomo Tilli <tuomo.tilli@readpeak.com> commit 74ff6ae220dbdc5a8052f48cd40638d9f7ee2dab Author: teqblaze <162988436+teqblaze@users.noreply.github.com> Date: Thu Apr 25 09:09:10 2024 +0300 New Adapter: Loyal (#3586) Co-authored-by: loyal <hello@loyal.app> commit 78dd64d7488848689e2e71c71ac78f6863eee3bf Author: Denis Logachov <ckbo3hrk@gmail.com> Date: Thu Apr 25 08:55:43 2024 +0300 Adkernel: bid.mtype support (#3631) commit e8ff959425081f968c7582d78556a9ac16a2e241 Author: xmgiddev <133856186+xmgiddev@users.noreply.github.com> Date: Thu Apr 25 08:49:12 2024 +0300 MgidX: Update config info (#3633) Co-authored-by: gaudeamus <dmitry.markelov@mgid.com> Co-authored-by: Evgeny Nagorny <evjman@gmail.com> Co-authored-by: xmgiddev <> commit ca83a83f4a96f23180e4cbd0704d76ca58c4aa3a Author: Zdravko Kosanović <41286499+zkosanovic@users.noreply.github.com> Date: Mon Apr 22 12:32:40 2024 +0200 Rise: Add placementId parameter to bidder ext (#3626) commit 763551963dd3208dde6f9bf35b31ef76cc83814f Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Apr 16 15:49:31 2024 -0400 Metrics: Add per adapter metric indicating when buyeruid was scrubbed (#3623) commit 5bfa34dd6f9b0f43d8cd2237956ff062854f834e Author: César Fernández <cesar.fernandez@emodoinc.com> Date: Tue Apr 16 07:53:15 2024 +0200 Axonix: Add userSync (#3598) commit 3206e99914ce259106a80d4644b64d9ab5200f09 Author: Jeff Mahoney <jeff.t.mahoney@gmail.com> Date: Mon Apr 15 04:08:30 2024 -0400 Update sharethrough.yaml (#3624) commit 2cc2c90a09708de6fe5cdbf5d798a08db0b806d9 Author: Saurabh Narkhede <108730956+pm-saurabh-narkhede@users.noreply.github.com> Date: Thu Apr 11 01:17:49 2024 +0530 Add ImpIds in RequestData for associated Impressions (#3364) commit 9cd1b3dcba890a6ee6daa2ba4622c0b4008ddd6a Author: Zhongshi Xi <xizhongshiwise@gmail.com> Date: Wed Apr 10 13:29:15 2024 -0400 Local stored response fetching (#3600) commit 12802fae0876ccfb328be1110eb9d433e322eca8 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Apr 9 18:04:29 2024 -0400 EIDs Should Not Require Unique Sources (#3607) commit b42841e94abac057f7af53b0eca6689b3d70df23 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Apr 9 16:26:38 2024 -0400 DSA: Inject default in bid requests if not present (#3540) commit a35a6687f25561857a21648e2423db6d2d6373f0 Author: onetag-dev <38786435+onetag-dev@users.noreply.github.com> Date: Mon Apr 8 08:14:51 2024 +0200 Onetag: add redirect userSync support (#3612) Co-authored-by: lorenzob <l.baglini@onetag.com> commit e982bfebedb696f9bce57a3018cc7592cf62fec1 Author: Nilesh Chate <97721111+pm-nilesh-chate@users.noreply.github.com> Date: Thu Apr 4 00:53:25 2024 +0530 Privacy Sandbox: Topics in headers (#3393) commit fb0384bb94352f13607d22d52781e8bd01ea328d Author: psmrt <162991810+psmrt@users.noreply.github.com> Date: Wed Apr 3 11:55:34 2024 +0530 New adapter: Smrtconnect (#3571) Co-authored-by: pragnesh <pradadiya@smrtconnect.com> commit 47c9434db5a41c41bcb63cee369c7eae10db84e0 Author: Jaydeep Mohite <30924180+pm-jaydeep-mohite@users.noreply.github.com> Date: Tue Apr 2 22:50:24 2024 +0530 Floors: Update FloorsSchemaVersion data type from string to int (#3592) commit 9070008fa4d16dc71f0a33087e84d2e74c82bd8f Author: Rajesh Koilpillai <rajesh.koilpillai@gmail.com> Date: Mon Apr 1 23:19:11 2024 +0530 Update README.md (#3603) commit cfb9d2eaaf24bacfe369ceb3864a80ab75c2b2f4 Author: Nilesh Chate <97721111+pm-nilesh-chate@users.noreply.github.com> Date: Mon Apr 1 23:05:30 2024 +0530 Fix: TestAmpBadRequests (#3546) commit c72ffe4db7067fa8f6658493ccdbf53a1585101c Author: Veronika Solovei <kalypsonika@gmail.com> Date: Wed Mar 27 11:20:40 2024 -0700 Fix for NPE for nil request in analytics module (#3599) commit 67c487d1bec5dbd737ab7b8cce7047e087436456 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Tue Mar 26 14:35:37 2024 -0400 Make Targeting in Response Optional (#3574) commit 25a4466577deba21f1490d883c07679fe2716948 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Tue Mar 26 13:19:51 2024 -0400 Add Ext.Prebid.Analytics Support (#3563) * Setup and TODOs * updateReqWrapperForAnalytics setup * Add updateReqWrapper code to build. Update comments * Updates to handle copying * Add tests for updateReqWrapper function * Add full tests, remove unnecessary code * Remove some comments * Fix comment * Clean up * Address comments * Clone prep * fix test * Update tests, add clone request for update func * Improve tests, simplify update function * Remove secondMockAnalytics commit a6267d76911d8baeb9d9e9b3ab634496102ed8d6 Author: Aditya Mahendrakar <a.mahendrakar@yahoo.com> Date: Mon Mar 25 10:23:10 2024 -0700 Make admin listener configurable (#3520) * Make admin listener configurable Admin listener is made configurable by adding `admin_enabled`. It is enabled by default. Making it configurable allows a host company to not run the listener on admin port if they desire to do so. * move Enabled to a separate Admin struct commit 94148bf12714a77c0f05b000bc98c1f7ea98f5cf Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Mon Mar 25 18:22:49 2024 +0100 Fix semgrep dgryski.semgrep-go issues (#3511) * fix semgrep dgryski.semgrep-go issues Fix most of the semgrep issues with the http://semgrep.dev/r/dgryski.semgrep-go ruleset (`semgrep --config http://semgrep.dev/r/dgryski.semgrep-go`). Left the issue with Content-Type text/plain on json.Encode in endpoints/openrtb2/amp_auction.go since changing to application/json breaks the AMP unit tests, and issues with the pointer receiver for MarshalJSON in usersync/cookie.go. Fix #3509. Signed-off-by: Dmitry S <dsavints@gmail.com> * add comment about legacy text/plain content type Signed-off-by: Dmitry S <dsavints@gmail.com> * fix semgrep dgryski issue with w.Write, add nosemgrep Signed-off-by: Dmitry S <dsavints@gmail.com> * add nosemgrep ignore for marshal-json-pointer-receiver --------- Signed-off-by: Dmitry S <dsavints@gmail.com> commit 54874d0dc30a286333917b296fb612e7c4ba26d6 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Wed Mar 20 18:58:59 2024 +0100 add 'debug' and 'integration' to sample requests (#3575) Description in openrtb2/sample-requests/valid-whole/exemplary/all-ext.json says: "This demonstrates all of the OpenRTB extensions supported by Prebid Server." However, ext.prebid.debug and ext.prebid.integration, documented in https://docs.prebid.org/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.html#openrtb-extensions are currently missing. Add them for completeness. Signed-off-by: Dmitry S <dsavints@gmail.com> commit 82ba5856f836c0910319eec94b4a6eadfc9409a2 Author: linux019 <anode.dev@gmail.com> Date: Mon Mar 18 20:10:27 2024 +0200 Fix: Panic in bid adjustments (#3547) * #3543 fix panic in bids adjustment * add a test for empty ext.prebid and account with enabled bid adjustments * add more tests for bid adjustments * remove extra space --------- Co-authored-by: oaleksieiev <oleksandr@assertive.ai> commit 6cc298c7742154c59068eafb493838aff28bf6b1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Mar 18 14:06:31 2024 -0400 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#3573) Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1484a46cfd8f0019f27402a21913a485b3bce7c0 Author: JonGoSonobi <jgo@sonobi.com> Date: Mon Mar 18 08:45:22 2024 -0400 Sonobi: Added consent macros to the user sync url (#3572) commit 82cb3e84959975eef78e42fb2258003298a97c36 Author: Ashish Garg <gargcreation1992@gmail.com> Date: Mon Mar 18 16:36:14 2024 +0530 Fix yandex properties file (#3568) commit db3415592c3126f7c76fdaa2f631aa215b2c9071 Author: Adserver.Online <61009237+adserver-online@users.noreply.github.com> Date: Mon Mar 18 07:43:29 2024 +0200 New Adapter: Aso (#3565) Co-authored-by: dev <dev@adsrv.org> commit 4870355f3ecfe7b32b275d5bf9ab7edbb991c51f Author: linux019 <anode.dev@gmail.com> Date: Wed Mar 13 19:26:48 2024 +0200 Fix loading of default bid adjustments for "account_defaults" (#3555) * Default account bid adjustments was not loaded * add a test for account_defaults.bidadjustments --------- Co-authored-by: oaleksieiev <oleksandr@assertive.ai> commit e78ffb48a6b7afd7be56959a6a60fa20056783de Author: Steffen Müller <steffen@mllrsohn.com> Date: Tue Mar 12 18:16:09 2024 +0100 New Analytics Adapter: agma (#3400) * Init agma * Updated imports from v19 to v20 * Change default url * Fixed typo in README * Fixed buffers typo in readme * Check for Market Research Puropse on Consent * Fix Typo in sruct * Removes errir check on buffer write * Extract App and Sites lookup into an extra function * Adds test for checking the StatusCode commit c13178991cbdd2ee8c62531c17295cbd85f103c1 Author: xmgiddev <133856186+xmgiddev@users.noreply.github.com> Date: Tue Mar 12 11:10:09 2024 +0200 MgidX Bid Adapter: add disabled param (#3562) Co-authored-by: gaudeamus <dmitry.markelov@mgid.com> Co-authored-by: Evgeny Nagorny <evjman@gmail.com> Co-authored-by: xmgiddev <> commit 063101a09ba1ab43c2ba76cf60af7cec5c120b0e Author: e-volution-tech <61746103+e-volution-tech@users.noreply.github.com> Date: Tue Mar 12 11:10:03 2024 +0200 Evolution Bid Adapter: add iframe to userSync (#3561) commit 40fd4fffba95c0b919155792a6aacea498a74ce9 Author: Scott Kay <noreply@syntaxnode.com> Date: Mon Mar 11 13:32:11 2024 -0400 Extract FPD Merge To Separate Package (#3533) commit 0362eb44e417f0cf1d9387a3795bba671a579068 Author: dengxinjing <43231655+dengxinjing@users.noreply.github.com> Date: Thu Mar 7 17:22:42 2024 +0800 New Adapter: Roulax (#3447) Co-authored-by: dengxinjing <xinjing.deng@cheezz.cc> commit e2a9806c37fdddd19b732d869ef1ab441e681a0f Author: IQZoneAdx <88879712+IQZoneAdx@users.noreply.github.com> Date: Thu Mar 7 10:25:17 2024 +0200 iqzone get media type from mtype bid property (#3557) commit aff36081afe301ea1dd39e89a35053e02935c321 Author: Piotr Jaworski <109736938+piotrj-rtbh@users.noreply.github.com> Date: Thu Mar 7 09:06:02 2024 +0100 RTB House: regional endpoints (#3551) commit 7c4f5f11bf767f946f6c0dd99a108203c0da1bd7 Author: mustafa kemal <mustafakemalugurlu+github@gmail.com> Date: Thu Mar 7 10:54:52 2024 +0300 New Adapter: Theadx (#3498) Co-authored-by: mku <mku@theadx.com> commit 4b1ca6b470863901bed03075ef9915acc24a018a Author: Nilesh Chate <97721111+pm-nilesh-chate@users.noreply.github.com> Date: Tue Mar 5 21:57:44 2024 +0530 Privacy Sandbox: support testing label header (#3381) commit 05a1293ec8a7a3f44f5045b9f09809868f0a477e Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Mar 5 02:26:43 2024 -0500 Generate Bid ID Test Hardening (#3491) commit 0b5d04e78c38cdee1a7f9dfcb5958a6647cab338 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Mon Mar 4 22:14:42 2024 +0100 do normal 'go vet' as it works now (#3550) commit 93137cdccb52a5e6cc58d2d773e921e09e1e9436 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Mon Mar 4 15:59:23 2024 -0500 Convert GDPR bidder name types to string to accommodate analytics (#3554) commit 82caa3781e21728450b605a8b73381f6daafeaf7 Author: Mikael Lundin <mikael-lundin@users.noreply.github.com> Date: Mon Mar 4 07:30:03 2024 +0100 Send site ext as key values to allow targeting and pick the first eid to solve eids for Schibsted. (#3530) commit ecdff687b32728cbc801e0e6f5ae64dcb4d20018 Author: Aman Jain <34913883+amanpatniajmer@users.noreply.github.com> Date: Mon Mar 4 11:55:45 2024 +0530 Medianet: Upgrades to OpenRTB 2.6 (#3548) Co-authored-by: Aman Jain <aman.ja@media.net> Co-authored-by: rajatgoyal2510 <rajat.goyal2510@gmail.com> commit 4fb7be0e12a85d7e8867086b696097aa5404b9b7 Author: SerhiiNahornyi <sergiy3344@gmail.com> Date: Fri Mar 1 07:55:07 2024 +0200 Rubicon: Remove api validation (#3493) commit 7db3d9f8be2316513c09492a40569cc3c5e89ca2 Author: dzhang-criteo <87757739+dzhang-criteo@users.noreply.github.com> Date: Thu Feb 29 14:11:09 2024 +0100 TheMediaGrid: Add GPP macros (#3545) authored by @dzhang-criteo commit e8267b8cc8376b63ff9c8498b775a56c00b83de4 Author: guscarreon <guscarreon@gmail.com> Date: Wed Feb 28 14:48:36 2024 -0500 Use Json compacter in the bidders/params endpoint (#3395) commit fd920153517a33a37271c623ce5ea5ecf8f234c4 Author: dzhang-criteo <87757739+dzhang-criteo@users.noreply.github.com> Date: Wed Feb 28 14:49:22 2024 +0100 Criteo: add GPP macros (#3544) commit 9f8a9c45b00701964826000331de0eb86394a469 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Tue Feb 27 23:24:19 2024 +0100 Reformat structures to use key names (#3524) Signed-off-by: Dmitry S <dsavints@gmail.com> commit 11decc200677979abc6f36763a38519dd8a626ae Author: linux019 <anode.dev@gmail.com> Date: Tue Feb 27 21:51:35 2024 +0200 Fix modules template and builder (#3534) Co-authored-by: oaleksieiev <oleksandr@assertive.ai> commit d13dfc58e8d0c5e4f9f5412ad433f54f3e558b22 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Feb 27 14:27:21 2024 -0500 DSA: Bid response adrender, behalf & paid validations (#3523) commit 030da80c908945f4b23a17778c67c7a18a4ba0e6 Author: pm-avinash-kapre <112699665+AvinashKapre@users.noreply.github.com> Date: Tue Feb 27 22:00:58 2024 +0530 Fix: Pubstack memory leak (#3541) commit 17b7082a9d2d8fc2e0a6a15bc836e2e5227eeafe Author: ahmadlob <109217988+ahmadlob@users.noreply.github.com> Date: Mon Feb 26 20:46:39 2024 +0200 Taboola: Fix gpp query param (#3515) commit 14fcbb780bc649da67d927a834b425872de35ffb Author: Aditya Mahendrakar <a.mahendrakar@yahoo.com> Date: Thu Feb 22 17:30:21 2024 -0800 Update prebid.org url to https (#3529) commit 1d96d891dfd7789dfd87ad37a7610f2adb31bb32 Author: Zdravko Kosanović <41286499+zkosanovic@users.noreply.github.com> Date: Fri Feb 23 05:23:52 2024 +0400 MinuteMedia: Add GPP macros (#3497) commit b945d09c608ea27cf7bd94e337a1dc775b1cde3a Author: Hendrick Musche <107099114+sag-henmus@users.noreply.github.com> Date: Fri Feb 23 02:00:35 2024 +0100 SeedingAlliance: Deprecate seatId in favor of accountId (#3486) commit c9131abdbcb18aa620fd80b0978340cb1ddb897e Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Thu Feb 22 21:11:21 2024 +0100 Add formatcheck Make target (#3480) Signed-off-by: Dmitry S <dsavints@gmail.com> commit 24a23d3202f26cbf68875578ffa16123775db12b Author: Zdravko Kosanović <41286499+zkosanovic@users.noreply.github.com> Date: Thu Feb 22 09:59:47 2024 +0400 Rise: Add GPP macros (#3496) commit 5ae5e05ee6f56eea9e603c1d8e1bc69c099351d0 Author: bretg <bgorsline@gmail.com> Date: Thu Feb 22 00:59:30 2024 -0500 adf regional endpoints (#3503) commit 57783356f5f99d3e12478c350da396b56b636a47 Author: bretg <bgorsline@gmail.com> Date: Thu Feb 22 00:51:22 2024 -0500 Update BMTM maintainer address (#3483) commit 33b466ec1dd9ed9a70220a13e81c42605c61d773 Author: Philip Watson <philip.watson@adscale.co.nz> Date: Thu Feb 22 18:50:09 2024 +1300 Stroeercore: support DSA (#3495) commit 5900d36c7769b7d341648306b76ea6bbd7fad5b3 Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Wed Feb 21 20:09:24 2024 -0500 DSA: Use seat nonbid code 300 (#3531) commit 18e9b5071dbb011d84ade3662d834d8ddd6f8122 Author: ccorbo <ccorbo2013@gmail.com> Date: Wed Feb 21 01:32:26 2024 -0500 feat: add dsa test [PB-2423] (#3510) Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> commit 21bf61171c2fa6529ac2a326b5c0043fcdde313b Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Wed Feb 21 05:54:33 2024 +0100 Fix go vet 'composite literals with unkeyed fields' (#3522) commit a06a2ebb13cae1e45dba87db057f0ebb73f1864a Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Feb 20 15:22:18 2024 -0500 DSA: Remove bids missing DSA object when required (#3487) commit a4f5c119a87e706edd8d8ff3fce368d226973a24 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Tue Feb 20 18:45:21 2024 +0100 Fix go vet composite literals with unkeyed fields (#3507) commit 8e5a7857e2397eb2e8a73820af605301adb7fac8 Author: bold-win <157734532+bold-win@users.noreply.github.com> Date: Mon Feb 19 09:54:00 2024 +0100 New adapter: BoldwinX (#3430) Co-authored-by: boldwin <boldwin@Dmytros-MacBook-Pro.local> commit cff2fe11da00d0367eca8f87fc6abb3cd31aea23 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Fri Feb 16 06:25:17 2024 -0800 Targeting: Add alwaysincludedeals flag (#3454) commit 34cfa9487d7316ae1168df89f1246997d7174cca Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Thu Feb 15 13:16:41 2024 -0800 Remove extra buffer from GZIP compression (#3494) commit c35f67b20818711bd6f6e3b67981a011370fbcb4 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Thu Feb 15 21:22:31 2024 +0530 Fix: Release workflow permissions (#3506) commit 902d26234aab2d450627dbbc43e01edaf030b46e Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Thu Feb 15 12:02:54 2024 +0530 Add log lines in release workflow (#3504) commit e37154baae4a2c3ffe53ad08a7644c908d4ce3ad Author: Lion Pierau <lion.pierau@gmail.com> Date: Wed Feb 14 21:53:39 2024 +0100 Yieldlab: Add Digital Service Act (DSA) handling (#3473) commit 2b10083e80e5945df31a37ec06d58d8acf9a6f28 Author: Dmitry Savintsev <dmitris@users.noreply.github.com> Date: Wed Feb 14 19:56:13 2024 +0100 Fix function godoc comment (#3502) commit 9110a6a2286c3c5d16588c0017798094315b7998 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Wed Feb 14 18:56:44 2024 +0530 Update trivy check workflow to use node 20 actions (#3472) commit b3c75875ef3691be5588308048263e35d993a11a Author: Jeremy Sadwith <jeremy@kargo.com> Date: Wed Feb 14 05:51:16 2024 -0500 Kargo Bidder-Info: Adding GPP macros (#3490) commit 97021b43588b70645c593d1db821569d1259730d Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Wed Feb 14 11:28:03 2024 +0530 Update release workflow to use actions with node 20 support (#3478) commit 8826556a98e8bcb762b9c1eeb8b30542b697e712 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Wed Feb 14 10:19:09 2024 +0530 Update code semgrep workflow to use actions with node 20 support (#3471) commit 27c99f963ff2696715ca96b3bcafb4e7847f928e Author: rajatgoyal2510 <rajat.goyal2510@gmail.com> Date: Tue Feb 13 21:08:52 2024 +0530 Medianet: enable gzip and update usersync url (#3489) Co-authored-by: Aman Jain <aman.ja@media.net> commit 2da77b0ecb697c42b63be937826ce0647623e332 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Tue Feb 13 21:03:11 2024 +0530 Update issue tracking workflow to use actions with node version 20 support (#3479) commit 61a0fac155b936cefcfbc24b97b69461bfbb8dae Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Tue Feb 13 20:55:56 2024 +0530 Update validate pull request workflows to use node 20 actions (#3474) commit 2848f6b9c150a9884c1d78d993f9c57009e1d649 Author: Mohammad Nurul Islam Shihan <93646635+ishihanvcs@users.noreply.github.com> Date: Tue Feb 13 16:23:51 2024 +0600 ImproveDigital: Bad-Input Error (#3469) commit cb3fd3cf309bdd8282ae5f5d9b05516811f60ce5 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Mon Feb 12 23:56:33 2024 +0530 Update code coverage workflow to use node 20 actions (#3470) commit 969313298bb4e644f672c5f9007ccb6245520e5a Author: ym-prasanth <80693980+ym-prasanth@users.noreply.github.com> Date: Thu Feb 8 01:50:38 2024 -0500 Add gpp support for user sync (#3442) authored by: @ym-prasanth commit 535d1f7b543312230229385678555703d2658851 Author: Adprime <64427228+Adprime@users.noreply.github.com> Date: Wed Feb 7 07:48:58 2024 +0200 Adprime: Add mtype (#3439) Co-authored-by: Aiholkin <artem.iholkin@smartyads.com> commit 86bddad11be00c8537d71b0a6e975cacd0b081d8 Author: AdView <partner@adview.com> Date: Tue Feb 6 13:42:30 2024 +0800 AdView: support multi imps request & formattype tag for bid response (#3355) authored by: @AdviewOpen commit 3e5918d626b40c90da1937ceeeb235a3e99ddd8e Author: Wls-demo <67785512+Wls-demo@users.noreply.github.com> Date: Mon Feb 5 08:40:55 2024 +0200 Boldwin: get bid type from bid.mtype (#3433) commit 48e5e4d2199c133f6925d6be87f0a5c922b69301 Author: ashishshinde-pubm <109787960+ashishshinde-pubm@users.noreply.github.com> Date: Thu Feb 1 23:36:46 2024 +0530 Capture SeatNonBids for rejected creatives due to insecurity and invalid size (#3376) commit 929ba616c7ee35b834df42c66cde1a893f5ced34 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Jan 30 14:55:38 2024 -0500 Update Go-GPP Library (#3425) commit 34046526e75dc9f397e49e572ef5ab39519f098f Author: Brian Sardo <1168933+bsardo@users.noreply.github.com> Date: Tue Jan 30 09:20:07 2024 -0500 Fix: Update Adelement OpenRTB lib to v20 (#3436) commit ab87692921c3d60220364f083c87d99540701ac7 Author: allar15 <60257866+allar15@users.noreply.github.com> Date: Tue Jan 30 15:46:25 2024 +0300 Nextmillennium: add video support & fix server object (#3417) commit 723d2d07b29eb46d577220566bb97a1da0c33808 Author: radadiapg <77797977+radadiapg@users.noreply.github.com> Date: Tue Jan 30 18:01:54 2024 +0530 New adapter: Adelement (#3420) commit dcc2c37b04b2bfe4339cf8ecbaf87e1beb522e6b Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Mon Jan 29 13:37:49 2024 -0800 Add $0 Bid Price Warning only if in Debug Mode (#3397) commit 728bc13f8a508d744338c653f3fab6fa2db0133b Author: Scott Kay <noreply@syntaxnode.com> Date: Mon Jan 29 15:10:20 2024 -0500 Fix OpenRTB 202309 Merge Conflict (#3434) commit dd07431ef54c38a2617c04e76b3e7bda9c21f569 Author: Scott Kay <noreply@syntaxnode.com> Date: Mon Jan 29 14:21:20 2024 -0500 Update to OpenRTB 2.6-202309 (#3387) commit 70875811a9203426f3f2ab900277a00c44f8fad4 Author: Jaydeep Mohite <30924180+pm-jaydeep-mohite@users.noreply.github.com> Date: Mon Jan 29 23:47:05 2024 +0530 Floors: Add FetchRate to select source of floors from request or dynamically fetched (#3380) commit 0c2865730d948b3d14f2527f0c32820c5935aafa Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Thu Jan 25 12:55:36 2024 -0800 Optimize GZIP Compression (#3411) commit 73b895ecb76eca052a71cbcb341d4bef5b4d80c0 Author: Onkar Hanumante <onkar.hanumante@xandr.com> Date: Fri Jan 26 00:06:47 2024 +0530 Skip coverage tests if more than two adapters were modified (#3423) Co-authored-by: onkar hanumante <oh0387@Onkars-MacBook-Pro.local> commit 8bd778cd00dd7051342b4056971fb250b2fdfc18 Author: Veronika Solovei <kalypsonika@gmail.com> Date: Thu Jan 25 07:53:13 2024 -0800 Use TransmitUserFPD and TransmitPreciseGeo activities in analytics (#3331) commit 106f22d6152f4bebaebdc6aeeed8572bf1a91f97 Author: Viktor Chernodub <37013688+chernodub@users.noreply.github.com> Date: Thu Jan 25 16:56:34 2024 +0300 Yandex: add adapter (#3419) commit 1ac3fbe456d097f260323cb1036da2fc74797a82 Author: Piotr Jaworski <109736938+piotrj-rtbh@users.noreply.github.com> Date: Thu Jan 25 07:23:14 2024 +0100 RTBHouse: app support (#3422) commit 498955bcd5c242866a9b05886ac4e703cc850b2f Author: Veronika Solovei <kalypsonika@gmail.com> Date: Tue Jan 23 13:30:58 2024 -0800 Fix race condition in modularity test (#3421) commit ed5e887bec59ffe90c31bd81bc9cd2a019a38572 Author: linux019 <anode.dev@gmail.com> Date: Tue Jan 23 21:00:57 2024 +0200 Remove MarshalJSON on BidderName (#3394) Co-authored-by: oaleksieiev <aleksieiev@assertive.ai> commit 446667bf519fa017846180afafc25003203002b5 Author: kalidas-alkimi <92875788+kalidas-alkimi@users.noreply.github.com> Date: Tue Jan 23 18:48:05 2024 +0000 Alkimi: Update user sync URL from dev to prod (#3414) commit eb060ace20e198b0524aed9227f8c085dfffde4a Author: aishwaryapatil <ashpatil071@gmail.com> Date: Tue Jan 23 13:35:52 2024 -0500 yahooAds: Update maintainer email address (#3410) Co-authored-by: “apatil05” <“aishwarya.patil@yahooinc.com”> commit 896c16544c31734e839eb8103a0055b56024bf68 Author: Scott Kay <noreply@syntaxnode.com> Date: Tue Jan 23 13:26:04 2024 -0500 Update ReadMe with docker build platform option (#3412) commit bff383b14357317f244c4d5dcf2cb7cbb7f66477 Author: Jeremy Sadwith <jeremy@kargo.com> Date: Tue Jan 23 01:47:33 2024 -0500 Kargo: Update bidder-info (#3404) commit ae291f907a9cf0742934b11472731d3e7e9fd58f Author: Andrea Tumbarello <Wazabit@users.noreply.github.com> Date: Tue Jan 23 07:44:49 2024 +0100 AIDEM: Added use to macros library (#3403) Co-authored-by: Giovanni Sollazzo <gs@aidem.com> Co-authored-by: AndreaC <67786179+darkstarac@users.noreply.github.com> Co-authored-by: darkstar <canazza@wazabit.it> Co-authored-by: AndreaT <devel@dbshaper.com> commit 2ae62cf29c122bcc152b5bdab07817041a4b7e23 Author: Pubmatic-Supriya-Patil <131644110+Pubmatic-Supriya-Patil@users.noreply.github.com> Date: Tue Jan 23 03:35:10 2024 +0530 Fix: Enable deals for soft aliases (#3391) commit daebdcc43389a8b357551b20427e4d50fbe00a00 Author: Zdravko Kosanović <41286499+zkosanovic@users.noreply.github.com> Date: Mon Jan 22 14:45:17 2024 +0400 New adapter: MinuteMedia (#3399) commit 18aa5382a162a4d39eeed3d27deb999283ca9cad Author: Denis Logachov <ckbo3hrk@gmail.com> Date: Mon Jan 22 08:26:45 2024 +0200 Adkernel: Add multiformat imp splitting (#3390) authored by @ckbo3hrk commit b806a53b4b8045b106004ac7d86700368c619582 Author: 李向军 <401154047@qq.com> Date: Mon Jan 22 13:11:27 2024 +0800 New Adapter: zMaticoo (#3349) Co-authored-by: adam <L12354*。com> commit c09ad1acddd9c0cbbf367bcbd32644015b805ab5 Author: Denis Logachov <ckbo3hrk@gmail.com> Date: Thu Jan 18 07:27:48 2024 +0200 Unsecure endpoint (#3398) commit 7b36ec668a03302b8ff17a6f2ded7ab9f5e34b45 Author: kalidas-alkimi <92875788+kalidas-alkimi@users.noreply.github.com> Date: Thu Jan 18 05:27:11 2024 +0000 Alkimi: Added User sync URL (#3407) commit 6195581a83392ceb4787ad9e05e96d6430477429 Author: BizzClick <73241175+BizzClick@users.noreply.github.com> Date: Thu Jan 18 07:26:37 2024 +0200 Bizzclick: adapter update, add new host param (#3347) commit fda9f06100a6674c390f22f8a59d9558c135c1f1 Author: Scott Kay <noreply@syntaxnode.com> Date: Wed Jan 17 18:41:14 2024 -0500 Readme Update (#3246) commit 27b2ff663be24a71c7e9e6f79045272a2e78f1f0 Author: Veronika Solovei <kalypsonika@gmail.com> Date: Tue Jan 16 11:50:12 2024 -0800 Added TransmitPreciseGeo activity handling in modules (#3348) commit 3789cf91b8e9906d8716000b68817d51971d1559 Author: AlexBVolcy <74930484+AlexBVolcy@users.noreply.github.com> Date: Thu Jan 11 22:06:27 2024 -0800 Allow Bidder to Override Callback Type in /setuid (#3301) commit 03314e14fc36db4544276ceb2048bc44ba55d5aa Author: bretg <bgorsline@gmail.com> Date: Thu Jan 11 02:06:01 2024 -0500 Update contact info for iqzone (#3360) authored by @bretg commit 967b88241f930eb6f1fdf3d64ce35c200c30feed Author: bretg <bgorsline@gmail.com> Date: Thu Jan 11 02:05:25 2024 -0500 Update contact info for iqx (#3365) authored by: @minaguib commit f347436dc33023e08914a51dc28331f75025c908 Author: Maxime Liege <56251840+github-maxime-liege@users.noreply.github.com> Date: Thu Jan 11 08:04:45 2024 +0100 Change email support for Teads adapter (#3386) authored by: @github-maxime-liege commit c49e8eac6289f27db32bb23a7f9803bd46904009 Author: bretg <bgorsline@gmail.com> Date: Mon Jan 8 16:37:24 2024 -0500 Bidder geo scope in-line documentation (#3311) commit 0f89ed6dd370f42e7a72aa584f4b48a26789c877 Author: svamiftah <125688973+svamiftah@users.noreply.github.com> Date: Thu Jan 4 11:15:48 2024 +0000 New Adapter: SovrnXSP (#3312) commit 98b0f349dba1d77b8b8d38e1366deca4a106d942 Author: Eugene <73837230+orlov-e@users.noreply.github.com> Date: Thu Jan 4 13:11:23 2024 +0200 smartyads: added vendor id to spec (#3383) commit bd483bb8f838593566463bb1a418cbe75df23d05 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 3 13:41:32 2024 -0500 Bump golang.org/x/c…
Co-authored-by: Hina Yadav <hina.yadav@vertoz.com>
As per describe in issue #3774.
Add the appropriate changes. Please verify.