Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-05-2012, 10:08 AM   #1
Alex911
Confirmed User
 
Alex911's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 176
tracking ccbill's /confirmSignup.cgi page in google analytics

Hi all,

I am trying to modify my join page to track ccbill stats in google analytics (tracking Multiple domains in Google Analytics) using _link() and _linkByPost()

It looks like I have to modify the CCBILL form!

I.E. this ccbill form:

Quote:
<form action='https://bill.ccbill.com/jpost/signup.cgi' method=POST>
<div align="center"><b><font color="#000000" size="4" face="Verdana, Arial, Helvetica, sans-serif">CREDIT CARD</font></b>
<input type=hidden name=clientAccnum value='934401'>
<input type=hidden name=clientSubacc value='0002'>
<input type=hidden name=formName value='50cc'>
<input type=hidden name=language value='English' >
<input type=hidden name=allowedTypes value='0000001322:840,0000040762:840' >
<input type=hidden name=subscriptionTypeId value='0000001322:840' >
<br>
<!----------------Don't Modify button text------------------------------->
<input type="submit" name="submit" value="Instant Credit Card Access">
</div>
</form>
After a lot of research and a big headache I found that if I want the ccbill form to allow Google Analytics to track Multiple Domains, It needs to be setup with the following code in the form:

Quote:
<form name="f" method="post" onsubmit="pageTracker._linkByPost(this);">
My question is: how should I add this line of code in the CCBILL form?

Should I changeonly the last line of the CCBILL form:
Quote:
<input type="submit" name="submit" value="Instant Credit Card Access">
by something like this?
Quote:
<input type="submit" name="submit" value="Instant Credit Card Access" onsubmit="pageTracker._linkByPost(this);">
Thanks for your insights !
__________________

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
Old 09-05-2012, 10:27 AM   #2
RyuLion
 
RyuLion's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: San Diego
Posts: 32,175
Have you tried using the Goal function?
I added these and that's how I track what you're trying to do..
/jpost/approved.cgi
(approved sale)

Ask your ccbill rep what other URL's you should add..
__________________

Adult Biz Consultant A tech head since 1995
RyuLion is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-05-2012, 10:36 AM   #3
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
Quote:
Originally Posted by RyuLion View Post
Have you tried using the Goal function?
I added these and that's how I track what you're trying to do..
/jpost/approved.cgi
(approved sale)
This is how we do it as well
Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2012, 06:48 AM   #4
Alex911
Confirmed User
 
Alex911's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 176
Quote:
Originally Posted by RyuLion View Post
Have you tried using the Goal function?
I added these and that's how I track what you're trying to do..
/jpost/approved.cgi
(approved sale)

Ask your ccbill rep what other URL's you should add..
Yes that's what I use as well but wouldn't it be nice to actually see what happens on CCBILL's billing forms? (especially since now GA is in real time)
__________________

18Closeup Cash: CCBill Program | High Converting Niche | Unmatched 80% Rev. Share!

Last edited by Alex911; 09-06-2012 at 06:51 AM..
Alex911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-07-2012, 04:06 AM   #5
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
Old 09-11-2012, 03:25 AM   #6
Alex911
Confirmed User
 
Alex911's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 176
Got the answer on another board:

Quote:
<form action='https://bill.ccbill.com/jpost/signup.cgi' method="POST" onsubmit="_gaq.push(['_linkByPost', this]);">
__________________

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
Old 09-11-2012, 05:02 AM   #7
DWB
Registered User
 
Industry Role:
Join Date: Jul 2003
Location: Encrypted. Access denied.
Posts: 31,779
Quote:
Originally Posted by Alex911 View Post
Got the answer on another board:
What data does GA give you from the form?
DWB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-11-2012, 05:27 AM   #8
CurrentlySober
Too lazy to wipe my ass
 
CurrentlySober's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: A Public Bathroom
Posts: 38,508
Quote:
Originally Posted by Squirtit View Post
This is how we do it...






__________________


👁️ 👍️ 💩
CurrentlySober is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-12-2012, 02:26 AM   #9
Alex911
Confirmed User
 
Alex911's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 176
Quote:
Originally Posted by DWB View Post
What data does GA give you from the form?
After a few hours of data, it still shows bill.ccbill.com as a source when someone hits the /jpost/approved.cgi page !

It looks like the GA cookie is not forwarded when a visitor submits a form that takes him to bill.ccbill.com, and as it does not find a cookie it will start a brand new GA visit as a new visitor.

Yet I use the <form action='https://bill.ccbill.com/jpost/signup.cgi' method="POST" onsubmit="_gaq.push(['_linkByPost', this]);"> to forward the damn cookie!!!

I've contacted ccbill on this thread: https://gfy.com/showthread.php?t=921411 to have some kind of explanation because it looks like they're not doing their job there, even the GA snippet on their forms use the old traditional syntax, not the async one
__________________

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
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.