diff --git a/dev-docs/analytics/rubicon.md b/dev-docs/analytics/rubicon.md deleted file mode 100644 index 2d6c628c0c..0000000000 --- a/dev-docs/analytics/rubicon.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: analytics -title: Rubicon Project -description: Rubicon Project Prebid Analytics Adapter -modulecode: rubicon -gdpr_supported: true -usp_supported: true -coppa_supported: true -prebid_member: true -gvl_id: 52 -enable_download: false ---- - -#### 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 - -{: .table .table-bordered .table-striped } -| 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' - } - }); -```