Custom View tracking

We have data-track-content configured across the page, We are using _paq.push(['trackVisibleContentImpressions', true, 750]); to track the interaction. trackVisibleContentImpressions is tracking view and click event of data-track-content elements, we would like disable default view event and view event should be triggered if user is viewing the content for 3 seconds. How can we implement this?