-
-
Save zhukovec/82cd22e2da8357bcd0afce81f80aa61b to your computer and use it in GitHub Desktop.
Цели
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
| //Цели для Яндекс.Метрики и Google Analytics | |
| $(".count_element").on("click", (function() { | |
| ga("send", "event", "goal", "goal"); | |
| yaCounterXXXXXXXX.reachGoal("goal"); | |
| return true; | |
| })); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment