Hello,
I am trying to send custom error into AD from the web page .. how should I do that? more precisely, where should such error appear?
we have both javascript and ajax error tracking enabled and we're tracking only the virtual pages (no tracki...
Hi, I'd like to clarify expected use cases, how we should work with VPageView tracker object for transition between 2 virtual pages:
according to the example down here, the use case could be:
instantiate object:
var tracker = ADRUM.events.VPageVie...
Hi,
is there support for custom metrics for EUM? I've found only documentation for server-side custom metrics ..
I am looking for something similar to custom variables in Google Analytics ..
thanks!
J.
Hi,
I am trying to set up proper virtualPage tracking .. and I have some questions :)
according to this documentation, new page object should be created as:
ADRUM.events.VPageView({url:"anything"});
but it fails:
ADRUM.events.VPageView({url:"a...
Hi,
I've understood that 'pages' are those, which are tracked when the measured application is opened 'from outside', it looks at the url and according to naming settings it count is as a hit for the metrics. Virtual pages would happen when single-...
in our case, we have disabled tracking of base pages (we have single page application in React, and I've learned that they would duplicate the hits for the virtualPages) ..
what should I set into the parent then? the old VirtualPage, which migh...
let's continue in the other topic/question for the case of errors :)
https://community.appdynamics.com/t5/EUM-and-Analytics-Mobile-Metrics/manual-tracking-of-errors/m-p/23595#M59
Hi!
that makes sense, thanks, I'll try it .. and it might be answer for this question too
one more thing, we have disabled tracking of base pages (we have single page application in React), what should I set into the parent then? VirtualPage? even...
Hi
I've tried, but the result is the same .. I can see the url in the object passed into ADRUM.report (screenshot 11:04), but the data sent into AD looks the same (screenshot 10:55)