-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: google analytics implementations. #1275
- Loading branch information
1 parent
ec52131
commit c2ef6c3
Showing
8 changed files
with
31 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// ## EXEMPLO DE GOOGLE ANALYTICS ## | ||
|
||
// COLABORATION | ||
// <!-- Global site tag (gtag.js) - Google Analytics --> | ||
// <script async src="https://www.googletagmanager.com/gtag/js?id=G-EEW8XVF479"></script> | ||
// <script> | ||
// window.dataLayer = window.dataLayer || []; | ||
// function gtag(){dataLayer.push(arguments);} | ||
// gtag('js', new Date()); | ||
|
||
// gtag('config', 'G-EEW8XVF479'); | ||
// </script> | ||
|
||
// PUBLIC | ||
// <!-- Global site tag (gtag.js) - Google Analytics --> | ||
// <script async src="https://www.googletagmanager.com/gtag/js?id=G-2JMWE98YJD"></script> | ||
// <script> | ||
// window.dataLayer = window.dataLayer || []; | ||
// function gtag(){dataLayer.push(arguments);} | ||
// gtag('js', new Date()); | ||
|
||
// gtag('config', 'G-2JMWE98YJD'); | ||
// </script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters