通过巧妙的点击发送个性化的推送通知活动?

问题描述

我使用 CT apis 来创建推送通知的campaingns。以下是有效载荷:

{
  "name": "campaign name","estimate_only": false,"target_mode": "push","where": {
    "event_name": "App Installs","from": 20190705,"to": 20210608,"common_profile_properties": {
      "profile_fields": [
        {
          "name": "location","operator": "equals","value": "HOME"
        }
      ]
    }
  },"respect_frequency_caps": false,"content": {
    "title": "hello,","body": "how you doing today,checkout our latestes product"
  },"devices": [
    "android"
  ],"when": "Now"
}

我在 ct 中有用户名。现在我希望通过在 msg 的正文和标题添加用户名来发送个性化的 msg,这样在这个活动中所有的人都会收到带有他们名字的 msg,但 CT 文档没有任何与此相关的东西。你能帮我理解如何做到这一点吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)