Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
[1.1.10] Impression tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
marky291 committed Aug 10, 2019
1 parent 06c4b93 commit 74f204a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| and that deployments are loading the correct filesource.
|
*/
'version' => '1.1.9',
'version' => '1.1.10',

/*
|--------------------------------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion resources/views/layouts/frame.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
// ga('require', 'pageVisibilityTracker');
// ga('require', 'impressionTracker');
ga('require', 'impressionTracker');
// ga('require', 'maxScrollTracker');
// ...
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="https://ragnabox.fra1.digitaloceanspaces.com/assets/autotrack-2.4.1.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2280364578236676",
enable_page_level_ads: true
});
</script>
@endif
</body>
</html>

0 comments on commit 74f204a

Please sign in to comment.