Track page views

I’m thinking about the possibility of providing data to my clients, I would like to provide how many impressions his page had, is this possible?

You could try updating the count on page load

I don’t think that would be ideal

I was studying the Google Analytics API, do you know anything about it?

sorry I haven’t looked into it

Depends on how heavy of analytics you need and what the purpose would be. If you have a property marketplace, tracking the views of a property would be ideally done via updating the count as @sam1 suggested. If you’re looking for more of a marketing/reporting/business intelligence metrics, then the Google Analytics (either plugin or API) might be what you’re looking for.

1 Like

I’m creating a festival website, each festival has a specific page, I would like to show the producer who owns this festival how many hits his page had

I recommend using MixPanel for this.

2 Likes

I’d probably do it with a backend (db) counter it would be the simplest one. You could later use this data to extend your product with analytics and upsell that :slight_smile:

2 Likes

thank you guys.

I will test these solutions!

You can also use Hotjar, for heatmap usage and user recording. I can it integrated on one of my weweb site :slight_smile:

1 Like