Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Google Optimize
  • Loading branch information
mmahalwy authored Mar 22, 2017
commit ab0135f3bd5063fbea420f889a78ebc09753aa06
1 change: 1 addition & 0 deletions src/helpers/Html.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const Html = ({ store, component, assets }) => {
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-8496014-1', 'auto');
ga('require', 'GTM-PNMFTW3');
`
}}
charSet="UTF-8"
Expand Down