【Question】pageview count(with conditions)

I’m a newbie who started developing in the bubble a last week, and creating a profile site

I would now like to see page views for every profile page a user has created.

As a condition, I want to exclude page views accessed from the same IP within 24 hours.
*This is to prevent the user or anyone else from getting too many page views illegally.

I thought about getting the data from Google Analytics, but I’m afraid I’ll soon reach the API call limit.

Please give us your opinion.

Hi,

This is possible with a plugin that captures the source IP, search for Browser plugins in the plugins. Then you can log this on page load in a workflow and increase a count.

It has to be said though this is probably not the best way to do it, Google Analytics does this out of the box and will have less performance impact than trying to do this on every page load in Bubble.

Simon