| layout | userid |
|---|---|
| title | AdPlus ID |
| description | AdPlus ID User ID sub-module |
| useridmodule | adplusIdSystem |
| bidRequestUserId | adplusId |
| eidsource | ad-plus.com.tr |
| example | "1111" |
Please make sure to add the AdPlus user ID sub-module to your Prebid.js package with:
gulp build --modules=adplusIdSystem,userId{: .table .table-bordered .table-striped }
| Param under userSync.userIds[] | Scope | Type | Description | Example |
|---|---|---|---|---|
| name | Required | String | The name of this module: "adplusId" |
"adplusId" |
pbjs.setConfig({
userSync: {
userIds: [{
name: "adplusId",
storage: {
name: "adplusId"
}
}]
}
});