Is it possible to track goals using multiple (two or more) GA tracker accounts?
For example, under Contact Form 7 “Additional Settings” tab/area:
on_sent_ok:"_gaq.push(['_trackPageview', '/goal_1/successful.html']);"
on_sent_ok:"_gaq.push(['b._trackPageview', '/goal_1/successful.html']);"
on_sent_ok:"_gaq.push(['c._trackPageview', '/goal_1/successful.html']);"
etc...
Would that work? If not, what?