Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/modules/wurflRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
### Integration Scenarios

| SSP Adapter Status | Required Adapter Changes | Required Server Changes |
|-------------------|--------------------------|-------------------------|

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:74 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:48 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:48 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:21 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:21 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 93 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:93:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| Already passing ORTB2 device to server | No changes required | Update backend logic to utilize device data |
| Not currently passing device data | Update adapter to read `device` and/or `device.ext.wurfl` and pass to endpoint | Update backend logic to utilize device data |
| No Bidder Adapter exists | Implement Prebid.js adapter to read and pass `device` and/or `device.ext.wurfl` | Implement endpoint logic to read and utilize data |
Expand Down Expand Up @@ -124,7 +124,7 @@
{: .table .table-bordered .table-striped }

| Name | Type | Description | Default |
|------|------|-------------|---------|

Check failure on line 127 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:127:15 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 127 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:127:8 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 127 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:127:8 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 127 in dev-docs/modules/wurflRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/wurflRtdProvider.md:127:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `name` | String | Real time data module name | Always 'wurfl' |
| `params` | Object | Configuration parameters | |
| `params.altHost` | String | Alternate host to connect to WURFL.js | |
Expand Down Expand Up @@ -163,7 +163,7 @@
"language": "it",
"make": "Apple",
"model": "iPhone 16e",
"devicetype": 1,
"devicetype": 4,
"os": "iOS",
"osv": "18.3",
"hwv": "iPhone 16e",
Expand Down
Loading