04 Jul 2023 02:00 PM - last edited on 05 Jul 2023 08:02 AM by MaciejNeumann
Hi there,
I would like to create a funnel based on a journey like the following image:
Most of the actions are Page Change and I can't add them in the USQL Funnel.
How I can create it?
Regards,
Davide
Solved! Go to Solution.
04 Jul 2023 02:35 PM
The app is written with React framework.
04 Jul 2023 03:05 PM
Hello.
Try to activate Async web requests - Application -> settings > Capturing > Async web requests and SPAs)
Maybe in this case you need to instrument application with DT RUM JS API.
Also take a look on this thread
Regards,
Alex Romanenkov
04 Jul 2023 03:10 PM
Hi @Romanenkov_Al3x,
I just solved... I added the cux=1 option in Capturing --> Advanced Setup --> JavaScript library --> Custom configuration properties of my web application.
regards,
Davide
04 Jul 2023 03:12 PM - edited 04 Jul 2023 03:13 PM
Great news!
I hope this thread will help new users with same question.
Regards,
Alex
04 Jul 2023 03:18 PM - edited 04 Jul 2023 03:21 PM
what cux=1 did?
do you have any docs reference?(is it working for one agent only or Js agentless rum also)
04 Aug 2023 10:17 AM
cux=1 is like Mr.Wolf ("I'm Winston Wolf, I solve problems" from Pulp Fiction movie)
from what I understand it associates xhr requests otherwise considered "spurious" (thus generated by the frontend framework from some event that is not explicitly captured) to the user action in progress, thus effectively solving problems when applications are a bit weird.
So yes it is really Mr.Wolf!!