weteamsteve / squadsnap2

The #2 sports team management app that makes communication and organization a breeze. Clubs and leagues love us too. Try it now.
1 stars 0 forks source link

Integrate ad functionality #6

Open weteamsteve opened 5 years ago

weteamsteve commented 5 years ago

Integrate ads into the app.

Add an access attribute to users. Could have values: admin, full, lite.

Lite members get displayed ad components.

May require investigation if there are gems that support ad integration, or google ads, something that is easy to put into components or code.

Check out: ads-rails


Google AdSense stuff:

link here

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-4231151861002615",
    enable_page_level_ads: true
  });
</script>