Skip to content

Commit

Permalink
Merge pull request #5234 from dimagi/deploy-event
Browse files Browse the repository at this point in the history
Add google analytics event for clicking "show bar code"
  • Loading branch information
czue committed Jan 8, 2015
2 parents 2897198 + 9bbe700 commit de71b28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion corehq/apps/app_manager/templates/app_manager/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,10 @@ <h3>{% trans "Deploying version" %} <span data-bind="text: version"></span></h3>
</p>
<p>
{% trans "Or" %}
<a href="#" data-bind="openJqm: get_odk_install_url">
<a href="#" data-bind="
openJqm: get_odk_install_url,
click: function() { ga_track_event('App Manager', 'Show Bar Code', '-'); }
">
{% trans "scan the bar code" %}
</a>
</p>
Expand Down

0 comments on commit de71b28

Please sign in to comment.