Skip to content

Commit 4b41458

Browse files
update tooltip definitions to be consistent when relevant with client side
1 parent 5e98dfb commit 4b41458

File tree

3 files changed

+6
-6
lines changed
  • web-integrations

3 files changed

+6
-6
lines changed

web-integrations/google-secure-signals/client-server/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2><%- identityName %> Integration Status</h2>
162162
<div class="tooltip">
163163
<span class="tooltip-trigger">?</span>
164164
<div class="tooltip-content">
165-
Indicates if a valid <%- identityName %> advertising token is available and ready to be passed to the advertising ecosystem.
165+
Indicates whether a valid <%- identityName %> token is present and can be used for personalized ad targeting.
166166
</div>
167167
</div>
168168
</div>
@@ -190,7 +190,7 @@ <h2><%- identityName %> Integration Status</h2>
190190
<div class="tooltip">
191191
<span class="tooltip-trigger">?</span>
192192
<div class="tooltip-content">
193-
Indicates whether a new <%- identityName %> token needs to be generated.
193+
Indicates whether a new <%- identityName %> token needs to be generated. Returns "yes" when no valid identity exists or the current identity has expired.
194194
</div>
195195
</div>
196196
</div>

web-integrations/javascript-sdk/client-server/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2><%- identityName %> Integration Status</h2>
8484
<div class="tooltip">
8585
<span class="tooltip-trigger">?</span>
8686
<div class="tooltip-content">
87-
Indicates if a valid <%- identityName %> advertising token is available and ready to be passed to the advertising ecosystem.
87+
Indicates whether a valid <%- identityName %> token is present and can be used for personalized ad targeting.
8888
</div>
8989
</div>
9090
</div>
@@ -112,7 +112,7 @@ <h2><%- identityName %> Integration Status</h2>
112112
<div class="tooltip">
113113
<span class="tooltip-trigger">?</span>
114114
<div class="tooltip-content">
115-
Indicates whether a new <%- identityName %> token needs to be generated.
115+
Indicates whether a new <%- identityName %> token needs to be generated. Returns "yes" when no valid identity exists or the current identity has expired.
116116
</div>
117117
</div>
118118
</div>

web-integrations/prebid-integrations/client-server/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h2><%- identityName %> Integration Status</h2>
204204
<div class="tooltip">
205205
<span class="tooltip-trigger">?</span>
206206
<div class="tooltip-content">
207-
Indicates if a valid <%- identityName %> advertising token is available and ready to be passed to the advertising ecosystem.
207+
Indicates whether a valid <%- identityName %> token is present and can be used for personalized ad targeting.
208208
</div>
209209
</div>
210210
</div>
@@ -232,7 +232,7 @@ <h2><%- identityName %> Integration Status</h2>
232232
<div class="tooltip">
233233
<span class="tooltip-trigger">?</span>
234234
<div class="tooltip-content">
235-
Indicates whether a new <%- identityName %> token needs to be generated.
235+
Indicates whether a new <%- identityName %> token needs to be generated. Returns "yes" when no valid identity exists or the current identity has expired.
236236
</div>
237237
</div>
238238
</div>

0 commit comments

Comments
 (0)