Last active
February 3, 2018 10:48
-
-
Save sharkyak/bfaaa0f81442692cc5e8 to your computer and use it in GitHub Desktop.
Цели Google.Analytics и Яндекс.Метрика goals
This file contains hidden or 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
$(".count_element").on("click", (function() { | |
// analytics.js | |
ga("send", "event", "goal", "goal"); | |
// gtm.js | |
gtag('event', 'read', { 'event_category': 'abr' }); //gtag('event', 'goal', { 'event_category': 'goal' }); | |
yaCounterXXXXXXXX.reachGoal("goal"); | |
return true; | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment