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

New Adapter: Bidmatic #3731

Merged
merged 14 commits into from
Oct 3, 2024
Merged

New Adapter: Bidmatic #3731

merged 14 commits into from
Oct 3, 2024

Conversation

dkornet-ad
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jun 5, 2024

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 1ae1dc6

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		90.0%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 35c34c2

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		90.0%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, f79759d

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		90.0%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 1225faf

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		90.0%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 5dcf053

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		89.9%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 4050dae

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		89.9%

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 5189113

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:89:	MakeBids		95.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:142:	validateImpression	81.8%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:200:	Builder			100.0%
total:									(statements)		89.9%

@@ -0,0 +1,18 @@
endpoint: "http://adapter.bidmatic.io/pbs/ortb"
Copy link
Contributor

Choose a reason for hiding this comment

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

curl -i --location --request POST 'http://adapter.bidmatic.io/pbs/ortb'
HTTP/1.1 400 Bad Request
Server: Bidmatic
Date: Fri, 28 Jun 2024 10:56:06 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 16
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Connection: Keep-Alive
Permissions-Policy: browsing-topics=()
X-Robots-Tag: noindex

endpoint is reachable

@@ -0,0 +1,18 @@
endpoint: "http://adapter.bidmatic.io/pbs/ortb"
maintainer:
email: "advertising@bidmatic.io"
Copy link
Contributor

Choose a reason for hiding this comment

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

Prebid team has sent email to verify above maintainers email. Requesting to responding back on email thread

Copy link
Contributor

Choose a reason for hiding this comment

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

received response from advertising@bidmatic.io

endpoint: "http://adapter.bidmatic.io/pbs/ortb"
maintainer:
email: "advertising@bidmatic.io"
gvlVendorID: 1134
Copy link
Contributor

Choose a reason for hiding this comment

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

verified gvl id

curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."1134"'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  614k  100  614k    0     0  5831k      0 --:--:-- --:--:-- --:--:-- 5853k
{
  "id": 1134,
  "name": "Bidmatic Inc",
  "purposes": [
    1,
    2,
    7
  ],
  "legIntPurposes": [],
  "flexiblePurposes": [],
  "specialPurposes": [
    1,
    2
  ],
  "features": [
    3
  ],
  "specialFeatures": [],
  "cookieMaxAgeSeconds": 8035200,
  "usesCookies": true,
  "cookieRefresh": true,
  "usesNonCookieAccess": true,
  "dataRetention": {
    "stdRetention": 90,
    "purposes": {},
    "specialPurposes": {
      "2": 0
    }
  },
  "urls": [
    {
      "langId": "en",
      "privacy": "https://bidmatic.io/privacy-policy/",
      "legIntClaim": "https://bidmatic.io/tos/"
    }
  ],
  "dataDeclaration": [
    1,
    2,
    3,
    4,
    6,
    7,
    8,
    11
  ],
  "deviceStorageDisclosureUrl": "https://bidmatic.io/.well-known/deviceStorage.json"
}

@GeneGenie
Copy link
Contributor

Seems like some traction was here =)

@przemkaczmarek can we make this bidder go live ?

Thank you

Comment on lines 104 to 129
for i := 0; i < len(sb.Bid); i++ {

bid := sb.Bid[i]

impOK = false
mediaType := openrtb_ext.BidTypeBanner
bid.MType = openrtb2.MarkupBanner
for _, imp := range bidReq.Imp {
if imp.ID == bid.ImpID {

impOK = true

if imp.Video != nil {
mediaType = openrtb_ext.BidTypeVideo
bid.MType = openrtb2.MarkupVideo
break
}
}
}

if !impOK {
errors = append(errors, &errortypes.BadServerResponse{
Message: fmt.Sprintf("ignoring bid id=%s, request doesn't contain any impression with id=%s", bid.ID, bid.ImpID),
})
continue
}
Copy link
Contributor

Choose a reason for hiding this comment

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

@dkornet-ad

Prebid server expects the media type to be explicitly set in the adapter response. Therefore, we strongly recommend implementing a pattern where the adapter server sets the MType field in the response to accurately determine the media type for the impression.

Copy link
Contributor

Choose a reason for hiding this comment

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

@dkornet-ad any feedback on above

Copy link
Collaborator

Choose a reason for hiding this comment

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

@dkornet-ad @GeneGenie any feedback on above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@onkarvhanumante
Copy link
Contributor

@dkornet-ad friendly ping to address comments

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 78a72f1

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:84:	MakeBids		96.4%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:141:	validateImpression	88.9%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:187:	Builder			100.0%
total:									(statements)		92.4%

@dkornet-ad
Copy link
Contributor Author

@onkarvhanumante fixed

@przemkaczmarek przemkaczmarek self-requested a review August 20, 2024 13:37
@dkornet-ad
Copy link
Contributor Author

@przemkaczmarek resolved

Copy link

github-actions bot commented Sep 4, 2024

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 0408952

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:84:	MakeBids		96.4%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:141:	validateImpression	88.9%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:187:	Builder			100.0%
total:									(statements)		92.4%

@GeneGenie
Copy link
Contributor

@przemkaczmarek kindly reminder to review =) thanks

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 4dc9de1

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:84:	MakeBids		81.1%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:155:	validateImpression	88.9%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:201:	Builder			100.0%
total:									(statements)		86.4%

@onkarvhanumante
Copy link
Contributor

Copy link

Code coverage summary

Note:

  • Prebid team doesn't anticipate tests covering code paths that might result in marshal and unmarshal errors
  • Coverage summary encompasses all commits leading up to the latest one, 8a619a2

bidmatic

Refer here for heat map coverage report

github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:23:	MakeRequests		90.6%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:84:	MakeBids		81.1%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:155:	validateImpression	85.0%
github.com/prebid/prebid-server/v2/adapters/bidmatic/bidmatic.go:204:	Builder			100.0%
total:									(statements)		85.6%

@onkarvhanumante onkarvhanumante merged commit f27bcef into prebid:master Oct 3, 2024
5 checks passed
bevenio added a commit to tamedia-adtec/prebid-server that referenced this pull request Oct 30, 2024
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)
krdzo pushed a commit to Ogury/prebid-server that referenced this pull request Oct 30, 2024
krdzo added a commit to Ogury/prebid-server that referenced this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants