Created
March 11, 2015 04:01
-
-
Save agragregra/6120768017e7b22f1e4e 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