Commit af55d2e7 by dabai

google统计

parent 838eee69
Showing with 6 additions and 6 deletions
...@@ -295,9 +295,9 @@ $('.mBottom').show(); ...@@ -295,9 +295,9 @@ $('.mBottom').show();
} }
else{ else{
ga('send', 'event', { ga('send', 'event', {
eventCategory: 'default', eventCategory: 'defaultAndroid',
eventAction: 'click', eventAction: 'click',
eventLabel: 'default' eventLabel: 'defaultAndroid'
}); });
setTimeout(function(){ setTimeout(function(){
window.location.href='http://footseen.com/apk'; window.location.href='http://footseen.com/apk';
......
...@@ -293,9 +293,9 @@ new OpenInstall({ ...@@ -293,9 +293,9 @@ new OpenInstall({
$(".iosBtn").on("click", function () { $(".iosBtn").on("click", function () {
console.log(1111) console.log(1111)
ga('send', 'event', { ga('send', 'event', {
eventCategory: 'ios', eventCategory: 'defaultIos',
eventAction: 'click', eventAction: 'click',
eventLabel: 'ios' eventLabel: 'defaultIos'
}); });
setTimeout(function(){ setTimeout(function(){
m.wakeupOrInstall(); m.wakeupOrInstall();
......
...@@ -292,9 +292,9 @@ $('.mBottom').show(); ...@@ -292,9 +292,9 @@ $('.mBottom').show();
} }
else{ else{
ga('send', 'event', { ga('send', 'event', {
eventCategory: 'default', eventCategory: 'defaultAndroid',
eventAction: 'click', eventAction: 'click',
eventLabel: 'default' eventLabel: 'defaultAndroid'
}); });
setTimeout(function(){ setTimeout(function(){
window.location.href='http://footseen.com/apk'; window.location.href='http://footseen.com/apk';
......
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 sign in to comment