Back to User ID Module
                Czech Ad ID (czechAdId)
                
                  
                    | Module | czechAdIdSystem | 
                  
                    | EID Source | czechadid.cz | 
                  
                    | bidRequest.userId | czechAdId | 
                  
                    | Example | "1111" | 
                
                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'
        }]
    }
});
Back to User ID Module