Counting Clicks on PayPal Buttons

Post your Click counter digestion problems here
Post Reply
nigelthomas
Posts: 2
Joined: Sun Aug 24, 2008 1:25 pm

Counting Clicks on PayPal Buttons

Post by nigelthomas »

Script URL: http://www.birdflu-manual.com/ccount/
Version of script: 1.2
Hosting company: ABCHK
URL of phpinfo.php: http://www.birdflu-manual.com/phpinfo.php
URL of session_test.php: http://www.birdflu-manual.com/session_test.php
What terms did you try when SEARCHING for a solution: ccount and paypal buttons

Write your message below:
Hello!

I need to be able to count the number of clicks the paypal button on my sales page gets so I can tell how many drop outs I am getting. Obviously if the customer buys then that's fine, but at the moment there's no way to tell if they go to buy but cancel out before they make the purchase. The problem is PayPal buttons have several hundred characters and a different format to normal links. Is there any way I can use ccount to do this?

Many thanks.

Nigel
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

PayPal buttons are normally FORMS not links, but you can create each button as a link (PayPal generates e-mail links but they can be of course used for buttons/website links as well) and those can be counted normally as any other link.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
nigelthomas
Posts: 2
Joined: Sun Aug 24, 2008 1:25 pm

Post by nigelthomas »

Thank you Klemen.

I will give it a try.

Regards

Nigel
moonshine
Posts: 6
Joined: Sun Jul 27, 2008 9:21 pm

Post by moonshine »

good post Nigel, i have been trying to figure out how to track my abandoned carts on my site too.
Post Reply