Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit af55d2e7 authored 5 years ago by dabai's avatar dabai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

google统计

parent 838eee69 master
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
  • 1/index.html
  • 1/ios.html
  • index2.html
1/index.html
View file @ af55d2e7
...@@ -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';
......
This diff is collapsed. Click to expand it.
1/ios.html
View file @ af55d2e7
...@@ -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();
......
This diff is collapsed. Click to expand it.
index2.html
View file @ af55d2e7
...@@ -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';
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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