Created
August 11, 2017 07:45
-
-
Save avdoshenkov/5c89309193d3b0edf2eca22994327ea5 to your computer and use it in GitHub Desktop.
Yandex.Metrics aim for sent form via Contact Form 7 event
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
document.addEventListener( 'wpcf7mailsent', function( event ) { | |
switch (event.detail.contactFormId) { | |
case '111': | |
yaCounter00000000.reachGoal('form1-sent'); | |
break; | |
case '222': | |
yaCounter00000000.reachGoal('form2-sent'); | |
break; | |
default: | |
break; | |
} | |
}, false ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment