| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
This should reduce confusion with the Default cobrand and override order.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to allow us to do funnel analysis in google analytics we need
to send a differnt page url when a user completes a report. To do this
we add a report_created=1 to the query string on either the report page
or the report confirmation page for logged in and confirm by email users
respectively.
There's a bit of complication as we don't want to set a session cookie
everywhere as that will break caching so we set a stash variable,
although if the user is logged in this is controlled by a variable in
the flash as there is already a session cookie at this point.
also, removes the code that sends an event upon report completion as
this was no use for funnel analysis.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
report that isn't covered by it).
|
| |
|
| |
|
| |
|
| |
|
|
|