-
00:00:00In this video, I want to talk about personalization
-
00:00:06Now in Vibout, we provide personalization across the board
-
00:00:10That is, you can personalize an email with your contact's name, an SMS message, a browser push notification, and even landing pages
-
00:00:19So 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:28This is really what we advocate for, and we built the tools so you can take control of how you personalize your content
-
00:00:37I'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:46I'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:00Now 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:09Let's go ahead and click on design elements
-
00:01:12I'm going to drop a simple heading right here
-
00:01:18I'm going to center it, and let's just say I'm going to have the name displayed in there
-
00:01:22Now, I can change this content
-
00:01:28I'm going to highlight it
-
00:01:30From 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:39This is really a reference to all the data that I've created
-
00:01:44It comes back to when I spoke about creating the proper data architecture
-
00:01:49The more data, the better you can personalize
-
00:01:52For 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:07Approaching 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:16Let's say I want to include someone's name
-
00:02:18I will go ahead and do that
-
00:02:22And I'm just going to assume that my database is not clean, and people have lowercase first names
-
00:02:30So we have something called proper
-
00:02:32This is where we're going to take any name in any format, and we're going to capitalize it
-
00:02:38So 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:48Okay? Another thing worth noting, maybe I have an empty fields for some records
-
00:02:56I couldn't collect the names for these people
-
00:03:00So what I can do is have a fallback by adding this particular option
-
00:03:05Star, and I can do friend, there, partner, whatever you guys want to choose
-
00:03:14So if this was empty, this will be a default
-
00:03:21Or let's assume I have one full name as a field, not a first name
-
00:03:28Sending an email saying hello Richard Fala or hello full name doesn't make a lot of sense
-
00:03:32So I'm just going to split it by two by doing divide by two
-
00:03:38Now 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:49I don't expect you to memorize this
-
00:03:51This is why we made it available from the help section on the top right here
-
00:03:56If I click it and I type in cheat sheet, we created something for that
-
00:04:04We have the entire library right there
-
00:04:06Please again, make the format follow exactly how we have it
-
00:04:11At least the opening brackets, the closing brackets, and the stars for the defaults
-
00:04:16But of course, whatever you have in terms of the idea of that merge tag needs to be intact
-
00:04:26So 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:37I wanted to check how company name is doing
-
00:04:45And I can capitalize by doing the same thing, proper
-
00:04:49All right, I'm keeping things very simple, very lean, I'm personalizing everything here
-
00:04:56Maybe the formatting needs some work, but the idea here is to show you how you can take control of your content
-
00:05:04Another item for personalization is the footer, which is right here
-
00:05:08You're going to see our footers include an unsubscribe underscore URL
-
00:05:13And I can also have an option for preferences
-
00:05:19For instance, I can say if you prefer not to receive emails, you may unsubscribe or update your preferences
-
00:05:30And the way I can get access to my preferences is by clicking on the shortcode option
-
00:05:35And right from here, there's something called email campaign specific
-
00:05:39I really love this where I can say preferences URL
-
00:05:45And now you're going to see it right in here
-
00:05:46Let me see if I can zoom in a little bit
-
00:05:51You have it right there
-
00:05:53Don't touch this or change this
-
00:05:54VBOT will take care of making this into its own unique ID for the person who receives it
-
00:06:02So if they click on it, they will see what data you have on them
-
00:06:05They will see what list they could opt in and opt out from, or they could simply unsubscribe from all the email lists
-
00:06:12Okay
-
00:06:13We also have inside our library
-
00:06:16So let me reset this
-
00:06:22An option to include a coupon code
-
00:06:24Now I do have another video on that, but coupon codes, whatever I insert them, let's say insert them here
-
00:06:34And I end up sending 5000 emails
-
00:06:37The system is going to generate 5000 unique coupons that could be clicked on and redeemed
-
00:06:43So 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:55Okay
-
00:06:56I have a cool automation that speaks a little bit in details how this works
-
00:07:01I highly recommend you check it out, but coupon codes are built in feature within VBOT
-
00:07:08And you have a lot more here under email campaign specific
-
00:07:12For 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:23I would like to do another thing here to show you how you can personalize the subject line
-
00:07:29Let's go back to setup
-
00:07:31And by the way, you can see me, I can control the flow from the bottom navigation or from the top
-
00:07:40We let you personalize subject lines and pre headers
-
00:07:45We 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:55So if you do these techniques, it always, always helps
-
00:07:59So I'm going to expand this
-
00:08:01I'm going to refer back to first name
-
00:08:04Again, you can apply the same exact thing proper and have a slash two
-
00:08:11I know it's a first name, but please bear with me and then have a fullback
-
00:08:20This offer is yours
-
00:08:24And bam, add an emoji
-
00:08:28All right, same thing can be done in the pre header
-
00:08:33And 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:41It looks a lot better when you do that versus having like everything look exactly the same and my ever scrolling inbox
-
00:08:50So this is how you can personalize your email content subject line and pre headers inside the ballot