Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 804 Bytes

File metadata and controls

38 lines (31 loc) · 804 Bytes
layout userid
title AdPlus ID
description AdPlus ID User ID sub-module
useridmodule adplusIdSystem
bidRequestUserId adplusId
eidsource ad-plus.com.tr
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

{: .table .table-bordered .table-striped }

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"
            }
        }]
    }
});