You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Jixie ID module is specially useful for publishers that will connect with Jixie bidder through PrebidServer adapter feature of PrebidJS and/or for publishers that are unable to integrate with the Jixie ID/event script to still acquire the important Jixie client ID for users.
13
+
14
+
For assistance setting up your module, please contact us at <partners.jixie.io>
15
+
16
+
Add the Jixie ID to your Prebid.js Package with:
17
+
18
+
```bash
19
+
gulp build --modules=userId,jixieIdSystem
20
+
```
21
+
22
+
## Jixie ID Registration
23
+
24
+
Please reach out to [partners.jixie.io](mailto:partners.jixie.io) to request your `accountid`
25
+
26
+
## Jixie ID Configuration
27
+
28
+
{: .table .table-bordered .table-striped }
29
+
30
+
| Param under userSync.userIds[]| Scope | Type | Description | Example |
31
+
| --- | --- | --- | --- | --- |
32
+
| name | Required | String | The name of Module |`"jixieId"`|
33
+
| params | optional | Object | Container of all module params. ||
34
+
| params.accountid | optional | String | This is your `accountid` as provided by Jixie. |`Mo165qXxxx`|
0 commit comments