Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
0.18.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
fooman committed May 29, 2018
1 parent 9182a45 commit 9fc1fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Fooman_GoogleAnalyticsPlus>
<version>0.18.2</version>
<version>0.18.3</version>
</Fooman_GoogleAnalyticsPlus>
</modules>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<?php if ($this->shouldInclude()): ?>
<script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','<?php echo $this->getTagManagerId();?>');</script>
})(window,document,'script','dataLayer','<?php echo $this->getTagManagerId();?>');
<!-- End Google Tag Manager -->
</script>
<?php endif; ?>

0 comments on commit 9fc1fdd

Please sign in to comment.