简体   繁体   English

如何从Rest API向用户群发送数据消息

[英]how to send data message to user segment From Rest API

I'm using Advanced REST API to send data message for push notification. 我正在使用高级REST API发送数据消息以进行推送通知。 In firebase console i can select user segment as "Version","language",Country" etc..But how to select user segment for Data message sent from REST API? Or is their any other way to use select User segment for data message? Also i want to send the notification for the user who has not opened app for few days.Is it possible with firebase data message? 在Firebase控制台中,我可以将用户段选择为“版本”,“语言”,“国家/地区”等。但是如何为REST API发送的数据消息选择用户段呢? ?我也想向几天未打开应用程序的用户发送通知。firebase数据消息可能吗?

When using the FCM rest API to send message, you can't target Analytics user segments. 使用FCM rest API发送消息时,您无法定位到Google Analytics(分析)用户细分。 You can only send to devices identified by their unique token, or to topics where the client app is subscribed. 您只能发送到由其唯一令牌标识的设备,或发送到订阅了客户端应用程序的主题。 The only way to send a message to a user segment is through the Firebase console. 向用户群发送消息的唯一方法是通过Firebase控制台。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从Rest API发送推送通知 - How to send push notification from Rest API 如何从一个用户向另一个用户发送一条简单的数据消息并打开一个加载数据的页面? - How to send a simple data message from one user to another and bring up a page loading the data? Android firebase向用户段发送通知以保存数据 - Android firebase send a notification to a user segment to save data 从服务器向安装了应用程序的用户段发送通知 - Send notification from the server to user segment who installed the app 如何从 Firebase Auth REST API 仅由 Z0C83F57C78731C7EB4A3 获取单个用户的数据 - How can I get a single user's data from Firebase Auth REST API by email only, not by idToken 如何从 firebase 向 flutter 中的用户发送数据? - How to send data from firebase to the user in flutter? 如何使用.Net为用户细分和主题实现Firebase通知API - How to implement Firebase notification API for user segment and topic using .Net Firebase向iOS上的用户细分发送通知无法正常工作 - Firebase Send a Notification to a User Segment on iOS not working 如何将 JSON 数据从 rest API 导入到 google firebase? - how to import JSON data from rest API to google firebase? 如何获取从 Firebase REST API 订购的数据 - How To Get Data Ordered From Firebase REST API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM