From 49a40e377bf126e059022f652ecef9d18db80835 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 18 Mar 2016 11:11:03 +0000 Subject: [fixmystreet.com] Add conversion tracking code. Fixes #1345. --- templates/web/fixmystreet.com/tracking_code.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/web/fixmystreet.com/tracking_code.html b/templates/web/fixmystreet.com/tracking_code.html index 3b163f516..7213055d0 100644 --- a/templates/web/fixmystreet.com/tracking_code.html +++ b/templates/web/fixmystreet.com/tracking_code.html @@ -29,6 +29,25 @@ ga('ecommerce:send'); ga('send', 'pageview'); + +[% IF created_report %] + + + +[% END %] + [% ELSE %] [% END %] -- cgit v1.2.3