diff options
| author | smain@google.com <smain@google.com> | 2014-10-15 19:11:43 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 19:11:43 +0000 |
| commit | 2912627e007b95cf4b16c9e52a3acbec0c8bae60 (patch) | |
| tree | 7998463b7aa6134d2479354f85c331bb69996fa9 /docs/html/preview | |
| parent | e7c325559d961f13c6df96803bca4747f41b27a4 (diff) | |
| parent | 6fbe299fa5bcc084cd69899afdc3c77767b7c1f5 (diff) | |
| download | frameworks_base-2912627e007b95cf4b16c9e52a3acbec0c8bae60.zip frameworks_base-2912627e007b95cf4b16c9e52a3acbec0c8bae60.tar.gz frameworks_base-2912627e007b95cf4b16c9e52a3acbec0c8bae60.tar.bz2 | |
am 6fbe299f: am d8d20f52: update analytics event tracking calls to use new script bug: 16331906
* commit '6fbe299fa5bcc084cd69899afdc3c77767b7c1f5':
update analytics event tracking calls to use new script bug: 16331906
Diffstat (limited to 'docs/html/preview')
| -rw-r--r-- | docs/html/preview/setup-sdk.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 7ad881a..46e4aa0 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -350,7 +350,7 @@ sure that you theme extends the material theme:</p> if ($("input#agree").is(':checked')) { $("#tos").fadeOut('fast'); $("#landing").fadeIn('fast'); - _gaq.push(['_trackEvent', 'L Preview', 'System Image', $("#downloadForRealz").html()]); + ga('send', 'event', 'L Preview', 'System Image', $("#downloadForRealz").html()); location.hash = ""; return true; } else { |
