Skip to content

Commit 8a4a103

Browse files
authored
adding User ID submodules to download page (prebid#1400)
1 parent 97964f4 commit 8a4a103

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

download.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,21 @@ Note: If you receive an error during download you most likely selected a configu
416416
</div>
417417
</div>
418418
{% endfor %}
419+
<div class="col-md-4"><div class="checkbox">
420+
<label><input type="checkbox" moduleCode="pubCommonIdSystem" class="bidder-check-box"> User ID: PubCommon ID</label>
421+
</div></div>
422+
<div class="col-md-4"><div class="checkbox">
423+
<label><input type="checkbox" moduleCode="unifiedIdSystem" class="bidder-check-box"> User ID: Unified ID</label>
424+
</div></div>
425+
<div class="col-md-4"><div class="checkbox">
426+
<label><input type="checkbox" moduleCode="digiTrustIdSystem" class="bidder-check-box"> User ID: DigiTrust ID</label>
427+
</div></div>
428+
<div class="col-md-4"><div class="checkbox">
429+
<label><input type="checkbox" moduleCode="id5IdSystem" class="bidder-check-box"> User ID: ID5 ID</label>
430+
</div></div>
431+
<div class="col-md-4"><div class="checkbox">
432+
<label><input type="checkbox" moduleCode="criteortusIdSystem" class="bidder-check-box"> User ID: Criteo RTUS ID</label>
433+
</div></div>
419434
</div>
420435

421436
<br>

0 commit comments

Comments
 (0)