-
Notifications
You must be signed in to change notification settings - Fork 17
Percent Played passes wrong value #13
Comments
Can you clarify how you'd expect it to be tracked? |
HI, How current the percent played is working: What I expect is if percent played tracks as: |
Also the 100% event isnt sent so that it would actually be 360 total instead of 450, Id say i would sooner the product send the percent played value as the eventLabel and forget about using the metric, its hard to group by the metric to see how far along people got because of google analytics automatically summing up the metric which doesn't make sense for a "percent played", id send it as eventLabel in which case you could segment data by how far people got through the video ect. people can use the builtin pageTitle to segment by page if you stop sending the video name (but there can be two or more videos in a page which would be a problem) if you want to get around that you could include the video name in the eventCategory if you like e.g. "Percent Played - videoname" which might work i'm not sure, definitely a secondary problem because in its current state is hard to really know how far people are getting through videos |
I did manage to get some easier way to view the data from how it currently sends the data to ga: its based on a custom metric in data studio “eventAverageValue“ = eventValue/totalEvents which gives the average value of the percent played. so if they average 20% then it would be 15 (half of 10 and 20)
will still have to keep in mind it doesn’t send 100% so the max we are going to get is 90% so an average value of 50 may mean (depending on how many people watch to the last 100% which isnt tracked) it could be 50% average percent played or it could actually be 55% or somewhere inbetween so its a conservative average i should be able to edit the custom metric that puts it through that transform function so it doesnt display it in that strange way, but still the gap where it doesnt send 100% |
With this script, the Percent Played eventLabel is the name of the Video and not the Percent (%) of the video played. The % of the video that is played is passed as the eventValue (which is incremental in GA).
The text was updated successfully, but these errors were encountered: