-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contxtful RTD Module: support ui events (#12398)
* feat: ui events * doc: wording * doc: revised to re-run ci * test: removed os-specific test --------- Co-authored-by: Sébastien Rufiange <[email protected]>
- Loading branch information
1 parent
8832e84
commit 894f60b
Showing
3 changed files
with
289 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
The Contxtful RTD module offers a unique feature—Receptivity. Receptivity is an efficiency metric, enabling the qualification of any instant in a session in real time based on attention. The core idea is straightforward: the likelihood of an ad’s success increases when it grabs attention and is presented in the right context at the right time. | ||
|
||
To utilize this module, you need to register for an account with [Contxtful](https://contxtful.com). For inquiries, please contact [[email protected]](mailto:[email protected]). | ||
To utilize this module, you need to register for an account with [Contxtful](https://contxtful.com). For inquiries, please reach out to [[email protected]](mailto:[email protected]). | ||
|
||
## Build Instructions | ||
|
||
|
@@ -72,7 +72,7 @@ pbjs.setConfig({ | |
| `customer` | `String` | Required | Your unique customer identifier. | | ||
| `hostname` | `String` | Optional | Target URL for CONTXTFUL external JavaScript file. Default is "api.receptivity.io". Changing default behaviour is not recommended. Please reach out to [email protected] if you experience issues. | | ||
| `adServerTargeting` | `Boolean`| Optional | Enables the `getTargetingData` to inject targeting value in ad units. Setting to true enables the feature, false disables the feature. Default is true | | ||
| `bidders` | `Array` | Optional | Setting this array enables Receptivity in the `ortb2` object through `getBidRequestData` for all the listed `bidders`. Default is `[]` (an empty array). RECOMMENDED : Add all the bidders active like this `["bidderCode1", "bidderCode", "..."]` | | ||
| `bidders` | `Array` | Optional | Setting this array enables Receptivity in the `ortb2` object through `getBidRequestData` for all the listed `bidders`. Default is `[]` (an empty array). RECOMMENDED : Add all the active bidders like this `["bidderCode1", "bidderCode", "..."]` | | ||
|
||
## Usage: Injection in Ad Servers | ||
|
||
|
Oops, something went wrong.