diff options
| author | smain@google.com <smain@google.com> | 2014-10-08 16:53:42 -0700 |
|---|---|---|
| committer | smain@google.com <smain@google.com> | 2014-10-14 19:03:08 -0700 |
| commit | d8d20f52ec0550477b773cee4c0f0343f2a9301f (patch) | |
| tree | 0415317fd235c886591a7592a0d4431d2096050a /docs/html/sdk/installing/studio.jd | |
| parent | a3287768e267f71fbce5d3341b6db8f3a9e04230 (diff) | |
| download | frameworks_base-d8d20f52ec0550477b773cee4c0f0343f2a9301f.zip frameworks_base-d8d20f52ec0550477b773cee4c0f0343f2a9301f.tar.gz frameworks_base-d8d20f52ec0550477b773cee4c0f0343f2a9301f.tar.bz2 | |
update analytics event tracking calls to use new script
bug: 16331906
Change-Id: I4cd8f08509cfb887a424696553404ba3c635151b
Diffstat (limited to 'docs/html/sdk/installing/studio.jd')
| -rw-r--r-- | docs/html/sdk/installing/studio.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 776e312..233213e 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -697,7 +697,7 @@ for possible resolutions to known issues: <a href="http://tools.android.com/know window.location = "/sdk/installing/index.html?pkg=studio"; }, 1000); }); - _gaq.push(['_trackEvent', 'SDK', 'Android Studio', $("#downloadForRealz").html()]); + ga('send', 'event', 'SDK', 'Android Studio', $("#downloadForRealz").html()); return true; } else { $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200, |
