Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 835 Bytes

czechAdIdSystem.md

File metadata and controls

27 lines (20 loc) · 835 Bytes

CzechAdId User ID Submodule

Czech Ad ID is a joint project of publishers of the CPEx alliance and Seznam.cz. It is a deterministic user ID that offers cross-domain and cross-device identification. For more information see czechadid.cz).

Building Prebid with CzechAdId Support

First, make sure to add the czechAdId to your Prebid.js package with:

gulp build --modules=czechAdIdSystem

The following configuration parameters are available:

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'czechAdId'
        }]
    }
});
Param under userSync.userIds[] Scope Type Description Example
name Required String The name of this module. "czechAdId"