|
| 1 | +--- |
| 2 | +title: LiveRamp Integration Tips |
| 3 | +sidebar_label: LiveRamp Integration Tips |
| 4 | +pagination_label: LiveRamp Integration Tips |
| 5 | +description: Tips for integrating with UID2 with LiveRamp. |
| 6 | +hide_table_of_contents: false |
| 7 | +sidebar_position: 04 |
| 8 | +--- |
| 9 | + |
| 10 | +import Link from '@docusaurus/Link'; |
| 11 | + |
| 12 | +# LiveRamp Integration Tips |
| 13 | + |
| 14 | +Publishers who are using LiveRamp's Authenticated Traffic Solution (ATS) can leverage their integration to generate a UID2 token to be passed in the bid request. |
| 15 | + |
| 16 | +If you want to generate UID2 tokens using LiveRamp ATS, reach out to your LiveRamp representative and also make sure you've addressed the following integration points: |
| 17 | + |
| 18 | +- [Enable UID2 as an Interoperable ID](#enable-uid2-as-an-interoperable-id) |
| 19 | +- [Implement the UID2 Hashing Methodology](#implement-the-uid2-hashing-methodology) |
| 20 | +- [Set Envelope Refresh to 1800 Seconds](#set-envelope-refresh-to-1800-seconds) |
| 21 | + |
| 22 | +## Enable UID2 as an Interoperable ID |
| 23 | + |
| 24 | +In your LiveRamp configuration, you must make sure that the Interoperable IDs feature is enabled. Interoperable IDs is a LiveRamp feature that enables other identity solutions, such as UID2, to embed their identifiers in ATS envelopes. If UID2 is not enabled as an interoperable ID, UID2 tokens will not be appended to the envelope. |
| 25 | + |
| 26 | +To complete this step, contact your LiveRamp representative. |
| 27 | + |
| 28 | +## Implement the UID2 Hashing Methodology |
| 29 | + |
| 30 | +To add a valid UID2 token to the ATS envelope, a publisher must provide plain text emails, indicate the <Link href="../ref-info/glossary-uid#gl-sha-256">SHA-256</Link> hashing methodology, or supply an SHA-256 hashed version of the email directly into the LiveRamp Library. |
| 31 | + |
| 32 | +You must use the SHA-256 hashing methodology, which is supported by both UID2 and LiveRamp. Using any other hashing methodology, or missing any step, results in either no UID2 token added to the ATS envelope or an invalid token added. |
| 33 | + |
| 34 | +For details, see [Normalization and Encoding](../getting-started/gs-normalization-encoding.md). |
| 35 | + |
| 36 | +## Set Envelope Refresh to 1800 Seconds |
| 37 | + |
| 38 | +When enabling ATS within `Prebid.js`, make sure that `storage.refreshInSeconds` is set to **1800 seconds** (30 minutes). To avoid sending expired envelopes into the bidstream, or passing envelopes where an opt-out has occurred, LiveRamp checks for a new ATS envelope (containing the UID2) every 30 minutes. |
| 39 | + |
| 40 | +## Troubleshooting Assistance |
| 41 | + |
| 42 | +For more information, or LiveRamp troubleshooting assistance, check the [LiveRamp support page](https://docs.liveramp.com/connect/en/support.html) for help resources or contact your LiveRamp representative. |
0 commit comments