Zeta Global Ssp
Features
Registration
Please visit zetaglobal.com for more information.
Analytics Options
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| sid | required | The Zeta Global Ssp Publisher ID | 111 | int | 
| tags | optional | The object containing set of Zeta’s custom tags witch the publisher has to supply | tags: {} | object | 
Example Configuration
pbjs.enableAnalytics({
     provider: 'zeta_global_ssp',
     options: {
         sid: 111,
         tags: {
             ...
         }
     }
 });