From 671a4a63f7b7b842f1e462ceea5d80e6207f1b2a Mon Sep 17 00:00:00 2001 From: Gabriel Chicoye Date: Wed, 6 May 2026 10:39:15 +0200 Subject: [PATCH] MTC Bid Adapter: fix tagId example value in docs Update tagId example from `testnexx` to `textmtrc` in the MTC bidder documentation to match the value publishers should use. Co-Authored-By: Claude Opus 4.7 (1M context) --- dev-docs/bidders/mtc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/mtc.md b/dev-docs/bidders/mtc.md index 30318fd57f..35f0804427 100644 --- a/dev-docs/bidders/mtc.md +++ b/dev-docs/bidders/mtc.md @@ -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. @@ -66,7 +66,7 @@ var adUnits = [ bids: [{ bidder: 'mtc', params: { - tagId: 'testnexx' + tagId: 'textmtrc' } }] }, @@ -82,7 +82,7 @@ var adUnits = [ bids: [{ bidder: 'mtc', params: { - tagId: 'testnexx' + tagId: 'textmtrc' } }] }, @@ -105,7 +105,7 @@ var adUnits = [ bids: [{ bidder: 'mtc', params: { - tagId: 'testnexx' + tagId: 'textmtrc' } }] }