Real User Monitoring
User session monitoring, key user actions - everything RUM.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re using SendEvent not being logged in Dynatrace

mkarmocha
Participant

I am currently using sendEvent, identifyUser method in my application as suggested in documentation https://www.dynatrace.com/support/doc/javascriptapi/doc-latest/documents/rum-javascript-sdk_Document... 

What do i need to configure or set in my dynatrace to see this, currently I dont see an data in dynatrace board.

8 REPLIES 8

KiranSomanatti
Dynatrace Helper
Dynatrace Helper

Hello Mkarmocha,

Mandatory Dynatrace UI configuration (most common mistake) - 
If you skip this part, your events will NOT appear.

Steps (Web & Mobile RUM)

  1. Go to Experience Vitals
  2. Select your Frontend (Web / Mobile)
  3. Open Settings
  4. Go to Session and user action properties
  5. Click Add →  property
  6. Enter:
    • Field name: action
    • Type: string

For the  identifyUser, make sure application had disabled the Do Not Track

If this is enabled the user tags might be dropped.
 
Best Regards
Kiran

I do not see Event an session properties in our dynatrace, further investigating, I was said we do not have DPS license. Does it mean I may not be able to use custom Events. On other note, I also do not see 'SDK reported value' under Session and action properties > Add property > Custom defined property

 

i used custom action and could get some log in user session for the key value, however it seems to much pain to see the value for the key we add in dynatrace Add property. Is there a way to get this info directly in the dashboard view.

heya @KiranSomanatti thank you for your suggestions. Could you clarify as our dynatrace tenant runs on RUM classic Gen2 and without DPS licensing so we do not have access to `Experience vitals`?

However, I could navigate to 'Session and user action properties' but I could not see how could i reach to Point no.6 as you mentioned 😕

I have attached screenshot for more information. 
Do you mean to create using `Custom defined property`?

Thanks,

Manoj

@mkarmocha - it's in the custom defined property section.

Without a DPS license (e.g. classic license on SaaS with DEM units), you won't have access to Experience Vitals app, only to Classic RUM apps.

Dynatrace Ambassador | Alanata a.s., Slovakia, Dynatrace Master Partner

Thanks @Julius_Loman your response sums up that to use sendEvent we need to be in Gen3.

mkarmocha
Participant

BTW, we are using 2nd Gen Rum, so could we still use 

action.reportValue

or is it replaced by addActionProperties 

please ignore this 

 

Featured Posts