You can customize the page or area names yourself by adding a corresponding script line to the embedded tracking code.
Which script do I use to extend the tracking?
The script for changing the page and area names is as follows:
var wiredminds = wiredminds || [];
wiredminds.push(['setTrackParam', 'wm_page_name', '<SAMPLE|PATH|MY_PAGE>']);
wiredminds.push(['setTrackParam', 'wm_group_name', '<SAMPLE/PATH>']);
This script would lead to the following result in LeadLab:
Where do I place the script in my website?
You can intigrate the script at any point in your page. In most cases, this will be included in the head area. Of course, this also works within any events or functions.