Personalization - Video Guide
40809 views
How was the video ?
Download Video
Transcription
JSON HTML DOC Text SRT VTT STL PDF
Description
  • Transcript
  • Tags
    • 00:00:00
      In this video, I want to talk about personalization
    • 00:00:06
      Now in Vibout, we provide personalization across the board
    • 00:00:10
      That is, you can personalize an email with your contact's name, an SMS message, a browser push notification, and even landing pages
    • 00:00:19
      So imagine the users coming to your site filling out forms and going through your entire funnel, and they're seeing this one-to-one communication across the board
    • 00:00:28
      This is really what we advocate for, and we built the tools so you can take control of how you personalize your content
    • 00:00:37
      I'm going to show you how simple it is to personalize your email, not only the content, but also personalizing subject lines and personalizing headers
    • 00:00:46
      I'm also going to show you how you can break down the name or the short code to have fallbacks, capitalize properly, and just really make it presentable
    • 00:01:00
      Now the way that you can do the personalization, right now I'm inside the email builder, but let's say I'm going to add a name of someone on top
    • 00:01:09
      Let's go ahead and click on design elements
    • 00:01:12
      I'm going to drop a simple heading right here
    • 00:01:18
      I'm going to center it, and let's just say I'm going to have the name displayed in there
    • 00:01:22
      Now, I can change this content
    • 00:01:28
      I'm going to highlight it
    • 00:01:30
      From the short code, which is right there on top, I'm going to see all my email lists and note that list, and then call them
    • 00:01:39
      This is really a reference to all the data that I've created
    • 00:01:44
      It comes back to when I spoke about creating the proper data architecture
    • 00:01:49
      The more data, the better you can personalize
    • 00:01:52
      For example, if I've added, if I've collected first names, employee, account, company name, I literally have all that data at my disposal, and I can choose whatever I want to be included inside the email
    • 00:02:07
      Approaching your data from the base, collecting as much as you can, and saving them in the database will allow you to do this
    • 00:02:16
      Let's say I want to include someone's name
    • 00:02:18
      I will go ahead and do that
    • 00:02:22
      And I'm just going to assume that my database is not clean, and people have lowercase first names
    • 00:02:30
      So we have something called proper
    • 00:02:32
      This is where we're going to take any name in any format, and we're going to capitalize it
    • 00:02:38
      So if I have my name like this, this option right here is going to turn it into the proper format, which is capitalizing the R
    • 00:02:48
      Okay? Another thing worth noting, maybe I have an empty fields for some records
    • 00:02:56
      I couldn't collect the names for these people
    • 00:03:00
      So what I can do is have a fallback by adding this particular option
    • 00:03:05
      Star, and I can do friend, there, partner, whatever you guys want to choose
    • 00:03:14
      So if this was empty, this will be a default
    • 00:03:21
      Or let's assume I have one full name as a field, not a first name
    • 00:03:28
      Sending an email saying hello Richard Fala or hello full name doesn't make a lot of sense
    • 00:03:32
      So I'm just going to split it by two by doing divide by two
    • 00:03:38
      Now it's really important to maintain the structure of the hashtag that little opening bracket and closing hashtag closing bracket, that pipe character, the star
    • 00:03:49
      I don't expect you to memorize this
    • 00:03:51
      This is why we made it available from the help section on the top right here
    • 00:03:56
      If I click it and I type in cheat sheet, we created something for that
    • 00:04:04
      We have the entire library right there
    • 00:04:06
      Please again, make the format follow exactly how we have it
    • 00:04:11
      At least the opening brackets, the closing brackets, and the stars for the defaults
    • 00:04:16
      But of course, whatever you have in terms of the idea of that merge tag needs to be intact
    • 00:04:26
      So right now I can go back and maybe add from the target list, I'm targeting my master list, maybe the company and say hello
    • 00:04:37
      I wanted to check how company name is doing
    • 00:04:45
      And I can capitalize by doing the same thing, proper
    • 00:04:49
      All right, I'm keeping things very simple, very lean, I'm personalizing everything here
    • 00:04:56
      Maybe the formatting needs some work, but the idea here is to show you how you can take control of your content
    • 00:05:04
      Another item for personalization is the footer, which is right here
    • 00:05:08
      You're going to see our footers include an unsubscribe underscore URL
    • 00:05:13
      And I can also have an option for preferences
    • 00:05:19
      For instance, I can say if you prefer not to receive emails, you may unsubscribe or update your preferences
    • 00:05:30
      And the way I can get access to my preferences is by clicking on the shortcode option
    • 00:05:35
      And right from here, there's something called email campaign specific
    • 00:05:39
      I really love this where I can say preferences URL
    • 00:05:45
      And now you're going to see it right in here
    • 00:05:46
      Let me see if I can zoom in a little bit
    • 00:05:51
      You have it right there
    • 00:05:53
      Don't touch this or change this
    • 00:05:54
      VBOT will take care of making this into its own unique ID for the person who receives it
    • 00:06:02
      So if they click on it, they will see what data you have on them
    • 00:06:05
      They will see what list they could opt in and opt out from, or they could simply unsubscribe from all the email lists
    • 00:06:12
      Okay
    • 00:06:13
      We also have inside our library
    • 00:06:16
      So let me reset this
    • 00:06:22
      An option to include a coupon code
    • 00:06:24
      Now I do have another video on that, but coupon codes, whatever I insert them, let's say insert them here
    • 00:06:34
      And I end up sending 5000 emails
    • 00:06:37
      The system is going to generate 5000 unique coupons that could be clicked on and redeemed
    • 00:06:43
      So if you're a brick and mortar store and people are walking in saying, hey, I have this offer from you, you can literally click on that little button and from an interface redeem it directly on your end
    • 00:06:55
      Okay
    • 00:06:56
      I have a cool automation that speaks a little bit in details how this works
    • 00:07:01
      I highly recommend you check it out, but coupon codes are built in feature within VBOT
    • 00:07:08
      And you have a lot more here under email campaign specific
    • 00:07:12
      For instance, the unsubscribe URL, which is already on the bottom, we have a date stamp that stamps at the moment this gets sent and the format that you like it
    • 00:07:23
      I would like to do another thing here to show you how you can personalize the subject line
    • 00:07:29
      Let's go back to setup
    • 00:07:31
      And by the way, you can see me, I can control the flow from the bottom navigation or from the top
    • 00:07:40
      We let you personalize subject lines and pre headers
    • 00:07:45
      We see this as a very powerful tool to grab attention because people subconsciously, they follow their name when there's a huge letter, right? To see if this is relevant to them
    • 00:07:55
      So if you do these techniques, it always, always helps
    • 00:07:59
      So I'm going to expand this
    • 00:08:01
      I'm going to refer back to first name
    • 00:08:04
      Again, you can apply the same exact thing proper and have a slash two
    • 00:08:11
      I know it's a first name, but please bear with me and then have a fullback
    • 00:08:20
      This offer is yours
    • 00:08:24
      And bam, add an emoji
    • 00:08:28
      All right, same thing can be done in the pre header
    • 00:08:33
      And imagine, you know, when people get their email, you can include maybe swap in, put an emoji in the pre header, and the name in the subject line
    • 00:08:41
      It looks a lot better when you do that versus having like everything look exactly the same and my ever scrolling inbox
    • 00:08:50
      So this is how you can personalize your email content subject line and pre headers inside the ballot

    Share

    Embed