|
@@ -320,7 +320,8 @@ export default {
|
|
appVersionCode: this.appVersionCode,
|
|
appVersionCode: this.appVersionCode,
|
|
mid: this.mid,
|
|
mid: this.mid,
|
|
pageSource: Report.pageSource.newUserLandingPage,
|
|
pageSource: Report.pageSource.newUserLandingPage,
|
|
- appType
|
|
|
|
|
|
+ appType,
|
|
|
|
+ machineCode: this.mid
|
|
},
|
|
},
|
|
params: {
|
|
params: {
|
|
eventData: {
|
|
eventData: {
|
|
@@ -609,7 +610,8 @@ export default {
|
|
appVersionCode: this.appVersionCode,
|
|
appVersionCode: this.appVersionCode,
|
|
mid: this.mid,
|
|
mid: this.mid,
|
|
pageSource: Report.pageSource.newUserLandingPage,
|
|
pageSource: Report.pageSource.newUserLandingPage,
|
|
- appType
|
|
|
|
|
|
+ appType,
|
|
|
|
+ machineCode: this.mid
|
|
},
|
|
},
|
|
params: {
|
|
params: {
|
|
eventData: {
|
|
eventData: {
|