Get desktop application:
View/edit binary Protocol Buffers messages
Analytics send a batch of analytics events to the analytics service,return Nothing Recommend to use async/multi events at once 发送一批分析事件到分析服务,返回Nothing 建议使用异步+批量事件一次发送
Nothing is an empty message. Used when there's nothing to send.
(message has no fields)
Used in:
Deliver to the local file
Deliver to ThinkingData https://www.thinkingdata.cn/
Deliver to clickhouse
Deliver to Mixpanel https://mixpanel.com/
AnalyticsEvent is a single analytics event to capture.
Used in:
The unique name for this event. Be pragmatic with event names and store additional properties in the properties field. NOTE: only contain: number,letter(ignoring case) and underscore"_" ,no spaces in the configuration
Generic JSON property key/value pairs. {"id":"fun","age":10}
Where to deliver this event to, defaults to Local.
user_id is the unique identifier for the user. if use thinkingdata ,distinct_id /user_id is required
distinct_id is the unique identifier for the user/visitor. if use thinkingdata ,distinct_id /user_id is required