Integration Technologies - JDE1 (MOSC)

MOSC Banner

Using Google Analytics for EnterpriseOne (collecting userid information)

edited Jul 7, 2016 5:02AM in Integration Technologies - JDE1 (MOSC) 1 commentAnswered

Hi all

I have setup Google Analytics for our JDE web servers and we have started collecting data. We would like to relate this back to our E1 users and I have enabled User-id tracking, but from what I understand there is some programming required to retrieve JDE user names.

I have added this code to our webgui.js but I think I need to write some code to pass userid values back to our CustomUserid variable.

ga('create', 'UA-XXXXXXX-1', {'userId': customUserId});   // If "User ID" feature is available

  ga('require', 'displayfeatures');

  ga('set', 'dimension1', customUserId);                   // Set a `customUserId` dimension at page level

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center