Skip to main content

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!

Hi Vera,

Segment’s page() call will track every page load and grab contextual information automatically.

However, a track() call needs to be defined based on each use case as it tracks more explicit information. Our documentation has examples of the type of events that you may want to call track() for.

If you are still in the process of planning out the events that you wish to track, I’d recommend checking out our naming convention best practices.

Cheers,

Tyler


Reply