View Single Post
Old 09-07-2012, 04:06 AM  
Alex911
Confirmed User
 
Alex911's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 176
I found this in Google Analytics Help:

Quote:
Set up forms.
If you send information between domains using forms, you'll need to use the _linkByPost() method.

Asynchronous Code (default)
<form name="f" method="post" onsubmit="_gaq.push(['_linkByPost', this]);">


Note: This should also work with forms that use GET method. However, keep in mind that since both the form data and the Analytics tracking can create a long query string, using this method with GET forms might cause issues if your web server imposes a URL length restriction (such as 255 bytes).
Should I add the whole line <form name="f" method="post" onsubmit="_gaq.push(['_linkByPost', this]);"> into the ccbill form?
__________________

18Closeup Cash: CCBill Program | High Converting Niche | Unmatched 80% Rev. Share!
Alex911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote