diff --git a/examples/google-secure-signals-integration/react_client_side/public/images/favicon.png b/examples/google-secure-signals-integration/react_client_side/public/images/favicon.png new file mode 100644 index 00000000..48885e04 Binary files /dev/null and b/examples/google-secure-signals-integration/react_client_side/public/images/favicon.png differ diff --git a/examples/google-secure-signals-integration/react_client_side/public/index.html b/examples/google-secure-signals-integration/react_client_side/public/index.html index d6810538..f6a7a7e8 100644 --- a/examples/google-secure-signals-integration/react_client_side/public/index.html +++ b/examples/google-secure-signals-integration/react_client_side/public/index.html @@ -2,39 +2,23 @@
- + - - + + + + -- This example demonstrates how a content publisher can follow the{' '} - - Client-Side Integration Guide for JavaScript - {' '} - to implement UID2 integration and generate UID2 tokens. Secure Signals is updated when the - page is reloaded. Reload the page in order to update Secure Signals in local storage. -
- -- UID2 Enabled - | -|
---|---|
Ready for Targeted Advertising: | -
- {targetedAdvertisingReady}- |
-
UID2 Advertising Token: | -
- {advertisingToken}- |
-
Is UID2 Login Required? | -
- {loginRequired}- |
-
UID2 Identity Callback State: | -
- {identityState}- |
-
Secure Signals Loaded? | -
- {secureSignalsLoaded ? 'Yes' : 'No'}- |
-
Secure Signals Value: | -
- {secureSignalsValue}- |
-
+ This example demonstrates how a content publisher can follow the{' '} + + Client-Side Integration Guide for JavaScript + {' '} + to implement UID2 integration and generate UID2 tokens. Secure Signals is updated when the + page is reloaded. Reload the page in order to update Secure Signals in local storage. +
+ ++ UID2 Enabled{' '} + + | +|
---|---|
Ready for Targeted Advertising: | +
+ {targetedAdvertisingReady ? 'yes' : 'no'}+ |
+
UID2 Advertising Token: | +
+ {advertisingToken}+ |
+
Is UID2 Login Required? | +
+ {loginRequired ? 'yes' : 'no'}+ |
+
UID2 Identity Callback State: | +
+ {identityState}+ |
+
Secure Signals Loaded? | +
+ {secureSignalsLoaded ? 'yes' : 'no'}+ |
+
Secure Signals Value: | +
+ {secureSignalsValue}+ |
+
- This example demonstrates how a content publisher can follow the - - Client-Side Integration Guide for JavaScript - - to implement UID2 integration and generate UID2 tokens. Secure Signals is updated when the - page is reloaded. Reload the page in order to update Secure Signals in local storage. -
- -- UID2 Enabled - | -|
---|---|
Ready for Targeted Advertising: | -
- {targetedAdvertisingReady}- |
-
UID2 Advertising Token: | -
- {advertisingToken}- |
-
Is UID2 Login Required? | -
- {loginRequired}- |
-
UID2 Identity Callback State: | -
- {identityState}- |
-
Secure Signals Loaded? | -
- {secureSignalsLoaded ? 'Yes' : 'No'}- |
-
Secure Signals Value: | -
- {secureSignalsValue}- |
-