Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li><p>I think you are going to run into the cross-domain iframe problem.</p> <ul> <li><a href="http://blog.cakemail.com/the-iframe-cross-domain-policy-problem/" rel="nofollow noreferrer">The iframe cross-domain policy problem</a> - an explanation</li> <li><a href="https://stackoverflow.com/questions/9393532/cross-domain-iframe-issue">Cross domain iframe issue</a> - a solution if both the page and iframe page reside on the same domain</li> <li><a href="https://stackoverflow.com/questions/7260605/how-can-i-track-a-click-event-of-an-embedded-video-youtube-vimeo-etc-to-t">How can I track a click event of an embedded video (youtube, vimeo, etc.)? (to track play count)</a> - Similar question and answer that this isn't possible</li> </ul></li> <li><p>As I mentioned in my comment, there might be some useful information in the event object that is passed to the event listeners. I browsed at least two levels and could find no difference between a user click action and an API call. However, there is a lot of information in the object and possibly something that would help distinguish the two actions.</p></li> <li><p>If your code is making the API calls, perhaps you could track this some other way. Then your code could tell if an API call was made. Maybe store the current call and a timestamp -- something along those lines.</p></li> <li><p>Finally, maybe there is another way to capture the information you are after. Your question doesn't really specify the ultimate goal. I'd recommend exploring alternatives as a simple solution doesn't appear possible.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload