update - we turned off the mailchimp autoresonder and the transaction goes through to the thank you page now even thoug it does hang for a second and you can still see some errors registering. Here is the anayltics code from the thank you page.
<script type="text/javascript">//<![CDATA[
// Google Analytics for WordPress by Yoast v4.2.3 | http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push(['_setAccount','UA-24264399-11']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]></script>
I am not finding the product info '_addTrans' that I see in other peoples anayltic data from the page source on their thank you pages. We are using the paypal pro gate way and I have gone down the check list of things we should have done.
- I do have an Analytics account working properly.
- I do have installed Yoast's Google Analytics For Wordpress plugin.
- I do have E-Commerce Tracking enabled in my Analytics account.
- I have checked the “Enable Google Analytics Tracking” checkbox in the setting menu of the WP eStore plugin.
- I do have "Auto Return" turned ON in my Paypal profile.
- I give Google Analytics plenty of time - this last one seems unnecessary since I believe the error is keeping any data from even going to analytics.
Thank you and please let me know what other info to get you to help me work this out.
Jason