summaryrefslogtreecommitdiffstats
path: root/docs/html/design/style
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-10-15 19:11:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-15 19:11:43 +0000
commit2912627e007b95cf4b16c9e52a3acbec0c8bae60 (patch)
tree7998463b7aa6134d2479354f85c331bb69996fa9 /docs/html/design/style
parente7c325559d961f13c6df96803bca4747f41b27a4 (diff)
parent6fbe299fa5bcc084cd69899afdc3c77767b7c1f5 (diff)
downloadframeworks_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/design/style')
-rw-r--r--docs/html/design/style/color.jd2
-rw-r--r--docs/html/design/style/iconography.jd2
-rw-r--r--docs/html/design/style/typography.jd4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/design/style/color.jd b/docs/html/design/style/color.jd
index a7daacf..e00f6bc 100644
--- a/docs/html/design/style/color.jd
+++ b/docs/html/design/style/color.jd
@@ -115,7 +115,7 @@ between visual components. Note that red and green may be indistinguishable to c
<p>Blue is the standard accent color in Android's color palette. Each color has a corresponding darker
shade that can be used as a complement when needed.</p>
-<p><a onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Color Swatches (@color page)']);"
+<p><a onClick="ga('send', 'event', 'Design', 'Download', 'Color Swatches (@color page)');"
href="{@docRoot}downloads/design/Android_Design_Color_Swatches_20120229.zip">Download the swatches</a></p>
<img src="{@docRoot}design/media/color_spectrum.png">
diff --git a/docs/html/design/style/iconography.jd b/docs/html/design/style/iconography.jd
index e5161f4..d212b06 100644
--- a/docs/html/design/style/iconography.jd
+++ b/docs/html/design/style/iconography.jd
@@ -140,7 +140,7 @@ files for further customization.
</p>
<p>
-<a onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Action Bar Icons (@iconography page)']);"
+<a onClick="ga('send', 'event', 'Design', 'Download', 'Action Bar Icons (@iconography page)');"
href="{@docRoot}downloads/design/Android_Design_Icons_20131106.zip">Download the Action Bar Icon Pack</a>
</p>
diff --git a/docs/html/design/style/typography.jd b/docs/html/design/style/typography.jd
index 6923f0b..a665097 100644
--- a/docs/html/design/style/typography.jd
+++ b/docs/html/design/style/typography.jd
@@ -12,7 +12,7 @@ page.metaDescription=How to use typography in your Android apps.
<div class="layout-content-col span-5">
<p>
- <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Roboto ZIP']);"
+ <a class="download-button" onClick="ga('send', 'event', 'Design', 'Download', 'Roboto ZIP');"
href="{@docRoot}downloads/design/roboto-1.2.zip">Download Roboto</a>
</p>
@@ -30,7 +30,7 @@ variant in regular and bold weights, along with an italic style for each weight.
<img src="{@docRoot}design/media/typography_variants@2x.png" width="220">
-<p><a onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Roboto Specimen Booke (@typography page)']);"
+<p><a onClick="ga('send', 'event', 'Design', 'Download', 'Roboto Specimen Book (@typography page)');"
href="{@docRoot}downloads/design/Roboto_Specimen_Book_20131031.pdf">Specimen Book</a></p>
</div>