add Analytics event to track sample downloads (for real this time)

Change-Id: I014fd31f0f12698462d44a8afed96ca6e3cfef38
This commit is contained in:
Scott Main 2013-12-09 17:13:56 -08:00
parent 719acb4553
commit 79a55d3585
1 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,9 @@
<!-- related links -->
<a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
&#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
&#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
&#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
>Download</a>
</div><!-- end sum-details-links -->