Skip to content

Instantly share code, notes, and snippets.

@romanoffs
Created July 22, 2017 13:28
Show Gist options
  • Save romanoffs/6c85ef99c23bf0504d03cb69451b9930 to your computer and use it in GitHub Desktop.
Save romanoffs/6c85ef99c23bf0504d03cb69451b9930 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