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

FUNNEL creation

_davidemascolo
Contributor

Hi there,
I would like to create a funnel based on a journey like the following image:

 

_davidemascolo_0-1688475458932.png

Most of the actions are Page Change and I can't add them in the USQL Funnel.

How I can create it?

Regards,
Davide

 

I'm your friendly neighbourhood Spider-Man!™
- Davide
from Milan, Italy
6 REPLIES 6

_davidemascolo
Contributor

The app is written with React framework.

I'm your friendly neighbourhood Spider-Man!™
- Davide
from Milan, Italy

Romanenkov_Al3x
DynaMight Champion
DynaMight Champion

Hello.

Try to activate Async web requests - Application -> settings > Capturing > Async web requests and SPAs)

Romanenkov_Al3x_0-1688479049160.png

 

Maybe in this case you need to instrument application with DT RUM JS API.

Also take a look on this thread

 

Regards,

Alex Romanenkov

 

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

_davidemascolo
Contributor

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

I'm your friendly neighbourhood Spider-Man!™
- Davide
from Milan, Italy

Great news! 

I hope this thread will help new users with same question.

Regards,

Alex

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

what cux=1 did?

do you have any docs reference?(is it working for one agent only or Js agentless rum also)

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!!

I'm your friendly neighbourhood Spider-Man!™
- Davide
from Milan, Italy

Featured Posts