Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tools/hashing-tool/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ h2 {
line-height: 1.8;
}

/* Section summary - same styling as intro but gray */
p.section-summary {
font-size: 0.95rem;
color: var(--text-gray);
margin-bottom: 1rem;
line-height: 1.8;
}

a {
color: var(--link-color);
text-decoration: underline;
Expand Down
3 changes: 2 additions & 1 deletion tools/hashing-tool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ <h1>${IDENTITY_NAME} Hashing Tool</h1>
</div>

<h2>Results</h2>

<p class="section-summary"><strong>Note:</strong> This is a test-only environment—no data is collected. Use test values only.</p>

<table id="results_table">
<tr id="normalization">
<td class="label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration with Google Secure Signals</h1>

<!-- UID2 Integration Status Section -->
<h2>${IDENTITY_NAME} Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ const SecureSignalsApp = () => {

{/* UID2 Integration Status Section */}
<h2>{IDENTITY_NAME} Integration Status</h2>
<p className="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ p {
line-height: 1.8;
}

/* Section summary - same styling as intro but gray */
p.section-summary {
font-size: 0.95rem;
color: var(--text-gray);
margin-bottom: 1rem;
line-height: 1.8;
}

a {
color: var(--link-color);
text-decoration: underline;
Expand All @@ -150,7 +158,7 @@ a:hover {
#uid_state {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
margin: 0 0 2rem 0;
font-size: 0.875rem;
border: 1px solid var(--border-color);
border-radius: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
</div>

<h2><%- identityName %> Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration Example using JavaScript SDK</h1>
</div>

<h2>${IDENTITY_NAME} Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ a:hover {
#uid_state {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
margin: 0 0 2rem 0;
font-size: 0.875rem;
border: 1px solid var(--border-color);
border-radius: 8px;
Expand Down Expand Up @@ -351,7 +351,7 @@ a:hover {
color: white;
padding: 10px;
border-radius: 4px;
font-size: 0.75rem;
font-size: 0.7rem;
line-height: 1.125;
min-width: 300px;
max-width: 570px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ const ClientSideApp = () => {
)}

<h2>{IDENTITY_NAME} Integration Status</h2>
<p className="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tbody>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ p {
line-height: 1.8;
}

/* Section summary - same styling as intro but gray */
p.section-summary {
font-size: 0.95rem;
color: var(--text-gray);
margin-bottom: 1rem;
line-height: 1.8;
}

a {
color: var(--link-color);
text-decoration: underline;
Expand All @@ -165,7 +173,7 @@ a:hover {
#uid_state {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
margin: 0 0 2rem 0;
font-size: 0.875rem;
border: 1px solid var(--border-color);
border-radius: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ p {
line-height: 1.8;
}

/* Section summary - same styling as intro but gray */
p.section-summary {
font-size: 0.95rem;
color: var(--text-gray);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ <h1>Client-Server <%- identityName %> SDK Integration Example with Prebid.js</h1
</div>

<h2><%- identityName %> Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ <h3>📄 Initial Prebid Config (on page load)</h3>

<!-- UID Token Status Section -->
<h2>${IDENTITY_NAME} Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
1 change: 0 additions & 1 deletion web-integrations/prebid-integrations/client-side/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ p {
line-height: 1.8;
}

/* Section summary - same styling as intro but gray */
p.section-summary {
font-size: 0.95rem;
color: var(--text-gray);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration with Prebid.js</h1>

<!-- UID2 Integration Status Section -->
<h2>${IDENTITY_NAME} Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration with Prebid.js (with Google Secure

<!-- UID2 Integration Status Section -->
<h2>${IDENTITY_NAME} Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down
1 change: 1 addition & 0 deletions web-integrations/server-side/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h1>Server-Side <%- identityName %> Integration Example</h1>
<% } %>

<h2><%- identityName %> Integration Status</h2>
<p class="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>

<table id="uid_state">
<tr>
Expand Down