-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6269099
commit f611bf2
Showing
1 changed file
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <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 | ||
|
||
|
@@ -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 ([email protected]). | ||
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` | ||
|
||
|