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
|`adUnitCodeIn`| array of strings | true if any supplied string matches imp.ext.gpid, imp.tagid, imp.ext.data.pbadslot, imp.ext.prebid.storedrequest.id, imp.id. |
@@ -154,11 +155,13 @@ The function argument is an array of objects, each of which may include the foll
154
155
155
156
## Module configuration
156
157
157
-
### Example config
158
+
### Configuration
159
+
160
+
You can provide an external endpoint that returns a JSON object containing the rules. In this case, you should also specify the `auctionDelay` parameter, which delays the auction to allow time for the rules to be fetched.
158
161
159
162
```javascript
160
163
pbjs.setConfig({
161
-
rules: {
164
+
shapingRules: {
162
165
auctionDelay:2000, // maximum time (in ms) the auction may wait for the rules endpoint to respond
0 commit comments