Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79a55d35 authored by Scott Main's avatar Scott Main
Browse files

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

Change-Id: I014fd31f0f12698462d44a8afed96ca6e3cfef38
parent 719acb45
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 -->