-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration option for the trigger "timer" in amp-analytics to support video analytics #2802
Comments
This could be wrapped up into #1654, no? |
/cc @rudygalfi @avimehta |
I think timer is the wrong place to do this. The correct behavior will be to have video events directly defined by the extension and amp-analytics supporting "videoStart" and videoEnd" etc triggers. As @jridgewell said, lets focus on #1654 getting added to AMP. |
Hello,
|
We have a more proper design in #9902 that covers most or all of what's proposed here. Could you turn your attention to #9902 and give us additional feedback based on that design? FYI @aghassemi closing this out in favor #9902. |
With amp-analytics we can use the trigger "timer" to fire a request on a regular time interval. Currently the only options are interval and maxTimerLength.
Is it possible to add two options to link the begin and the end of the timer with events.
What we would like :
The text was updated successfully, but these errors were encountered: