Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihkaya84 authored Oct 10, 2024
2 parents 75452d7 + c6641e9 commit 765c334
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
39 changes: 39 additions & 0 deletions dev-docs/bidders/digitalmatter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: bidder
title: Digital Matter
description: Digital Matter Prebid Bidder Adapter
biddercode: digitalMatter
pbjs: true
pbs: false
media_types: banner
sidebarType: 1
gvl_id: 1345
tcfeu_supported: true
usp_supported: false
safeframes_ok: false
prebid_member: false
deals_supported: false
floors_supported: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: false
userIds: none
fpd_supported: false
schain_supported: false
dchain_supported: false
coppa_supported: false
dsa_supported: false
privacy_sandbox: none
gpp_sids: none
---

### Note

The Digital Matter bid adapter requires setup before beginning. Please contact us at <prebid@digitalmatter.ai>

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------------------|-----------------|----------|
| `accountId` | required | Account ID, provided by Digital Matter | `'123456'` | `string` |
| `siteId` | required | Site ID, provided by Digital Matter | `'123-456-789'` | `string` |
1 change: 1 addition & 0 deletions dev-docs/bidders/lemmadigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ multiformat_supported: will-bid-on-one
safeframes_ok: true
ortb_blocking_supported: partial
userIds: all
filename: lemmaDigitalBidAdapter
sidebarType: 1
---

Expand Down
3 changes: 2 additions & 1 deletion dev-docs/publisher-api-reference/getEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ The available events are:
| beforeBidderHttp | bidder network request is about be triggered | Array of Bid request objects |
| bidRequested | A bid was requested from a specific bidder | Bid request object |
| bidResponse | A bid response has arrived | Bid response object |
| seatNonBid | Prebid Server has returned nonbid information. Must be enabled in s2sConfig.extPrebid | None |
| pbsAnalytics | Prebid Server has returned extra information for analytics adapters. | { [seatnonbid](/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.html#seat-non-bid), auctionId, [atag](/prebid-server/developers/module-atags.html) } |
| seatNonBid | DEPRECATED - use pbsAnalytics instead. Prebid Server has returned nonbid information. Must be enabled in s2sConfig.extPrebid | None |
| bidRejected | A bid was rejected | Bid response object |
| bidAdjustment | A bid was adjusted | Bid response object |
| bidWon | A bid has won | Bid response object |
Expand Down

0 comments on commit 765c334

Please sign in to comment.