Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Soni-Goyal committed Jun 3, 2022
1 parent 6269099 commit f611bf2
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions dev-docs/modules/blueconicRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ page_type: module
module_type: rtd
module_code : blueconicRtdProvider
enable_download : true
coppa_supported: true
vendor_specific: true
sidebarType : 1
---
Expand All @@ -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 <a href="https://www.blueconic.com/">https://www.blueconic.com/</a> or contact our Prebid integration team at [email protected].

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([email protected]) 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

Expand All @@ -44,7 +37,7 @@ and segment configurations.
pbjs.setConfig(
...
realTimeData: {
auctionDelay: 5000,
auctionDelay: 1000,
dataProviders: [
{
name: "blueconic",
Expand Down Expand Up @@ -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 ([email protected]).
tests.

## Testing

Expand All @@ -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`

Expand Down

0 comments on commit f611bf2

Please sign in to comment.