1
vote
Add tag on X visit
A function to add a tag to the user after visiting a WP page after X times.
Got an idea for a new feature or integration? We’d love to hear it! You can find our roadmap here.
A function to add a tag to the user after visiting a WP page after X times.
This is possible in theory but because every person’s pageviews would need to be tracked in your database, it has the potential to add a lot of extra data to the user’s table.
I’m not sure it would be a good fit for WP Fusion core but I’ve created a code snippet for you here https://wpfusion.com/documentation/advanced-developer-tutorials/additional-code-examples/#applies-a-tag-when-a-user-has-viewed-specific-posts-or-pages-more-than-x-times and added it to the docs at https://wpfusion.com/documentation/getting-started/tracking-user-activity/#apply-tags-after-x-visits
Thank you very much Jack.
Yes this could turn into a lot of data, but with your new script it is only the specific page that is counted and not all pages, correct? Ensuring that data tracking is minimal?
Yes it’s just the pages that you’re tracking that would be saved, so if it’s only a few pages, it’s not so much data.
We also have our Logins Addon which can apply tags when someone visits the site X times (one visit per day counts as a visit). That’s available now at https://wpfusion.com/documentation/logins/overview/#login-count-rules . Might be worth considering as an alternative.