File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : bidder
3+ title : APS
4+ description : Prebid APS Bidder Adapter
5+ biddercode : aps
6+ tcfeu_supported : true
7+ dsa_supported : false
8+ gvl_id : 793
9+ usp_supported : true
10+ coppa_supported : true
11+ schain_supported : true
12+ media_types : display, video
13+ deals_supported : true
14+ floors_supported : true
15+ fpd_supported : true
16+ ortb_blocking_supported : true
17+ pbjs : true
18+ pbs : false
19+ prebid_member : true
20+ multiformat_supported : will-bid-on-any
21+ sidebarType : 1
22+ ---
23+
24+ ### Bidder Config Params
25+
26+ {: .table .table-bordered .table-striped }
27+
28+ | Name | Scope | Description | Example | Type |
29+ | ------------------ | -------- | ---------------------------------------- | --------------------------------- | --------- |
30+ | ` aps.accountID ` | required | APS-provided ID | ` 1234 ` | ` string ` |
31+ | ` aps.debugURL ` | optional | Bid endpoint | ` https://example.com/bid ` | ` string ` |
32+ | ` aps.debug ` | optional | Toggle to enable / disable debug mode | ` true ` | ` boolean ` |
33+ | ` aps.renderMethod ` | optional | Debug mode render method | ` fif ` | ` string ` |
34+ | ` aps.creativeURL ` | optional | Creative rendering URL | ` https://example.com/creative.js ` | ` string ` |
35+ | ` aps.telemetry ` | optional | Toggle to enable / disable APS telemetry | ` true ` | ` boolean ` |
36+
37+ ### Bid Params
38+
39+ None.
40+
41+ ## User Syncs
42+
43+ If you'd like to activate user syncs through APS, you must activate iframe syncing.
44+
45+ ``` javascript
46+ window .pbjs .que .push (function () {
47+ window .pbjs .setConfig ({
48+ userSync: {
49+ filterSettings: {
50+ iframe: {
51+ bidders: [' aps' ],
52+ filter: ' include' ,
53+ },
54+ },
55+ },
56+ });
57+ });
58+ ```
You can’t perform that action at this time.
0 commit comments