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
*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.
*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 `pubxai`
39
+
40
+
{% include dev-docs/storageAllowed.md %}
41
+
42
+
```javascript
43
+
pbjs.bidderSettings= {
44
+
pubxai: {
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).
*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.
35
+
The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence.
36
+
37
+
### Bidder Config
38
+
39
+
You can allow writing in localStorage `pbjs.bidderSettings` for the bidder `revnew`
40
+
41
+
{% include dev-docs/storageAllowed.md %}
42
+
43
+
```javascript
44
+
pbjs.bidderSettings= {
45
+
revnew: {
46
+
storageAllowed :true
47
+
}
48
+
}
49
+
```
50
+
51
+
### First Party Data
52
+
53
+
Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html).
0 commit comments