cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Use document.title as user action property

henk_stobbe
DynaMight Champion
DynaMight Champion

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

3 REPLIES 3

henk_stobbe
DynaMight Champion
DynaMight Champion

(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

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

ChadTurner
DynaMight Legend
DynaMight Legend

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

-Chad

Featured Posts