Skip to content

Commit

Permalink
add format to tables
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Jul 6, 2023
1 parent 71ea901 commit c5df154
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev-docs/modules/weboramaRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Each module can perform two actions:

This is the main configuration section

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| name | String | Real time data module name | Mandatory. Always 'Weborama' |
Expand All @@ -119,6 +120,7 @@ To be possible use the integration with Weborama Contextual Service you must be

On this section we will explain the `params.weboCtxConf` subconfiguration:

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| token | String | Security Token provided by Weborama, unique per client | Mandatory |
Expand All @@ -140,6 +142,7 @@ Please contact weborama if you don't have it.

On this section we will explain the `params.weboUserDataConf` subconfiguration:

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| accountId|Number|WAM account id. If you don't have it, please contact weborama. | Recommended.|
Expand All @@ -158,6 +161,7 @@ To be possible use the integration between Weborama and Sfbx LiTE you should als

On this section we will explain the `params.sfbxLiteDataConf` subconfiguration:

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| setPrebidTargeting|Various|If true, will use the user profile to set the prebid (GPT/GAM or AST) targeting of all adunits managed by prebid.js| Optional. Default is `params.setPrebidTargeting` (if any) or `true`.|
Expand All @@ -173,6 +177,7 @@ On this section we will explain the `params.sfbxLiteDataConf` subconfiguration:

This property support the following types

{: .table .table-bordered .table-striped }
| Type | Description | Example | Notes |
| :------------ | :------------ | :------------ |:------------ |
| Boolean|If true, set prebid targeting for all adunits, or not in case of false| `true` | default value |
Expand All @@ -192,6 +197,7 @@ setPrebidTargeting: function(adUnitCode, data, metadata){

This property support the following types

{: .table .table-bordered .table-striped }
| Type | Description | Example | Notes |
| :------------ | :------------ | :------------ |:------------ |
| Boolean|If true, send data to all bidders, or not in case of false| `true` | default value |
Expand Down Expand Up @@ -219,6 +225,7 @@ sendToBidders: function(bid, adUnitCode, data, metadata){

This callback will be executed with the bid object (contains a field `bidder` with name), adUnitCode, profile and a metadata with the following fields

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| user | Boolean | If true, it contains user-centric data | |
Expand Down Expand Up @@ -286,6 +293,7 @@ We can specify a callback to handle the profile data from site-centric or user-c

This callback will be executed with the profile and a metadata with the following fields

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| user | Boolean | If true, it contains user-centric data | |
Expand Down Expand Up @@ -416,6 +424,7 @@ pbjs.que.push(function () {
Imagine we need to configure the following options using the previous example, we can write the configuration like the one below.
{: .table .table-bordered .table-striped }
||contextual|wam|lite|
| :------------ | :------------ | :------------ |:------------ |
|setPrebidTargeting|true|false|true|
Expand Down

0 comments on commit c5df154

Please sign in to comment.