Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 702 Bytes

rewardedInterestIdSystem.md

File metadata and controls

23 lines (17 loc) · 702 Bytes

Rewarded Interest User ID Submodule

This module adds rewarded interest advertising token to the user ID module

*Note: The storage config should be omitted

Prebid Params

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'rewardedInterestId',
        }]
    }
});

Parameter Descriptions for the usersync Configuration Section

Param under usersync.userIds[] Scope Type Description Example
name Required String The name of this module. "rewardedInterestId"