robice
Forum Replies Created
-
I found some answers on my specific problem in another thread:
http://wordpress.org/support/topic/plugin-contact-form-7-tracking-in-google-analyticsForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Tracking in Google AnalyticsThanks dbobzien for straighten this out. I also would like to know what extraneous scripts you’ve fond that create conflicts, there’s no room for testing/errors on this subject.
For me the same problem occurs with the additional setting for Google Analytics:
on_sent_ok: “pageTracker._trackPageview(‘/mysite/thank-you.html’);”
Everything works normal except for the green confirmationbox that doesn’t appear.Now, the suggestion is to add the following line after the line mentioned above:
on_sent_ok: “location.replace(‘domain.com/confirmation/’);”
but what is the point of tracking message sent if the sender will be redirected to another page that also by default is already tracked by Google Analyctics!?If anyone know how to use the built-in green confirmation box along with
the additional setting on_sent_ok I’d be happy to know how, rather than having to write a special confirmation page. (which will acquire another hack so that no one can visit that page by accident or just mess up the statistics)Thanx