Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created March 11, 2015 04:01
Show Gist options
  • Save agragregra/6120768017e7b22f1e4e to your computer and use it in GitHub Desktop.
Save agragregra/6120768017e7b22f1e4e 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