Creating a job search app with Bubble

Hey,

I’m working on a career search app. One thing I’m struggling with is figuring out how to setup the functionality of it. What I want to do is have companies post jobs on a pay per click basis is this possible with bubble?

Functionally possible - of course.
Many many ways to skin this cat, but a few off the top of my head:

  1. Use a counter in your Job app object (so, say you have a button to get to the job posting or ‘apply’ - that button click makes changes to a thing (your job post) and increments clicks + 1
  2. Use google analytics which you can integrate with Bubble

Wow thanks for the help. #2 raises another question. Does google analytics help with pay per click piece? Especially considering pay per click involves budgets. And do you know what would be this best gateway to use for a pay per click platform.

I would handle it all within bubble… for example you could make the button conditionally un clickable if the customer hasn’t paid, or if there are > than a certain amount of clicks on the button (say, they have a limit).

Google Analytics you could use for custom events and funnels etc… but that’s more on the reporting side to understand what’s going on. Same could be handled within bubble with less work.

Sorry it took a bit to get back to you on this one.

Hi!! Are you creating an aggregator? Are you using code or using an API?

No worries, thanks

I’ll be using API

Thanks. Which one are you using? I’d like to do that for some sites in Brazil and don’t know if it is possible.