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

Most user sessions appear anonymous

pierre_boucher
Newcomer

Hello,

Although I always use the same page template containing the js variable that I defined as a user tag, most user sessions are anonymous.

It seems to have been happening since mid-March.

How can I check if the user value is correctly seen by DT js?

5 REPLIES 5

zietho
Dynatrace Champion
Dynatrace Champion

Hey,

don't tell anybody but we are working on something visual to help you validating these things more easily in your client in the near future.

In the meanwhile I can offer you to use:

dtrum.getAndEvaluateMetaData();

cheers

Thomas

There seems to be no documentation on getAndEvaluateMetaData()

What does it do?

Antonio Sousa

Hi @Antonio S.

Documentation on dtrum you can fin under Settings --> Web and mobile monitoring --> Advanced setup

Extract the zip and look under doc for the index.html

you will find all the information you need for dtrum and also for getAndEvaluateMetaData

HTH

Yos

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Thanks Yos,

I had done a simple search in Google for the whole Dynatrace domain, and this was the only link.

Antonio Sousa

ChadTurner
DynaMight Legend
DynaMight Legend

As Thomas stated, using:

dtrum.getAndEvaluateMetaData(); 

Should help you out a bit.

-Chad

Featured Posts