I installed the Contact Form 7 Google Analytics Integration plugin, and now I see an event fires in GA. At least in real time reporting, still no conversion tracked. But perhaps this is progress?
…but both functions are there in my theme.
Re-searching previous threads, I see on this about AJAX:
JavaScript file is not loaded
This is the cause that I’ve been seeing the most recently. This is due to your template, which is missing calling functions for queuing JavaScript. The functions required are wp_head() and wp_footer(), and they are in header.php and footer.php, respectively, in most correct themes.
Is that the problem?