Hi Bubble Community,
I’m currently creating a review site. On my site, I plan to measure the number of clicks on advertiser links from posts created by users and pay users according to the number of clicks. Therefore, I need a system to track the number of clicks from each post. It seems that using cookies is a common method for this kind of measurement, but I am unsure how to implement it specifically in my app.
The main numbers I want to measure are:
-
The number of users who clicked on advertiser links from each post (click count). **I want to ensure that if a user clicks on the affiliate link from a post more than once within 30 days, only the first click is counted. I also want to track of clicks by non-logged in users.
-
The total number of clicks on links associated with all posts (I believe this can be calculated by summing up the click counts for each post).
It would be much appreciated if you can help me building this structure.
Please do let me know if you need additional information to answer my question.
Thank you for your support.