Back to User ID Module

AdPlus ID

Module adplusIdSystem
EID Source ad-plus.com.tr
bidRequest.userId adplusId
Example "1111"

AdPlus ID Configuration

Please make sure to add the AdPlus user ID sub-module to your Prebid.js package with:

gulp build --modules=adplusIdSystem,userId
Param under userSync.userIds[] Scope Type Description Example
name Required String The name of this module: "adplusId" "adplusId"

AdPlus ID Example

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: "adplusId",
            storage: {
                name: "adplusId"
            }
        }]
    }
});

Back to User ID Module