Skip to content

Commit

Permalink
WURFL Rtd Provider: list wurflRtdProvider in the .submodules.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Jun 24, 2024
1 parent 65d582b commit b2a8e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"relevadRtdProvider",
"sirdataRtdProvider",
"timeoutRtdProvider",
"weboramaRtdProvider"
"weboramaRtdProvider",
"wurflRtdProvider"
],
"fpdModule": [
"validationFpdModule",
Expand Down
6 changes: 2 additions & 4 deletions modules/wurflRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ WURFL.js is fully compatible with Chromium's User-Agent Client Hints (UA-CH) ini

### Build
```
gulp build --modules="rtdModule,wurflRtdProvider,appnexusBidAdapter,..."
gulp build --modules="wurflRtdProvider,appnexusBidAdapter,..."
```

> Note that the global RTD module, `rtdModule`, is a prerequisite of the WURFL RTD module.
### Configuration

Use `setConfig` to instruct Prebid.js to initilize the WURFL RTD module, as specified below.
Expand Down Expand Up @@ -62,7 +60,7 @@ pbjs.setConfig({

To view an example of how the WURFL RTD module works :

`gulp serve --modules=rtdModule,wurflRtdProvider,appnexusBidAdapter`
`gulp serve --modules=wurflRtdProvider,appnexusBidAdapter`

and then point your browser at:

Expand Down

0 comments on commit b2a8e2f

Please sign in to comment.