Rubicon Project
Features
Registration
The Rubicon Project analytics adapter requires setup and approval from the Magnite team, even for existing accounts. Please reach out to your account team or globalsupport@magnite.com for more information.
Analytics Options
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| accountId | required | The Magnite publisher account ID | '1001' | string | 
| endpoint | required | The URL where analytics data is sent | 'https://example.rp.com' | string | 
| sampling | optional | Sample rate for analytics data. Allowed values are 1, 2.5, 5, 10, 100 (no sampling). | 5 | integer | 
Example Configuration
  pbjs.enableAnalytics({
    provider: 'rubicon',
    options: {
        accountId: MAGNITE-ACCOUNT-ID,
        endpoint: 'OBTAIN-FROM-MAGNITE'
    }
  });