Back to User ID Module

Adriver ID

Adriver ID Configuration

Param under userSync.userIds[] Scope Type Description Example
name Required String The name of this module: "adriverId" "adriverId"

Adriver ID Example

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: "adriverId"
        }]
    }
});

Back to User ID Module