-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New User ID submodule: Rewarded Interest #5660
New User ID submodule: Rewarded Interest #5660
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site 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> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> | |
{: .table .table-bordered .table-striped } | |
| Param under userSync.userIds[] | Scope | Type | Description | Example | | |
| --- | --- | --- | --- | --- | | |
| name | Required | String | The name of the Rewarded Interest user ID submodule. | `"rewardedInterestId"` | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Muki, will incorporate this fix!
@@ -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"` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that fix! 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
🏷 Type of documentation
📋 Checklist