diff options
author | Scott Main <smain@google.com> | 2013-11-20 12:51:28 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-11-20 12:51:28 -0800 |
commit | 3aec4328da1e02993517ddc9c119aca24c7ce680 (patch) | |
tree | 008cc74139336120e7df15f5534d574124e24e64 /docs/html/sdk | |
parent | 64fedb7725f082ce6bde94c3599d2e7c203ae077 (diff) | |
download | frameworks_base-3aec4328da1e02993517ddc9c119aca24c7ce680.zip frameworks_base-3aec4328da1e02993517ddc9c119aca24c7ce680.tar.gz frameworks_base-3aec4328da1e02993517ddc9c119aca24c7ce680.tar.bz2 |
add Analytics event tracking for Studio download
Change-Id: I85c2db10d431f32316eabdae5d37e03afd7e83bf
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/installing/studio.jd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index d57d75b..f19e8bc 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -664,6 +664,7 @@ for possible resolutions to known issues: <a href="http://tools.android.com/know $("#tos").hide(); $("#main").show(); location.hash = "Updating"; + _gaq.push(['_trackEvent', 'SDK', 'Android Studio', $("#downloadForRealz").html()]); return true; } else { $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200, |