Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

For acquiring new email addresses, personalization is used on the website. Squeezely then automatically links the email address to the cookie, increasing the matching rate. Newsletter consent can be added to acquire email addresses as well.

📋 Preparation

1️⃣ Creating an audience

Create an audience to not show the personalization in step 2 to profiles that already have a known email address:

E-mail werven - audience maken.mp4

2️⃣ Create Personalization

Create a personalization to acquire the email address and newsletter content:

Untitled 3.mp4

🧪 Test the personalisation

Test the personalisation live on the website and see the effects on the /wiki/spaces/DEMO/pages/1003323397:

Untitled 3.mp4

(lightbulb) Tips

A white paper or extra information can be offered in exchange for the profile's email address.

The newsletter consent checkbox can be automatically filled and hidden by adding JavaScript and CSS to the personalization.

 How can I automatically fill in and hide the newsletter checkbox?

To autofill the checkbox, the following can be added to the JavaScript box of the variant:

document.getElementsByClassName("sqzly-checkbox")[0].setAttribute("checked", "true");

To hide the completed checkbox, the following can be added to the CSS box:

{{ cssPrefix }} .sqzly-fields label {

display:none !important;

}

Example JavaScript and CSS box:

This Success Case can be combined with

Profile data questions

  • No labels