How to Configure Privy Email Banner
Overview
Follow this guide to learn how to set up the Privy Email Banner. Privy works with Elevar to ensure that emails submitted through a Privy email banner are used for Elevar’s Session Enrichment.
How to Set Up Privy Email Banner
Access Privy Customization Options:
- Log into your Privy account and click on your account located in the upper right-hand corner of the homepage. An additional drop-down menu will appear, click on the "Account Settings" button.
- Once you have access your account settings, use the left-hand navigation menu and click on the "Customizations" button located under the "Business Settings" section of the menu.
- (See Figure 1)
_Figure 1_
Add the Code Snippet:
- Navigate to the section of the page titled "Custom Javascript".
- Copy and paste the following code into the text box labeled "Tracking Pixels":
window.ElevarDataLayer.push({
event: "dl_subscribe",
lead_type: "email",
user_properties: { customer_email: {{contact.email}} }
});
- Once you have entered the required code, click on the "Save" button located at the bottom of the page.
- (See Figure 2)
_Figure 2_
Integration Confirmation:
Once you have configured your Privy email banner integration, please email [email protected] to confirm it's functioning as expected.
Updated 9 days ago