Merge branch 'maidian' into dev
This commit is contained in:
@@ -65,9 +65,9 @@ public class ExtensionsModuleConst {
|
||||
|
||||
//埋点
|
||||
//分享分类 1:路况,2:油价,3:交通检查,4:封路
|
||||
public static final String LAUNCHER_SHARE_TYPE = "Launcher_Share_type";
|
||||
public static final String LAUNCHER_SHARE_TYPE = "v2x_share_type";
|
||||
//分享/上报按钮点击 from=1 手动点击 from=2 语音打开
|
||||
public static final String LAUNCHER_SHARE_CLICK = "Launcher_Share_Click";
|
||||
public static final String LAUNCHER_SHARE_CLICK = "v2x_share_click";
|
||||
public static final String CARNET_USER_UPLOAD = "CarNet_user_upload";
|
||||
|
||||
|
||||
|
||||
@@ -466,7 +466,7 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
|
||||
private void traceData( String from ) {
|
||||
Map< String, Object > properties = new HashMap<>();
|
||||
properties.put( "from", from );
|
||||
mAnalytics.track( "Launcher_Share_Click", properties );
|
||||
mAnalytics.track( "v2x_share_click", properties );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -11,7 +11,7 @@ public class ShareConstants {
|
||||
/**
|
||||
* 分享分类
|
||||
*/
|
||||
public static final String LAUNCHER_SHARE_TYPE = "Launcher_Share_type";
|
||||
public static final String LAUNCHER_SHARE_TYPE = "v2x_share_type";
|
||||
/**
|
||||
* 分享/上报按钮点击
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user