Czech Ad ID (czechAdId)
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).
gulp build –modules=czechAdIdSystem
czechAdId Configuration
| Param under userSync.userIds[] | Scope | Type | Description | Example | 
|---|---|---|---|---|
| name | Required | String | The name of this module | "czechAdId" | 
czechAdId Example
pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'czechAdId'
        }]
    }
});