Versions Compared

Key

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

...

In the refactored instances of Blueshift a custom query parameter will be added to all links by default. This query parameter that’s is defined at the trigger level and so it eliminates the need to manually add the necessary query parameters at the creative template level in order for list unsubscribes to work. Below shows the key-value pair:

Code Block
key = vid2
value = {{ user_transaction.advantage_customer_number | append: '@@' | append: user_transaction.list_code | append: '@@' | append: user.email | aes256_encrypt_v2: '50655368566D597133743677397A24432646294A404E635266546A576E5A7234', '472B4B6250655368566D597133743677' }}

Defining an Unsubscribe Link

Within your email templates, your <a> tags need to be modified to include the unsub_link variable using liquid script.

Code Block
<a href="{{unsub_link}}">Unsubscribe</a>

Important Note: You must have your unsubscribe links defined inside of the link algorithm and your base/wiki/spaces/BSSUPPORT/pages/13633203987list transaction starred in the advanced segment builder.

Putting it all together

A typical HTML email might look like the following

Code Block
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title>My Nifty Email</title>
        </head>
    <shared_asset> bsft_Link_Algorithm </shared_asset>
    <body>
        Hi there, I am an unsubscribe link <a href="{{unsub_link}}">Unsubscribe</a>
    </body>
</html>

Blueshift Feature Documentation

...

Blueshift Parameters

Outside of the custom parameter that is defined above, Blueshift will also automatically include link parameters relevant to the campaign itself. They are as follows:

Parameter

What is it?

bsft_eid

Unique identifier for the trigger

bsft_ek

Campaign execution time

bsft_lx

Identifies the instance of the URL when the same URL is used in multiple locations in the template.

These parameters allow orders to be reported in Thoughtspot and so again, there is no need to manually add any query parameters to promotion links within the template

Tip

Wrap up

You should now know how

...

list unsubscribes and promo links will work in the refactored instance of Blueshift.

Info

Still need help?

We know this can be frustrating. To get further help please open a Support ticket.

Click here to open a ticket

...

Note

Cannot find the article you’re looking for?

Suggest a new article here!

...