Hacker News new | ask | show | jobs
by greaterweb 4499 days ago
This seems like a great idea. A few questions.

How well does this play with dynamic content?

Can you define specific content types (eg. Article) and capture events specific to that type (eg. Share, Print, Save)?

How about integration with SPAs built on frameworks such Angular, are you accurately able to capture events?

1 comments

Heap works great with dynamic content - in fact, we use it ourselves all the time on our own single-page app (built on Backbone).

As an added bonus of using Heap with Angular/Backbone, we automatically capture all pushState events, so you'll get accurate pageview tracking for free.

Not sure what you mean by your second point, but it sounds interesting. What sorts of use cases motivate this?