Skip to content

Commit

Permalink
Update Ad code
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Feb 19, 2024
1 parent 53baead commit a1ed04e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions app/views/layouts/_header_ad.html.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4413296073893861"
crossorigin="anonymous"></script>

<!-- Top Banner -->
<!-- Hotseat Top Banner -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6727426254676046"
data-ad-slot="1135107797"
data-ad-client="ca-pub-4413296073893861"
data-ad-slot="9596868938"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
6 changes: 3 additions & 3 deletions app/views/shared/_card_ad.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<% if show_ads? %>
<%= render "shared/card", id: "sponsored-card", title: "Sponsored Content" do %>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6727426254676046"
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4413296073893861"
crossorigin="anonymous"></script>
<!-- Hotseat in-content -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6727426254676046"
data-ad-slot="4516536953"
data-ad-client="ca-pub-4413296073893861"
data-ad-slot="9028240330"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
Expand Down

0 comments on commit a1ed04e

Please sign in to comment.