Placing ads on my app

Can I place ads on my glide app using free plan account

Theoretically you can:

  • Have an “Ads” table with a column for the image and the column for the link of the ad.
  • Use a single value column to return a random row from that table, let’s say place that SV column in your user profiles table.
  • Use 2 lookup columns to return the image and the link from the SV column.
  • Display it anywhere on your app, it will always be a random ad.
5 Likes

Sorry what is SV?

SV = Single Value

2 Likes