Wordpress Contact form 7: Google Analytics Tracking -


I have contact form 7 installed. I have followed the documentation to add the tracking code: additional settings in WordPress () but then the page tracker object errors were retrieved.

Has anyone experienced this before?

Chris,

Not sure that you solved it but I The only problem is ...

I have made some changes and are patiently waiting for analytics to track some incidents but I believe that I have found the problem ...

Recommending to use the contact form

  Page Tracker _track page view ('/ mysite / thank-you.html');  

I did some research that it shows that this code is a traditional code that I am not using to track the analytics data ... I implemented the async tracking code For which this implementation is required:

  _gaq.push (['_ trackPageview', "/mysite/thank-you.html"]);  

More information can be found on Google -

You should check the Google Analytics code used within your page - if you see _gaq This is async


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -