Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 424 Bytes

teadsIdSystem.md

File metadata and controls

22 lines (17 loc) · 424 Bytes

Overview

Module Name: Teads Id System Module Type: User Id System Maintainer: [email protected]

Description

Teads user identification system. GDPR & CCPA compliant.

Example configuration for publishers:

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'teadsId',
            params: {
                pubId: 1234
            }
        }]
    }
});