forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserid.html
More file actions
75 lines (56 loc) · 2.1 KB
/
Copy pathuserid.html
File metadata and controls
75 lines (56 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{% include head.html %}
{% include nav.html %}
<div class="container pb-docs-container">
<div class="row ">
<div class="col-lg-3 sidebar" id="sidebar">
<div>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#sidebarContent" aria-controls="sidebarContent" aria-expanded="false" aria-label="Toggle Sidebar navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse d-lg-block" id="sidebarContent">
{% include left_nav.html %}
</div>
</div>
</div>
<div class="col-lg-9">
<div class="pb-content" markdown="1">
<div class="row">
<div class="col-md-12" role="main">
<div class="bs-docs-section">
<p><a href="/dev-docs/modules/userId.html#user-id-sub-modules">Back to User ID Module</a></p>
<h2>{{ page.title }}</h2>
<table class="table table-bordered table-striped">
<tr>
<th class="pbTh">Module</th>
<td class="pbTd">{{ page.useridmodule }}</td>
</tr>
<tr>
<th class="pbTh">EID Source</th>
<td class="pbTd">{{ page.eidsource }}</td>
</tr>
<tr>
<th class="pbTh">bidRequest.userId</th>
<td class="pbTd">{{ page.bidRequestUserId }}</td>
</tr>
<tr>
<th class="pbTh">Example</th>
<td class="pbTd"><code>{{ page.example }}</code></td>
</tr>
</table>
{{content}}
<p><a href="/dev-docs/modules/userId.html#user-id-sub-modules">Back to User ID Module</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end row-->
</div>
{% if page.title != "Credits" %}
{% if page.layout != "home" %}
{% include footer.html %}
{% endif %}
{% endif %}
</body>
</html>