Skip to content

Instantly share code, notes, and snippets.

@sxidsvit
Created November 30, 2015 14:20
Show Gist options
  • Save sxidsvit/c350210ff7066634f6c6 to your computer and use it in GitHub Desktop.
Save sxidsvit/c350210ff7066634f6c6 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