Versions Compared

Key

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

...

  1. Create an Event Triggered campaign using the Marketing Email Subscribe event

  2. Add your Email Trigger(s)

  3. Use the following filters

    1. campaign_code

    2. iris_campaign_name

    3. duplicate_signup - Set this to false to avoid sending a confirmation email to users who are already signed up

Unsubs

In order for SUA2 unsubscribes to currently work, an advantage customer number must be present in the vid2 value but the marketing_email_subscribe event does not include it. As a workaround you can replace the vid2 value with the following:

Code Block
{{ "000000000000" | append: '@@' | append: user_transaction.list_code | append: list_code | append: item_code | append: user_transaction.item_code | append:item_number | append: '@@' | append: user.email | aes256_encrypt_v2: '50655368566D597133743677397A24432646294A404E635266546A576E5A7234', '472B4B6250655368566D597133743677' }}

We are hardcoding a dummy advantage customer number which allows the unsubscribe to process. We will be looking to enhance this process so the default vid2 value would work.

...

Tip

Wrap up

You should now know how to setup Lead Gen Confirmation email campaigns in Blueshift.

...