diff --git a/static/examples/cstg-prebid-example/README.md b/static/examples/cstg-prebid-example/README.md deleted file mode 100644 index 017220d78..000000000 --- a/static/examples/cstg-prebid-example/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Example Prebid.js UID2 Integration - -## Viewing live site - -This example demonstrates the [UID2 Client-Side Integration Guide for Prebid.js](https://unifiedid.com/docs/guides/integration-prebid-client-side). - -To view the site running, navigate to [https://unifiedid.com/examples/cstg-prebid-example/](https://unifiedid.com/examples/cstg-prebid-example/). - -## Running locally - -To run this example, run `npm start` and navigate to [http://localhost:3006/examples/cstg-prebid-example/](http://localhost:3006/examples/cstg-prebid-example/). - -When running locally, the configuration values in `index.html` will not work, as it's set up for the integration environment which won't accept calls running on `localhost`. To run it locally, you will need the Operator running locally using `local-config.json` (usually done via IntelliJ) and update `window.uid2_example_settings` to point to your local operator and use a valid client-side key. - -## Prebid.js - -This file is a build of Prebid.js with the userId, uid2IdSystem and appnexusBidAdapter modules included. \ No newline at end of file diff --git a/static/examples/cstg-prebid-example/app.css b/static/examples/cstg-prebid-example/app.css deleted file mode 100644 index 507d0cc69..000000000 --- a/static/examples/cstg-prebid-example/app.css +++ /dev/null @@ -1,102 +0,0 @@ -body { - padding: 50px; - font: - 14px 'Lucida Grande', - Helvetica, - Arial, - sans-serif; -} - -a { - color: #00b7ff; -} - -.button { - border-style: none; - cursor: pointer; - align-items: center; - height: 40px; - width: 401px; - text-align: center; - position: absolute; - letter-spacing: 0.28px; - box-sizing: border-box; - color: white; - font-family: 'Raleway', Helvetica, Arial, serif; - font-size: 14px; - font-style: normal; - font-weight: 700; - text-transform: none; - text-indent: 0; - text-shadow: none; - margin: 0; - padding: 1px 6px; - background-color: rgba(2, 10, 64); - border-image: initial; -} - -.form { - margin-top: 40px; -} - -.email_prompt { - align-items: center; - align-self: center; - background-color: white; - border: 1px solid rgba(2, 10, 64); - border-radius: 2px; - box-sizing: border-box; - display: inline-flex; - flex-direction: row; - flex-shrink: 0; - height: 40px; - justify-content: flex-start; - margin-right: 1px; - margin-bottom: 20px; - min-width: 399px; - padding: 0 16px; - position: relative; - width: auto; -} - -#email { - background-color: white; - flex-shrink: 0; - height: auto; - letter-spacing: 0.12px; - line-height: 16px; - min-height: 16px; - position: relative; - text-align: left; - white-space: nowrap; - width: 351px; - color: rgba(2, 10, 64, 1); - font-family: 'Raleway', Helvetica, Arial, serif; - font-size: 12px; - font-style: normal; - font-weight: 500; - padding: 1px 2px; - outline: none; -} - -h1 { - padding-bottom: 20px; -} - -#uid2_state .label { - white-space: nowrap; - padding-right: 20px; -} -#uid2_state tr { - margin-top: 10px; -} - -.message { - color: green; - padding: 20px; - margin-left: -22px; - font-size: 16px; - font-weight: 500; - border: 2px solid green; - border-radius: 5px; -} diff --git a/static/examples/cstg-prebid-example/index.html b/static/examples/cstg-prebid-example/index.html deleted file mode 100644 index 00d5a9d5a..000000000 --- a/static/examples/cstg-prebid-example/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - -
- -- This example demonstrates how a content publisher can integrate with UID2 and Prebid.js using the UID2 Client-Side Integration Guide for Prebid.js, which includes generating UID2 tokens within the browser. - Note: This is a test-only integration environment—not for production use. - It does not perform real user authentication or generate production-level tokens. - Do not use real user data on this page. -
-| Ready for Targeted Advertising: | -- |
| UID2 Advertising Token: | -- |
- Use this tool to verify that your own implementation is normalizing and
- encoding correctly. Choose Email or Phone Number, then type or paste the
- value and click Enter.
- NOTE: Normalize phone numbers before using the tool.
- For details and examples, see Normalization and Encoding.
-