31 Mar 2022 07:35 PM
Hello,
Seemed a simple request, add the document.tile (page title) as a user action property. Could not find the howto?
Who knows how this can be done?
KR Henk
Solved! Go to Solution.
31 Mar 2022 08:16 PM
(not my idea)
But:
In the browser console you can find all javascript variables:
for(let v in window) { if(window.hasOwnProperty(v)) console.log(v); }
This helped me!
KR Henk
28 Jun 2022 02:57 PM - edited 28 Jun 2022 03:03 PM
Hello,
Please be aware that title is just an css element in a page (-;
<title> this is the page title </title>
Thanks @Marc_zantingh for paying attention
KR Henk
31 Mar 2022 08:57 PM
you can also leverage using the request attributes then link it to the applications and the user sessions. I did one last year for Domain since thats not a filter out of the box in the user session segmentations