Created
November 30, 2015 14:20
-
-
Save sxidsvit/c350210ff7066634f6c6 to your computer and use it in GitHub Desktop.
Цели
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
//Цели для Яндекс.Метрики и 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