Hi, so to track events, we do it by calling Segment's API methods (e.g., analytics.track()
).
Basically we create events to be tracked one-by-one. As this process takes quite some effort, I’m wondering if there’s any more automated way to track events and pages information?
Thanks!