You can create individual milestones by adding a script line.
Which script can be used to create milestones?
By including the following script line, you can create any milestone:
var wiredminds = wiredminds || [];
wiredminds.push(['setTrackParam', 'wm_milestone', '<ERREICHTER_MEILENSTEIN>']);
This script would lead to the following result in LeadLab:
Where do I place the script on my website?
You can integrate the script into your page at any point. In most cases, this is included in the <Head> area. Naturally also within any events or functions.