|
| 1 | +<table class="table table-bordered table-striped"> |
| 2 | + <tr> |
| 3 | + <th class="pbTh">Bidder Code</th> |
| 4 | + <td class="pbTd">{{ page.biddercode }}</td> |
| 5 | + <th class="pbTh">Prebid.org Member</th> |
| 6 | + <td class="pbTd">{% if page.prebid_member == true %}yes{% else %}no{% endif %}</td> |
| 7 | + </tr> |
| 8 | + <tr> |
| 9 | + <th class="pbTh">Prebid.js Adapter</th> |
| 10 | + <td class="pbTd">{% if page.pbjs == true %}yes{% else %}no{% endif %}</td> |
| 11 | + <th class="pbTh">Prebid Server Adapter</th> |
| 12 | + <td class="pbTd">{% if page.pbs == true %}yes{% else %}no{% endif %}</td> |
| 13 | + </tr> |
| 14 | + <tr> |
| 15 | + <th class="pbTh">Media Types</th> |
| 16 | + <td class="pbTd">{% unless page.media_types contains 'no-display' %}display{% if page.media_types contains 'video' %},{% endif %}{% endunless %}{% if page.media_types contains 'video' %} video{% endif %}{% if page.media_types != "no-display, native" and page.media_types contains 'native' %}, native{% endif %}{% if page.media_types == "no-display, native" %}native{% endif %}</td> |
| 17 | + <th class="pbTh">Multi Format Support</th> |
| 18 | + <td class="pbTd">{% if page.multiformat_supported %}{{page.multiformat_supported}}{% else %}check with bidder{% endif %}</td> |
| 19 | + </tr> |
| 20 | + <tr> |
| 21 | + <th class="pbTh">TCF-EU Support</th> |
| 22 | + <td class="pbTd">{% if page.tcfeu_supported == true %}yes{% else %}no{% endif %}</td> |
| 23 | + <th class="pbTh">IAB GVL ID</th> |
| 24 | + <td class="pbTd">{% if page.gvl_id %}{{page.gvl_id}}{% else %}check with bidder{% endif %}</td> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <th class="pbTh">GPP Support</th> |
| 28 | + <td class="pbTd">{% if page.gpp_sids and page.gpp_sids != '' %}{{page.gpp_sids}}{% elsif page.gpp_supported == true and page.gpp_sids == nil %}some (check with bidder){% elsif page.gpp_supported == false and gpp_sids == nil %}None{% else %}check with bidder{% endif %}</td> |
| 29 | + <th class="pbTh">DSA Support</th> |
| 30 | + <td class="pbTd">{% if page.dsa_supported == true %}yes{% elsif page.dsa_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 31 | + </tr> |
| 32 | + <tr> |
| 33 | + <th class="pbTh">USP/CCPA Support</th> |
| 34 | + <td class="pbTd">{% if page.usp_supported == true %}yes{% elsif page.usp_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 35 | + <th class="pbTh">COPPA Support</th> |
| 36 | + <td class="pbTd">{% if page.coppa_supported == true %}yes{% elsif page.coppa_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 37 | + </tr> |
| 38 | + <tr> |
| 39 | + <th class="pbTh">Supply Chain Support</th> |
| 40 | + <td class="pbTd">{% if page.schain_supported == true %}yes{% elsif page.schain_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 41 | + <th class="pbTh">Demand Chain Support</th> |
| 42 | + <td class="pbTd">{% if page.dchain_supported == true %}yes{% elsif page.dchain_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 43 | + </tr> |
| 44 | + <tr> |
| 45 | + <th class="pbTh">Safeframes OK</th> |
| 46 | + <td class="pbTd">{% if page.safeframes_ok == false %}no{% elsif page.safeframes_ok == true %}yes{% else %}check with bidder{% endif %}</td> |
| 47 | + <th class="pbTh">Supports Deals</th> |
| 48 | + <td class="pbTd">{% if page.deals_supported == false %}no{% elsif page.deals_supported == true %}yes{% else %}check with bidder{% endif %}</td> |
| 49 | + </tr> |
| 50 | + <tr> |
| 51 | + <th class="pbTh">Floors Module Support</th> |
| 52 | + <td class="pbTd">{% if page.floors_supported == true %}yes{% elsif page.floors_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 53 | + <th class="pbTh">First Party Data Support</th> |
| 54 | + <td class="pbTd">{% if page.fpd_supported == true %}yes{% elsif page.fpd_supported == false %}no{% else %}check with bidder{% endif %}</td> |
| 55 | + </tr> |
| 56 | + <tr> |
| 57 | + <th class="pbTh">User IDs</th> |
| 58 | + <td class="pbTd">{% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %}</td> |
| 59 | + <th class="pbTh">ORTB Blocking Support</th> |
| 60 | + <td class="pbTd">{% if page.ortb_blocking_supported == true %}yes{% elsif page.ortb_blocking_supported == false %}no{% elsif page.ortb_blocking_supported == 'partial' %}partial{% else %}check with bidder{% endif %}</td> |
| 61 | + </tr> |
| 62 | + <tr> |
| 63 | + <th class="pbTh">Privacy Sandbox</th> |
| 64 | + <td class="pbTd">{% if page.privacy_sandbox %}{{page.privacy_sandbox}}{% else %}check with bidder{% endif %}</td> |
| 65 | + {% if page.pbs == true %} |
| 66 | + <th class="pbTh">Prebid Server App Support</th> |
| 67 | + <td class="pbTd">{% if page.pbs_app_supported == false %}no{% elsif page.pbs_app_supported == true %}yes{% else %}check with bidder{% endif %}</td> |
| 68 | + {% else %} |
| 69 | + <th class="pbTh"></th> |
| 70 | + <td class="pbTd"></td> |
| 71 | + {% endif %} |
| 72 | + </tr> |
| 73 | + |
| 74 | + </table> |
0 commit comments