Skip to content

Commit

Permalink
Fix heading
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie committed Jun 4, 2024
1 parent e3c33ac commit ca5e69c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-docs/bidmatic.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
layout: bidder
title: Bidmatic Bid Adapter
description: Prebid example Bidder Adapter
Expand All @@ -23,6 +24,7 @@ multiformat_supported: will-bid-on-one
ortb_blocking_supported: true
sidebarType: 1
---

### Note

Unleash the power of fast client-oRTB connection.
Expand All @@ -34,3 +36,27 @@ Contact us at [advertising@bidmatic.io](mailto:advertising@bidmatic.io).
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `source` | required | Traffic source origin id | `'11111'` | `int` |


Check failure on line 40 in dev-docs/bidmatic.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Multiple consecutive blank lines

dev-docs/bidmatic.md:40 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md012.md

Check failure on line 41 in dev-docs/bidmatic.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Multiple consecutive blank lines

dev-docs/bidmatic.md:41 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md012.md
### Test Parameters

``` javascript
var adUnits = [
// Banner adUnit
{
code: 'elemtId',
mediaTypes:{
banner:{
sizes: [[300, 250]]
}
}
bids: [{
bidder: 'bidmatic',
params: {
source: 886409
}
}]
}
];
```

0 comments on commit ca5e69c

Please sign in to comment.