Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions dev-docs/modules/arcspanRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,13 @@ pbjs.setConfig({
})
```

### Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `silo` | Integer | ArcSpan provided silo identifier used to load the contextual script | yes | n/a |

{: .alert.alert-info :}
For best results, we recommend that you also deploy ArcSpan's JavaScript tag in your tag management solution, as instructed in the implementation overview you received from your ArcSpan representative. This will ensure that more of your auctions contain ArcSpan's contextual signals. Please reach out to your ArcSpan representative if you have any questions.
8 changes: 8 additions & 0 deletions dev-docs/modules/categoryTranslation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ pbjs.setConfig({
});
```

### Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `translationFile` | String | URL of a custom brand category translation map | no | Prebid default map |

This file will be stored locally to expedite the conversion process. If a publisher opts to not provide a conversion mapping file Prebid will use its default conversion mapping file.

Publishers should ensure that the JSON returned from their custom file is valid for Prebid by adhering to the following structure:
Expand Down
11 changes: 11 additions & 0 deletions dev-docs/modules/confiantRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ pbjs.setConfig({
}
});
```

## Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `propertyId` | String | Identifier provided by Confiant | yes | n/a |
| `prebidExcludeBidders` | String | Comma separated bidder codes to exclude from Confiant scanning | no | empty |
| `prebidNameSpace` | String | Custom namespace for the integration | no | empty |
| `shouldEmitBillableEvent` | Boolean | Emit a billable event when a Confiant scan occurs | no | `false` |
11 changes: 10 additions & 1 deletion dev-docs/modules/dsaControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pbjs.setConfig({
regs: {
ext: {
dsa: {
dsarequired: 2,
dsarequired: 2,
pubrender: 0
// ...
}
Expand All @@ -40,6 +40,15 @@ pbjs.setConfig({
})
```

### Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `dsarequired` | Integer | Indicates if DSA transparency information must be included (`0` = not required, `2` = required but advertiser may render, `3` = required and advertiser must render) | yes | n/a |
| `pubrender` | Integer | Signals publisher rendering capabilities (`0` = cannot render, `2` = will render) | yes | n/a |

This module will then enforce that:

* all bids include DSA information, if required (`dsarequired` is either `2` or `3`);
Expand Down
9 changes: 9 additions & 0 deletions dev-docs/modules/freewheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ pbjs.adServers.freewheel.getTargeting({
}
```

### Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `codes` | Array<string> | AdUnit codes to retrieve targeting for | yes | n/a |
| `callback` | Function | Function invoked with error and targeting map | yes | n/a |

The values returned by `getTargeting` are concatenation of CPM, industy code, and video duration. FreeWheel SDK will send those values to FreeWheel Ad Server within the following query:

```text
Expand Down
8 changes: 8 additions & 0 deletions dev-docs/modules/mediafilterRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ pbjs.setConfig({
}
});
```

### Parameters

{: .table .table-bordered .table-striped }

| Name | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| `configurationHash` | String | Hash provided by The Media Trust to load the protection script | yes | n/a |