How many pages can users make within your bubble application

Hello everyone!

I have been building an MVP on bubble and have three questions that I would love some guidance on!

  1. My website will allow users to create a sort of Pinterest type board that they can share with others. Does anyone know if this is possible and how many boards could be made by my website users I.e is there a limit on pages made

  2. I want to implement google Adsense on my page in very specific locations, would this be possible? Furthermore, I want to share some advertising revenue with my website board creators, so would I be able to track which pages the ads came from and automatically update my users profiles about how much money they have earned

  3. Is there any way to add widgets that show things such as views per page, clicks per post, saved media and likes on user posts!

Thanks in advance :smiley:

  1. This is as far as I know, unlimited if you create the original board page correctly to allow for dynamic data and have all things set up correctly in the database etc.

  2. Yes it is possible to implement google Adsense and it is up to you to add elements on where they would be viewed, so yes, to very specific locations. Sharing adverts revenues is up to you to create the database structure and workflows to track the info necessary to do that.

  3. I don’t think you are necessarily needing any widgets from outside sources. But you can definitely create workflow actions and set up your database correctly to gather the data you mentioned.

2 Likes