Skip to content

Instantly share code, notes, and snippets.

@o-nasteka
Last active October 26, 2015 08:32
Show Gist options
  • Save o-nasteka/704c3fa6a9f583891f72 to your computer and use it in GitHub Desktop.
Save o-nasteka/704c3fa6a9f583891f72 to your computer and use it in GitHub Desktop.
//Цели для Яндекс.Метрики и 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