Are there any plugins that allow one to make use of the _trackPageLoadTime(); functionality available in the new version of Google Analytics yet?
Leave a Reply
You must be logged in to post a comment.
Are there any plugins that allow one to make use of the _trackPageLoadTime(); functionality available in the new version of Google Analytics yet?
You must be logged in to post a comment.
Google Analytics by Yoast has Custom Code setting to add stuff to tracking code. But says that it is added before
trackPageview
, while site speed instructions show it added after. Might or might not matter, I don’t know.Update
Plugin has been updated to support (and default to) site speed tracking.
Why not just include the google analytics code in the functions file by hooking wp_foot? I usually just add it that way. Are you trying to use something like Analyticator that shows the analytics on your dashboard?
I just released a Google Analytics plugin that includes the new track page load time. It has an option page to enter your Google Analytics id and outputs the ga.async javascript in your footer.
You can download it on GitHub: C3M Google Analytics
Google Analyticator has always had the option to add code before, or after initialization. We use it on all our sites and it’s working great.