You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`tagId`| required*| Media Tradecraft tag ID |`"testnexx"`|`string`|
31
+
|`placement`| required*| Media Tradecraft placement |`"test.com_header_ad"`|`string`|
32
+
33
+
*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.
34
+
The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence.
35
+
36
+
## Bidder Config
37
+
38
+
You can allow writing in localStorage `pbjs.bidderSettings` for the bidder `mtc`
39
+
40
+
{% include dev-docs/storageAllowed.md %}
41
+
42
+
```javascript
43
+
pbjs.bidderSettings= {
44
+
mtc: {
45
+
storageAllowed :true
46
+
}
47
+
}
48
+
```
49
+
50
+
## First Party Data
51
+
52
+
Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html).
0 commit comments