diff --git a/dev-docs/modules/blueconicRtdProvider.md b/dev-docs/modules/blueconicRtdProvider.md index f404c56618..c715c5e19f 100644 --- a/dev-docs/modules/blueconicRtdProvider.md +++ b/dev-docs/modules/blueconicRtdProvider.md @@ -7,6 +7,7 @@ page_type: module module_type: rtd module_code : blueconicRtdProvider enable_download : true +coppa_supported: true vendor_specific: true sidebarType : 1 --- @@ -17,15 +18,7 @@ sidebarType : 1 * TOC {:toc} -BlueConic is the Customer Data Platform that liberates customer data to make individualized marketing a reality. We are the first and only company that delivers to marketers the promise of a single view of a customer. BlueConi gather rela-time and batch data of customers from all the channels to the tailor products, services and experiences according to their wants and needs. - -The BlueConic real-time data module in Prebid has been built so that publishers -can maximize the power of their first-party audiences, user-level and contextual data. -This module provides both an integrated BlueConic identity with real-time -contextual and audience segmentation solution that seamlessly and easily -integrates into your existing Prebid deployment. For more information, -please visit https://www.blueconic.com/ or contact our Prebid integration team at connectors@blueconic.com. - +BlueConic's Real-time Data Provider automatically obtains segmentation data and other user level data from the BlueConic script (via `localStorage`) and passes them to the bid-stream. Please reach out to BlueConic team(info@blueconic.com) or visit our [website](https://support.blueconic.com/hc/en-us) if you have any questions or need further help to integrate Prebid or blueconicRtdProvider. ## Publisher Usage @@ -44,7 +37,7 @@ and segment configurations. pbjs.setConfig( ... realTimeData: { - auctionDelay: 5000, + auctionDelay: 1000, dataProviders: [ { name: "blueconic", @@ -73,7 +66,7 @@ pbjs.setConfig( Please see the examples available in the blueconicRtdProvider_spec.js -tests and work with your Blueconic Prebid integration team (connectors@blueconic.com). +tests. ## Testing @@ -83,7 +76,7 @@ To run test suite for blueconic: ## Example -To view an example of available segments: +To view an example of available segments & profile data: `gulp serve --modules=rtdModule,blueconicRtdProvider,appnexusBidAdapter`