forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oxxion Rtd Module: cleaning and change in sampling (prebid#10539)
* remove video stuffs * update sampling * listen for 'ova' parameter * update sampling
- Loading branch information
1 parent
702bbbe
commit 6c7356a
Showing
4 changed files
with
21 additions
and
188 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
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
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,7 +7,7 @@ Maintainer: [email protected] | |
# Oxxion Real-Time-Data submodule | ||
|
||
Oxxion helps you to understand how your prebid stack performs. | ||
This Rtd module is to use in order to improve video events tracking and/or to filter bidder requested. | ||
This Rtd module purpose is to filter bidders requested. | ||
|
||
# Integration | ||
|
||
|
@@ -30,7 +30,6 @@ pbjs.setConfig( | |
waitForIt: true, | ||
params: { | ||
domain: "test.endpoint", | ||
contexts: ["instream"], | ||
threshold: false, | ||
samplingRate: 10, | ||
} | ||
|
@@ -47,12 +46,6 @@ pbjs.setConfig( | |
|:---------------------------------|:---------|:------------------------------------------------------------------------------------------------------------| | ||
| domain | String | This string identifies yourself in Oxxion's systems and is provided to you by your Oxxion representative. | | ||
|
||
# setConfig Parameters for Video Tracking | ||
|
||
| Name | Type | Description | | ||
|:---------------------------------|:---------|:------------------------------------------------------------------------------------------------------------| | ||
| contexts | Array | Array defining which video contexts to add tracking events into. Values can be instream and/or outstream. | | ||
|
||
# setConfig Parameters for bidder filtering | ||
|
||
| Name | Type | Description | | ||
|
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