byData
Features
Registration
The byData Analytics adapter requires setup and approval from the byData team. Please visit bydata.com for more information.
Analytics Options
Parameter | Scope | Type | Description | Example |
---|---|---|---|---|
clientId | Required | String | The byData Client ID | asc10001 |
logFrequency | Optional | Int | Sample rate | 100 |
Example Configuration
pbjs.enableAnalytics({
provider: "bydata",
options: {
clientId:'asc10001', // please contact byData team to get a clientId for yourself
logFrequency : 100, // Default - 1%
}
});