UXCam offers seamless integrations with products you already use by tagging UXCam’s session and user’s URL, extending UXCam capabilities and enhancing your current workflow.
UXCam User URLs
This returns a URL path for showing all the current users sessions. This can be used for tying in the current user with other analytics systems.
+ (NSString*) urlForCurrentUser;
UXCam.urlForCurrentUser();
UXCam.UrlForCurrentUser();
UXCam.urlForCurrentUser();
UXCam Session URLs
This returns a URL path that shows the current session when it completes. This can be used for tying in the current user with other analytics systems
+ (NSString*) urlForCurrentSession;
UXCam.urlForCurrentSession();
UXCam.UrlForCurrentSession();
UXCam.urlForCurrentSession();