...
URL | Link | Install date | Expire date | Note | Action |
---|---|---|---|---|---|
/ | Intranet homepage not wgtn homepage | Update | |||
/business | Keep | ||||
/business/home | Keep | ||||
/international | November 19 | Keep | |||
/international/applying | November 19 | December 20 | Keep | ||
/international/contact-us | November 19 | December 20 | Keep | ||
/international/general-enquiry | November 19 | December 20 | General enquiry form | Delete | |
/international/get-ready-to-study | November 19 | December 20 | Keep | ||
/international/home | November 19 | Delete | |||
/international/programmes | November 19 | December 20 | Keep | ||
/international/programmes/online-study | https://www.wgtn.ac.nz/international/programmes/online-study | Keep | |||
/international/programmes/online-study/_nocache | https://www.wgtn.ac.nz/international/programmes/online-study/_nocache | Delete | |||
/international/rethink-usa | October 20 | Keep | |||
/international/scholarships-fees (new site launched Nov 2019) | https://www.wgtn.ac.nz/international/scholarships-fees (new site launched Nov 2019) | November 19 | December 20 | Keep | |
/international/why-wellington (new site launched Nov 2019) | https://www.wgtn.ac.nz/international/why-wellington (new site launched Nov 2019) | November 19 | Keep | ||
/international/why-wellington/_nocache | https://www.wgtn.ac.nz/international/why-wellington/_nocache | Delete | |||
/international/why-wellington/explore-creativity | https://www.wgtn.ac.nz/international/why-wellington/explore-creativity | November 20 | Keep | ||
/international/why-wellington/explore-creativity/_nocache | https://www.wgtn.ac.nz/international/why-wellington/explore-creativity/_nocache | Delete | |||
/international/why-wellington/explore-leadership | https://www.wgtn.ac.nz/international/why-wellington/explore-leadership | November 20 | Keep | ||
/international/why-wellington/explore-leadership/_nocache | https://www.wgtn.ac.nz/international/why-wellington/explore-leadership/_nocache | Delete | |||
/international/why-wellington/explore-sustainability | https://www.wgtn.ac.nz/international/why-wellington/explore-sustainability | November 20 | Keep | ||
/international/why-wellington/explore-sustainability/_nocache | https://www.wgtn.ac.nz/international/why-wellington/explore-sustainability/_nocache | Delete | |||
/library | Keep | ||||
/library/blackboard | library homepage | Delete | |||
/library/home | library homepage | Delete | |||
/maori-hub | Keep | ||||
/maori-hub/home | Delete | ||||
/staff | June 18 | Intranet homepage | Keep | ||
/staff/_performance_timing | Delete | ||||
/students | October 18 | mytools shows on the screen | Update | ||
/study | Keep | ||||
/study/apply-enrol | Keep | ||||
/study/events-visits/open-day | Delete | ||||
/study/home | Future student homepage | Delete | |||
/study/programmes-courses/courses/by-subject | https://www.wgtn.ac.nz/study/programmes-courses/courses/by-subject | it's search page instead of subject page | Keep | ||
/study/university-life | Keep | ||||
/taihonoa | Keep | ||||
/wellington2021 | September 20 | December 20 | Delete | ||
/wellington2021/accommodation | September 20 | December 20 | Delete | ||
/wellington2021/degrees-and-subjects | September 20 | December 20 | Delete | ||
/wellington2021/experience-lectures | September 20 | December 20 | Delete | ||
/wellington2021/home | September 20 | December 20 | Delete | ||
/wellington2021/maori | September 20 | December 20 | Delete | ||
/wellington2021/pasifika | September 20 | December 20 | Delete | ||
/wellington2021/university-life | September 20 | December 20 | Delete |
...
Mouseflow tracking
...
%begin_globals_asset_metadata_pageType^eq:homePage%
<script type="text/javascript">
// Enable mouseflow tracking on the page
var _mfq = _mfq || [];
(function() {
var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true;
mf.src = "//cdn.mouseflow.com/projects/4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>
%end_asset%
<!-- mouseflow -->
Mouseflow tracking install steps
Within squiz, if using any of the customisations under the new hub design (Victoria Hub#1321146) use the following steps:
...
Go to the asset metadata
...
Under the metadata field “External JS file (externalJs #1323850)” add the asset “mouseflow script current#1913605”. If there is an asset already in the External JS file metadata, put a request in for a developer to try and include mouseflow in the existing metadata.
Commit, then preview and view page source and search for ‘mouseflow’ and you should see the following script:
...
language | html |
---|
install steps
Open the metadata for the page in squiz. (If it is a site asset, go to the sites “home” page instead)
If the metadata field “External JS - Footer (externalJsFooter #1515678)“ exists, add the asset “mouseflow script current#1913605”. (This is for when Victoria Hub #1321146 metadata schema is in use)
Otherwise, if the metadata field “afterScripts (afterScripts #385570)” exists, add the following code in the textbox: (This is for when Common Migration #379620 metadata schema is in use)
Code Block |
---|
<!--@@ Mouseflow @@--> %globals_asset_contents_raw:1913605% |
Commit the changes.
...
How to tell if mouseflow is installed
View the page source, do a search for “mouseflow”, and you should find some variation of the following code:
Code Block | ||
---|---|---|
| ||
<!-- Mouseflow Current 1913605 --> <script type="text/javascript"> |
...
const |
...
mouseflowAssetId |
...
= "%asset_name% %asset_assetid%"; //Used for debugging on the front end var _mfq = _mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true; mf.src = "//cdn.mouseflow.com/projects/4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); |
...
</script> |
Otherwise, if using the metadata schema Common Migration #379620:
Go to the asset metadata
Under the metadata field “afterScripts (afterScripts #385570)” add the content following content. (If there is content already there, contact a developer to ensure this will not break anything)
Code Block <!--@@ Mouseflow @@--> %globals_asset_contents_raw:1913605%
3. Commit, then preview and view page source and search for ‘mouseflow’ and you should see the mouseflow script
If using a customization of the old design (Common#387822) use the following steps:
...
Go to the asset metadata
...
Under the metadata field “enableMouseflowVUW (enableMouseflowVUW #364679)”, select enableMouseFlow
Commit, then preview and view page source, search for ‘mouseflow’ and you should see the following script:
...
Our Mouseflow plan
Currently, we are using the Pro Plan, which has 150k recorded sessions (credits), 20 websites, 12 months of storage and unlimited heat maps.
Recordings are counted in credits, which equals one user session (recording).
Session
A session is created when a new user accesses your site, or when the Mouseflow session ends and the user performs a new action on your site. A Mouseflow session ends if one of the following scenarios occur:
The user is inactive for more than 30 min.
The user is active on a page for more than 1 hour.
The user has more than 100 page views.
The user clears browser cookies
The user loads the website in an incognito tab.
If you perform a 'mouseflow.stopSession()' call at any time on your site.
According to the last 12 month credits used, the most credits we used in a year were around 70k, so we still have room to expand the mouseflow tracking on our site.
Website ID | Website name | Date | Month | Credits used |
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2019-11-01T00:00:00 | Nov-19 | 7808 | |
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 |
...
Ensure that the line var enableMouseflow = "1";
shows = “1”
and not = “0”
otherwise the script will not run.
Our Mouseflow plan
Currently, we are using the Pro Plan, which has 150k recorded sessions (credits), 20 websites, 12 months of storage and unlimited heat maps.
Recordings are counted in credits, which equals one user session (recording).
Session
A session is created when a new user accesses your site, or when the Mouseflow session ends and the user performs a new action on your site. A Mouseflow session ends if one of the following scenarios occur:
The user is inactive for more than 30 min.
The user is active on a page for more than 1 hour.
The user has more than 100 page views.
The user clears browser cookies
The user loads the website in an incognito tab.
If you perform a 'mouseflow.stopSession()' call at any time on your site.
...
Website ID | Website name | Date | Month | Credits used | 2019-12-01T00:00:00 | Dec-19 | 13736 | |
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-01-01T00:00:00 | Jan-20 | 16861 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-02-01T00:00:00 | Feb-20 | 20673 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-03-01T00:00:00 | Mar-20 | 33312 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 20192020-1104-01T00:00:00 | NovApr-1920 | 780840743 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 20192020-1205-01T00:00:00 | DecMay-1920 | 1373662257 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-0106-01T00:00:00 | JanJun-20 | 1686164702 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-0207-01T00:00:00 | FebJul-20 | 2067357604 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-0308-01T00:00:00 | MarAug-20 | 3331269315 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-0409-01T00:00:00 | AprSep-20 | 4074367354 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-0510-01T00:00:00 | MayOct-20 | 62257 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-06-01T00:00:00 | Jun-20 | 64702 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-07-01T00:00:00 | Jul-20 | 57604 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-08-01T00:00:00 | Aug-20 | 69315 | |||||
4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 | 2020-09-01T00:00:00 | Sep-20 | 67354 | |||||
67016 |
...
Mouseflow tracking code
Used in asset mouseflow script current #1913605, https://cms.wgtn.ac.nz/_designs/common/javascript/client-side/mouseflow-script-current/_admin
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> const mouseflowAssetId = "%asset_name% %asset_assetid%"; //Used for debugging on the front end var _mfq = _mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = true; mf.src = "//cdn.mouseflow.com/projects/4a7ff1cf-f5b8-4dd8-95da-13bfe4f4e580 |
...
...
2020-10-01T00:00:00
...
Oct-20
...
67016
...
.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script> |
...
Custom configuration of mouseflow
...
Bookmarklet to detect if mouseflow code implemented
Put the following code in the url of your bookmark
Expand | |||||
---|---|---|---|---|---|
| |||||
|