26 Jun 2020 11:46 AM - last edited on 30 Sep 2022 01:05 PM by MaciejNeumann
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?
Solved! Go to Solution.
26 Jun 2020 12:14 PM
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
03 Jul 2020 09:28 AM
There seems to be no documentation on getAndEvaluateMetaData()
What does it do?
03 Jul 2020 09:39 AM
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
03 Jul 2020 01:05 PM
Thanks Yos,
I had done a simple search in Google for the whole Dynatrace domain, and this was the only link.
26 Jun 2020 01:04 PM
As Thomas stated, using:
dtrum.getAndEvaluateMetaData();
Should help you out a bit.