Skip to content

User timing API polyfill with reporting of RUM data to Google Analytics.

Notifications You must be signed in to change notification settings

digitalclubb/RUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RUM

A User Timing polyfill that will enable tracking in Google Analytics of custom timing events.

Usage

  • Include Google Analytics (enable Beacon mode)
  • Include RUM JS on the page.
  • Include RUM marks where applicable
<script>
	RUM.mark( 'css_load_tmgchannels' );
</script>

Notes

  • Marks to be named: css_load_tmgchannels -> category_variable_label
  • getClientId() currently reads an Omniture cookie. This can be updated to generate random client ID.
  • Supports marks and measures. Sends Marks to Google Analytics with beforeunload event.

About

User timing API polyfill with reporting of RUM data to Google Analytics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published