TrackEvent for Intercom
-
For anyone that has used Intercom, I am attempting to track events on submission of a form or successful email delivery. Whatever I can get to work.
document.addEventListener( 'wpcf7mailsent', function( event ) { Intercom('trackEvent', "emailEvent"); }, false );
The above is what I added to Additional Settings which doesn’t appear to be working. I’m at a loss and have no idea how to make this work. Any direction is appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘TrackEvent for Intercom’ is closed to new replies.