Adloox
Features
Disclosure
The adapter adds an HTML <script>
tag to load Adloox’s post-buy verification JavaScript (https://j.adlooxtracking.com/ads/js/tfav_adl_X.js
at ~25kiB gzipped) when the bidWon
event for each ad slot.
Registration
The Adloox analytics adapter requires on-boarding and configuration parameters supplied to you by Adloox account team. Please reach out to your account team or info@adloox.com for more information.
Analytics Options
Name | Scope | Description | Example | Type |
---|---|---|---|---|
client | required | Your client name | 'adlooxtest' |
string |
clientid | required | Your client ID | 127 |
integer |
platformid | required | Your platform ID | 2 |
integer |
tagid | required | Your tag configuration ID | 1234 |
integer |
For detailed instructions please look to the integration guidelines shipped with the Prebid.js project which also link to our Prebid video and real-time data provider options.
Example Configuration
pbjs.enableAnalytics({
provider: 'adloox',
options: {
client: 'adlooxtest', // supplied by Adloox
clientid: 127, // supplied by Adloox
platformid: 0, // supplied by Adloox
tagid: 0 // supplied by Adloox
}
});