Browse Source

Add adwords tag

master
Immanuel Onyeka 3 years ago
parent
commit
73e929f529
2 changed files with 13 additions and 2 deletions
  1. +2
    -1
      resources/views/home.blade.php
  2. +11
    -1
      resources/views/master.blade.php

+ 2
- 1
resources/views/home.blade.php View File

@@ -57,7 +57,8 @@
<ul>
<li>Views often increase within 24 hours</li>
<li>Boost to rankings</li>
<li>High quality users</li>
<li>High quality accounts</li>
<li>Likes and Comments</li>
</ul>
<button>Select</button>
</div>


+ 11
- 1
resources/views/master.blade.php View File

@@ -16,7 +16,17 @@
gtag('js', new Date());

gtag('config', 'G-LH36E9P3P5');
</script>
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-200591850-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-200591850-1');
</script>
@endif
@show
<title>Trendplays - @yield('title')</title>


Loading…
Cancel
Save