Commit af55d2e7 by dabai

google统计

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