Skip to content

Commit

Permalink
UserID submodule: rewardedInterestIdSystem - fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kmikhalyov-work committed Oct 17, 2024
1 parent b236791 commit 88efddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The table below has the options that are common across ID systems. See the secti
{: .table .table-bordered .table-striped }
| Param under userSync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | May be any of the following values: {% for page in userid_pages -%}{% if count == 1 %}{{ name_string | append: ", " -}}{% endif %}{% assign count = 1 %}`"{{ name_string | append: name_string -}}{{ name_string | append: page.useridmodule -}}"`{% endfor %} | `"unifiedId"` |
| name | Required | String | May be any of the following values: {% for page in userid_pages -%}`"{{ page.useridmodule -}}"`{% if forloop.last == false -%}, {% endif -%}{% endfor -%} | `"unifiedId"` |
| params | Based on User ID sub-module | Object | | |
| bidders | Optional | Array of Strings | An array of bidder codes to which this user ID may be sent. | `['bidderA', 'bidderB']` |
| storage | Optional | Object | The publisher can specify some kind of local storage in which to store the results of the call to get the user ID. This can be a cookie, HTML5 storage or both.| |
Expand Down
8 changes: 3 additions & 5 deletions dev-docs/modules/userid-submodules/rewardedInterest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ gulp build --modules=userId,rewardedInterestIdSystem

## Rewarded Interest ID Configuration

<div class="table-responsive" markdown="1">
| Param under userSync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | The name of the Rewarded Interest user ID submodule. | `"rewardedInterestId"` |
{: .table .table-bordered .table-striped }
</div>
| Param under usersync.userIds[] | Scope | Type | Description | Example |
|--------------------------------|----------|--------|--------------------------|------------------------|
| name | Required | String | The name of this module. | `"rewardedInterestId"` |

## Rewarded Interest ID Example

Expand Down

0 comments on commit 88efddb

Please sign in to comment.