Skip to content

Commit

Permalink
Utiq ID submodule: Update module name, parameters and contact (#4920)
Browse files Browse the repository at this point in the history
* Utiq ID submodule: Update module name, parameters and contact

* Utiq ID submodule: add missing trailing pipe

---------

Co-authored-by: Tomasz Januszek <[email protected]>
  • Loading branch information
jkthomas and Tomasz Januszek committed Jul 17, 2024
1 parent 68bb68c commit 1a31c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/modules/userid-submodules/utiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: userid
title: Utiq ID
description: Utiq User ID sub-module
useridmodule: utiqSystem
useridmodule: utiqIdSystem
---

Utiq generates unique tokens, enabling improved efficiency in programmatic advertising while safeguarding transparency and control for end customers via `consenthub.utiq.com`. A website visitor’s Utiq is generated based on network identifiers provided by network operators and requires explicit user consent.
Expand All @@ -14,7 +14,7 @@ Utiq is also the brand name of the service, which is provided by Utiq SA/NV.
{: .table .table-bordered .table-striped }
| Param under userSync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | The name of the module | `"utiq"` |
| name | Required | String | The name of the module | `"utiqId"` |

Configuration example:

Expand All @@ -23,7 +23,7 @@ pbjs.setConfig({
userSync: {
userIds: [
{
name: "utiq",
name: "utiqId",
},
],
},
Expand Down

0 comments on commit 1a31c48

Please sign in to comment.