diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-10 19:17:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-10 19:17:56 +0100 |
commit | 2c1ba513aeae1651f820b365c2638c7c470f57e9 (patch) | |
tree | 4388f5b1fe18d8f2367bd83c9f0297c8e3a96ccd | |
parent | 5aab29046bbc602bb63a647f61f5b9fd4fe137cd (diff) |
Quantity is optional, but it seems confused without it.
-rw-r--r-- | templates/web/fixmystreet.com/tracking_code.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/tracking_code.html b/templates/web/fixmystreet.com/tracking_code.html index 42e71776d..23bd8d992 100644 --- a/templates/web/fixmystreet.com/tracking_code.html +++ b/templates/web/fixmystreet.com/tracking_code.html @@ -21,6 +21,7 @@ ga(function(tracker) { }); ga('ecommerce:addItem', { 'id': 'report/[% problem.id %]', + 'quantity': '1', 'name': 'Report' }); ga('ecommerce:send'); |