Last active
March 31, 2019 17:14
-
-
Save apisklov/a71bb7e4c57d8c9312095b92dd7387f4 to your computer and use it in GitHub Desktop.
Function Goal Yandex Metrika
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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