Forum Moderators: buckworks

Message Too Old, No Replies

Tracking PayPal Payments

Using dynamic urls & PHP

         

mrsolutions

7:49 pm on Nov 27, 2007 (gmt 0)

10+ Year Member



If I have an url like this:

domain.com/payment.php?source=mygooglead

How do I pass this information onto the PayPal payment button so I can track where my sales are coming from?

mrsolutions

1:05 pm on Dec 2, 2007 (gmt 0)

10+ Year Member



anyone have an answer to this?

limoshawn

2:12 pm on Dec 2, 2007 (gmt 0)

10+ Year Member



this depends on how your process your payments. if your using the ipn, store your "source" variable in the hidden "custom" variable before sending it to paypal and it will come back to you once the payment is processed.

if your just using "buttons" and not using ipn, think about adding the "source" variable to the "item_number".

mrsolutions

3:30 pm on Dec 7, 2007 (gmt 0)

10+ Year Member



thanks - will do the item number one.