• Resolved stalk214

    (@stalk214)


    Hello, I really need to know the number of video views per user.
    All users are registred.
    All the videos are MP4 files from media library.
    As I understand, now every attachment has a custom field with numbers of views only. I guess I should make a custom table with user-video-count records.
    Could you advice where can I insert a function with this table filling or help me in another way?
    Thanks in advance.

    https://wordpress.org/plugins/video-embed-thumbnail-generator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    You could add some custom code to the kgvid_count_play() function right before the die(); line. The function runs every time a user hits play for the first time during a page load, or reaches the end of a video. It shouldn’t be too difficult if you know your way around WordPress coding.

    Thread Starter stalk214

    (@stalk214)

    Thanks a lot, Kyle!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Number of views per user’ is closed to new replies.