个性化推送通知

如何使用邮件序列属性发送个性化推送通知

正在寻找一种自动发送个性化推送通知的方法?

最简单的方法是使用带有属性的自动滴灌广告系列。属性是自定义变量,可用于动态发送个性化推送通知。

如果这听起来有点复杂,请不要担心。

在本文中,我们将解释一切,以及如何使用属性轻松设置个性化推送通知滴灌广告系列。

听起来不错?让我们开始吧。

什么是推送通知属性?

推送通知属性是自动获取订户详细信息并个性化您的通知消息的变量。您可以通过添加以下数据来自定义滴灌广告系列:

  • 用户的名字
  • 他们的爱好
  • 他们的位置

以及更多,具体取决于您运行的广告系列类型。

我们建议您使用 PushEngage 发送推送通知广告系列。PushEngage 是全球排名第一的推送通知软件。因此,您的广告系列将得到妥善处理。

即使不使用推送通知属性,PushEngage 也允许您使用订户的国家和城市名称发送个性化网络推送通知。如果您愿意,可以向所有订户或自定义细分市场发送滴灌推送通知序列。您甚至可以在 PushEngage 中运行带有地理围栏的滴灌广告系列

但是,如果您想更进一步,可以使用PushEngage 属性 API 提供完全不同级别的个性化。

如何发送个性化滴灌推送通知

滴灌广告系列是一系列自动发送的推送通知。通常,滴灌序列在以下两种情况之一触发:

  1. 首次有人订阅时
  2. 当订户被添加到细分市场时

您可以根据订户的操作触发滴灌通知。现在您已经了解了什么是滴灌广告系列以及如何打开触发器,让我们来看看如何使用属性 API 发送个性化滴灌通知,例如此通知:

使用 PushEngage 进行个性化推送通知

案例 #1:发送给所有订户

如果您将滴灌广告系列发送给所有订户,那么所有订阅您推送通知的人都将收到个性化滴灌通知。最棒的是,您可以创建整个序列以及交付计划。

在这种情况下,一旦用户订阅,您就可以传递值或设置订户哈希的属性。这可以通过哈希的响应来完成。

案例 #2:发送给自定义细分市场

您也可以将滴灌广告系列发送到自定义细分市场。如果您不确定那是什么,请查看我们关于如何创建自定义细分市场的文章。对于此触发条件,一旦订户进入细分市场,您就可以传递值或设置细分市场响应的属性。

案例 #3:属性和地理位置

With PushEngage you can send custom drip notifications to your users by using their country and city name attributes in the notification title and message. These are pre-defined attributes that you can use for all your subscribers without any coding. In the same way, you can add the first name of the user and other details in the notification fields.

For geolocation attributes, you would need to set the attributes against the subscriber hash as soon as the subscriber is subscribed.

Take a quick look at the sample code you can use:

 var newAttributes = {
 'name': 'Jon smith',
 'isAdmin': true,
 'lastActive': "2019-09-19T05:41:53.150Z",
};

This code snippet is meant to create three new attributes for a user. In simple terms, the code is trying to assign a name, administrative privilege labels, and their last active timestamp. These are all data points that can be used to create personalized push notifications.

window._peq.push(['init', false, function(res) {
   if(res.statuscode==1) {
     //Get your subscriber hash in response
     console.log(res.subscriber_hash);
     window._peq.push(['set-attributes', newAttributes, function(res) {
       if(res.statuscode == 1) {
         // handle response
         console.log(res);
       }
     }]);
   }
}]); 

Here, you’re simply trying to get the new attributes defined in the previous code block for a new subscriber and send them to the PushEngage server. You can also fetch the attributes when the subscriber logs in to the website as a user. Once these attributes are sent, you can use the attributes in your PushEngage campaigns.

If you want to understand attributes in more detail, check out the PushEngage Attributes API documentation.

How to Set Up A Drip Autoresponder with Attributes

Now that you understand a little more about the types of drip campaign attributes you can use, let’s go ahead and set it up using PushEngage. If you’re not already using PushEngage, get started today.

Log into your PushEngage dashboard and head over to Campaign » Drip Autoresponders and click on Create Drip Autoresponder:

创建新的自动回复邮件

Start creating your campaign by giving it a name and adding notifications to your drip:

滴灌通知设置

Now, it’s time to start using the attributes. Let’s say that you want to add the first name of the subscriber in your notification. You can use the tag {{name||there}}.

The attribute tag does a very simple thing here. For each subscriber, PushEngage checks for their name saved as the attribute name. If it doesn’t find valid name data for any subscriber, PushEngage will use the fallback option there instead.

As you can see, the example is also using the attribute {{PE_CITY}} in the Notification Message field to personalize the notification by the subscriber’s location. There’s no need to create geolocation attributes as PushEngage stores the location of each subscriber against their hash. So, {{PE_COUNTRY}} and {{PE_CITY}} are default attributes.

You can also use attributes in the multi-action buttons of the Drip Campaign:

带属性的操作按钮

NOTE: Make sure you pass a default value just in case the attribute value is missing.

Here’s what the personalized push notifications would look like using the attributes in our example:

使用 PushEngage 进行个性化滴灌通知

当您发送如此个性化和有针对性的通知时,与任何推送广播通知或滴灌活动相比,您会注意到更高的点击率。

下一步是什么?

好了,各位,本次分享就到这里!

您创建的属性也可以作为细分订阅者的一种方式。或者,您可以通过 GTM 动态创建 细分。也许接下来可以看看?

如果您是推送通知的新手,在上线之前,您应该遵循一个完整的 推送通知测试 流程。这将帮助您在访问者看到它们并开始抱怨糟糕的用户体验之前解决常见问题。

如果您还没有尝试过PushEngage,现在就去试试吧。PushEngage是全球排名第一的推送通知服务。所以,如果您想认真发展您的业务,就应该投资PushEngage。

立即开始使用 PushEngage!

添加评论

我们很高兴您选择留下评论。请记住,所有评论都将根据我们的隐私政策进行审核,并且所有链接都将是 nofollow。请勿在姓名字段中使用关键字。让我们进行一次个人化且有意义的对话。

在访客离开您的网站后与他们互动并挽留他们

通过难以忽略的推送通知,增加每次网站访问的价值。

  • 永久免费套餐
  • 轻松设置
  • 五星支持