Commit ac52d69d by sikang

new evnent

parent dbee769c
......@@ -31,6 +31,11 @@ public final class TrackEvent {
HOME(type_user, action_screen, "home"),
/**
* 进入假界面
*/
FAKE_HOME(type_user, action_screen, "fake_home"),
/**
* 进入FB登录页面
*/
ACCOUNT_KIT(type_user, action_screen, "account_kit"),
......@@ -40,6 +45,9 @@ public final class TrackEvent {
*/
SMS_LOGIN(type_user, action_screen, "sms_login");
public String type;
public String action;
public String event;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment