Skip to content

Commit c39c62c

Browse files
gchicoyeGabriel Chicoyeclaude
authored
MTC Bid Adapter: fix tagId example value in docs (#6555)
Update tagId example from `testnexx` to `textmtrc` in the MTC bidder documentation to match the value publishers should use. Co-authored-by: Gabriel Chicoye <gabriel@macbookrogab24g.lan> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eaa6124 commit c39c62c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dev-docs/bidders/mtc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ multiformat_supported: will-bid-on-any
2727
{: .table .table-bordered .table-striped }
2828
| Name | Scope | Description | Example | Type |
2929
|---------------|----------|----------------------------|-------------------------------------- |-----------|
30-
| `tagId` | required*| Media Tradecraft tag ID | `"testnexx"` | `string` |
30+
| `tagId` | required*| Media Tradecraft tag ID | `"textmtrc"` | `string` |
3131
| `placement` | required*| Media Tradecraft placement | `"test.com_header_ad"` | `string` |
3232

3333
*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.
@@ -66,7 +66,7 @@ var adUnits = [
6666
bids: [{
6767
bidder: 'mtc',
6868
params: {
69-
tagId: 'testnexx'
69+
tagId: 'textmtrc'
7070
}
7171
}]
7272
},
@@ -82,7 +82,7 @@ var adUnits = [
8282
bids: [{
8383
bidder: 'mtc',
8484
params: {
85-
tagId: 'testnexx'
85+
tagId: 'textmtrc'
8686
}
8787
}]
8888
},
@@ -105,7 +105,7 @@ var adUnits = [
105105
bids: [{
106106
bidder: 'mtc',
107107
params: {
108-
tagId: 'testnexx'
108+
tagId: 'textmtrc'
109109
}
110110
}]
111111
}

0 commit comments

Comments
 (0)