Git Product home page Git Product logo

Comments (7)

Stephen-WebGuy avatar Stephen-WebGuy commented on September 24, 2024 2

Not sure if this is too late to help you, but I was getting the same error messages.

I tracked it back to a missing parameter pointing to the ID of the iframe. The full iframe code should include the URL to the video, the parameter to start the API, and the ID of the iframe using the API. See below:

<iframe src="https://player.vimeo.com/video/22439234?**api=1&player_id=vimeo-player-1**" id="vimeo-player-1" width="640" height="390" frameborder="0" **data-progress="true" data-seek="true" data-bounce="true"**></iframe>

Also note, if you don't include the data variables, the script still tracks Play, Pause, & Resume, but it won't track progress watched (data-progress), if a user skips forward or backward (data-seek), or if they bounce from the video (data-bounce).

I hope this helps someone :-)

from vimeo.ga.js.

williamjulianvicary avatar williamjulianvicary commented on September 24, 2024

Did you ever resolve this?

It might be helpful to review the JS API requirements on this page:
https://developer.vimeo.com/player/js-api

You need to throw ?api=1 in order to enable the API to feedback the information that this script relies on, I had a quick look at your URL and couldn't spot that being used (but I appreciate it's been a couple of weeks so you might have worked around it!).

from vimeo.ga.js.

robonski avatar robonski commented on September 24, 2024

Thanks, William! I didn't know that was necessary, but I'll give that a try!

from vimeo.ga.js.

robonski avatar robonski commented on September 24, 2024

That didn't seem to help either, unfortunately, although that doesn't prove that I don't need it.

from vimeo.ga.js.

robonski avatar robonski commented on September 24, 2024

Thanks! I'll take another look at it.

On Thu, Apr 7, 2016 at 9:10 PM, Stephen-WebGuy [email protected]
wrote:

Not sure if this is too late to help you, but I was getting the same error
messages.

I tracked it back to a missing parameter pointing to the ID of the iframe.
The full iframe code should include the URL to the video, the parameter to
start the API, and the ID of the iframe using the API. See below:

<iframe src=" https://player.vimeo.com/video/22439234?**api=1&player_id=vimeo-player-1**" id="vimeo-player-1" width="640" height="390" frameborder="0" **data-progress="true" data-seek="true" data-bounce="true"**></iframe>

Also note, if you don't include the data variables, the script still
tracks Play, Pause, & Resume, but it won't track progress watched
(data-progress), if a user skips forward or backward (data-seek), or if
they bounce from the video (data-bounce).

I hope this helps someone :-)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#36 (comment)

from vimeo.ga.js.

lukeheath avatar lukeheath commented on September 24, 2024

Thanks @Stephen-WebGuy I was having the same issue and your suggestion fixed it.

from vimeo.ga.js.

lnpbk avatar lnpbk commented on September 24, 2024

This issue should be closed, as I believe the solution @Stephen-WebGuy offers is spot on.

from vimeo.ga.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.