Skip to content

Instantly share code, notes, and snippets.

@apisklov
Last active March 31, 2019 17:14
Show Gist options
  • Save apisklov/a71bb7e4c57d8c9312095b92dd7387f4 to your computer and use it in GitHub Desktop.
Save apisklov/a71bb7e4c57d8c9312095b92dd7387f4 to your computer and use it in GitHub Desktop.
Function Goal Yandex Metrika
// Function Goal Yandex Metrika
function checkGoal(nameGoal){
setTimeout(function(){
var id = Ya.Metrika.counters()[0].id;
window['yaCounter'+ id].reachGoal(nameGoal);
// console.log(id);
}, 100)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment