forked from openkylin/platform_build
tweak the NDK download analytics event tag
am: 7281802
* commit '7281802438fc571471d6d739e27b020fc37cb295':
tweak the NDK download analytics event tag
Change-Id: Ied3fe64b85bfdaa9322429da7a9b75dc38321181
This commit is contained in:
commit
2f7c889e9d
|
@ -217,7 +217,7 @@
|
|||
location.reload();
|
||||
}, 3000);
|
||||
});
|
||||
ga('send', 'event', 'NDK', 'IDE and Tools', $("#downloadForRealz").html());
|
||||
ga('send', 'event', 'SDK', 'NDK tools', $("#downloadForRealz").html());
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
location.reload();
|
||||
}, 3000);
|
||||
});
|
||||
ga('send', 'event', 'NDK', 'IDE and Tools', $("#downloadForRealz").html());
|
||||
ga('send', 'event', 'SDK', 'NDK tools', $("#downloadForRealz").html());
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue