Skip to content

Taboola's UserId Module : update documentation #13401

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

Merged
merged 13 commits into from
Jun 17, 2025
Merged
8 changes: 4 additions & 4 deletions modules/taboolaIdSystem.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## IDx User ID Submodule
## Taboola User ID Submodule

For assistance setting up your module please contact us at [[email protected]]([email protected]).
For assistance setting up your module please contact us at [[email protected]].

### Prebid Params

Individual params may be set for the IDx Submodule.
Individual params may be set for the Taboola Submodule.
```
pbjs.setConfig({
userSync: {
Expand All @@ -15,7 +15,7 @@ pbjs.setConfig({
});
```
## Parameter Descriptions for the `userSync` Configuration Section
The below parameters apply only to the IDx integration.
The below parameters apply only to the Taboola integration.

| Param under usersync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- |--------------------------------|-------------|
Expand Down