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:
smain@google.com 2016-04-04 23:25:35 +00:00 committed by android-build-merger
commit 2f7c889e9d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;