aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/confirm_problem.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-04-09 12:45:19 +0100
committerStruan Donald <struan@exo.org.uk>2014-04-09 12:45:19 +0100
commit33bf702edceb459954b5b6a3ef41e6cddd6756a3 (patch)
tree22b01f7ca49a7b41914b0ea97c0a57b1dab5cb70 /templates/web/default/tokens/confirm_problem.html
parentb82228ce014cc87866d976eeb3ce6e454e87c336 (diff)
Fire a google analytics event on report completion
At the moment it's hard to use google analytics to track when someone has completed a report due to the various redirects which can occur too quickly for the analytics javascript to fire. So now we fire an event if we've set a flash value. This also allows us to track how they created the report.
Diffstat (limited to 'templates/web/default/tokens/confirm_problem.html')
-rw-r--r--templates/web/default/tokens/confirm_problem.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/tokens/confirm_problem.html b/templates/web/default/tokens/confirm_problem.html
index 723d515e1..51b459925 100644
--- a/templates/web/default/tokens/confirm_problem.html
+++ b/templates/web/default/tokens/confirm_problem.html
@@ -28,4 +28,5 @@ You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %]
[% display_crosssell_advert( problem.user.email, problem.name ) %]
+[% INCLUDE 'report/extra_analytics.html' %]
[% INCLUDE 'footer.html' %]