http://pages.msparim.com/tesst/Коды добавил через: Code Snippets Extended
<script type="text/javascript">
jQuery( document ).ready(function( $ ){
//Buttons
$( '#email-button' ).on('click', function(){
ga( 'send', 'event', 'button', 'click', 'Email' );
ym(53303707, 'reachGoal', 'header-email');
});
$( '#phone-button' ).on('click', function(){
ga( 'send', 'event', 'button', 'click', 'Phone' );
ym(53303707, 'reachGoal', 'header-phone');
});
});
</script>