Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What is the Feature Account?

Feature Account is the place where users can configure preferences for Email and Push notifications, as well as Privacy Preferences, which are critical to be GDPR-compliant.

Tip

Populating this document will add a section called Communication Preferences to the hamburger icon of your account page

...

Overview

You can extend the options provided to your users in up to 4 formats:

  1. Opt In Setting Boolean

  2. Opt In Setting Enum

  3. Opt In Setting Email and Push

  4. Opt In Privacy Preferences

...

Opt In Setting Boolean and Opt In Setting Enum will provide you with full customization. You can write whatever you want and define the variables to be selected.

...

Opt In Setting Email and Push

If you are wondering, yes, you could mimic these selections with two Opt In Setting Boolean, but we created this one to condense user preferences that markets tend to always use.

...

Push Key

The name of the key that will be passed to your CRM. This key will have a True or False value associated to it, as described above.

Email Key

...

This is the recommended setting for Email and Push permissions, since it connects to the permissions collected in the Sign Up page.

...

Push Key

Info

This can be left blank since by default, push_subscribe is used

Email Key

Info

This can be left blank since by default, email_subscribe is used

Name

This is the text your users will see in regards to the selection they should make.

...