Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dev-docs/bidders/mtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ multiformat_supported: will-bid-on-any
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required*| Media Tradecraft tag ID | `"testnexx"` | `string` |
| `tagId` | required*| Media Tradecraft tag ID | `"textmtrc"` | `string` |
| `placement` | required*| Media Tradecraft placement | `"test.com_header_ad"` | `string` |

*You *must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager.
Expand Down Expand Up @@ -66,7 +66,7 @@ var adUnits = [
bids: [{
bidder: 'mtc',
params: {
tagId: 'testnexx'
tagId: 'textmtrc'
}
}]
},
Expand All @@ -82,7 +82,7 @@ var adUnits = [
bids: [{
bidder: 'mtc',
params: {
tagId: 'testnexx'
tagId: 'textmtrc'
}
}]
},
Expand All @@ -105,7 +105,7 @@ var adUnits = [
bids: [{
bidder: 'mtc',
params: {
tagId: 'testnexx'
tagId: 'textmtrc'
}
}]
}
Expand Down
Loading