Skip to content
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

Implement initial proposal for new userId module meta fields - #5060 #5673

Merged
merged 19 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix novatiq id table
  • Loading branch information
muuki88 committed Nov 8, 2024
commit 3747660cc2517ef009b86e24e98b5868e0f24656
5 changes: 2 additions & 3 deletions dev-docs/modules/userid-submodules/novatiq.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,8 @@ pbjs.setConfig({

## Parameters for the Novatiq Module

<div class="table-responsive" markdown="1">
{: .table .table-bordered .table-striped }

| Param | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | Module identification: `"novatiq"` | `"novatiq"` |
@@ -57,8 +58,6 @@ pbjs.setConfig({
| params.urlParams.useStandardUuid | Optional | Boolean | Use a standard UUID format, or the Novatiq UUID format | `false` |
| params.urlParams.useSspId | Optional | Boolean | Send the sspid (sourceid) along with the sync request <br > Makes the params.sourceid optional if set | `false` |
| params.urlParams.useSspHost | Optional | Boolean | Send the ssphost along with the sync request | `false` |
{: .table .table-bordered .table-striped }
</div>

## Novatiq Hyper ID with Prebid SharedID Support