I would like to be able to run ads on my website, however, I don’t want paid users to experience those ads (Because they pay) That might be something I can already do? But… It could be a cool feature nevertheless.
This is a great idea. One thing we’ve tried (which actually works pretty well) is if you sing up for the amazon affiliate program, you can tell your Pickaxe to occasionally mention the affiliate links when relevant. I strongly recommend you give this a try and report back. If it goes well, we’ll take steps to make it easier to monetize with ads and such!
Coming back to this later, is there an action that lets the AI know what tier a user is? To where it would only display to free users?
@nathanielmhld Is there a way to do this?
Yes. You can now access an environment variable called “PICKAXE_END_USER_PAID” in the action environment. It will be “Unknown” if unknown, “True” if True, and “False” if false. You can now create an action that runs an ad only if the user is unpaid.
Did you give it a try with the affiliate links as I suggested?
I have yet too, but will try it out soon!