Google Analytics
Submitted by samuel-adusei on Tue, 07/24/2018 - 17:44
Forums:
Quick Question,
How does google analytics work with the h5p content?
Quick Question,
How does google analytics work with the h5p content?
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
BV52
Wed, 07/25/2018 - 05:41
Permalink
Hi Samuel,I think this post
Hi Samuel,
I think this post can get you started.
-BV52
paulster
Fri, 09/21/2018 - 18:05
Permalink
I'm new to H5P, not a
I'm new to H5P, not a developer, and trying to figure out how to capture user behavior in a set of lessons I have built using H5P and Drupal. Has any progress been made on a more out-of-the-box way to get the xAPI data into Google Analytics? Or is this still the easiest way for a non-developer to access that data in a user-friendly format?
BV52
Mon, 09/24/2018 - 02:20
Permalink
Hi Paulster,I'm afraid there
Hi Paulster,
I'm afraid there are no additional progress with integration to Google Analytics.
-BV52
louise.bennett@...
Tue, 09/25/2018 - 09:48
Permalink
We put together the google
We put together the google analytics tracking code into a drupal extension - https://github.com/KingsOnline/customh5p.
You'll need to edit it to add in your own tracking ID in h5p-ga.js, but it should (as far as I remember) work out of the box otherwise. You can also add any custom css code to the css file in there.
BV52
Wed, 09/26/2018 - 05:44
Permalink
Hi Louise,Thank you for the
Hi Louise,
Thank you for the information.
-BV52
paulster
Sat, 09/29/2018 - 16:11
Permalink
Thanks. My developer has
Thanks. My developer has implemented that code. I'm now trying to figure out how to access the data collected by xAPI. I can see all the standard Page- related metrics in Google Analytics, but what I am hoping to find is screen-by screen data from the Course Presentation occupying a page. Can anyone (Louise?) shed some light on how to do that? Via Custom Report? What to look for to get metrics from within a H5P product?
louise.bennett@...
Thu, 10/04/2018 - 14:04
Permalink
Hi paulster, try this custom
Hi paulster, try this custom report: https://analytics.google.com/analytics/web/template?uid=ZcRftLvzSRGqPd4p...
Basically, you're looking for the 'events' data, which can be found otherwise under the 'Behaviour' menu.
I hope that helps!
paulster
Thu, 10/18/2018 - 18:32
Permalink
Thanks, that does help. It
Thanks, that does help. It took me a while to get back to this. This is a good pointer in the right direction.