ClickBank Thank you page URL and query string

1 replies
Anybody know if a ClickBank Thankyou page URL can contain a query parameter as part of the URL

e.g.

Normal thankyou page
HTML Code:
http://www.mysite.com/thankyou.php
ClickBank actually sends traffic to that URL with stuff added in the query string
HTML Code:
http://www.mysite.com/thankyou.php?cbreceipt=1234&etc....
What I want - thankyou URL already containing a query string
HTML Code:
http://www.mysite.com/thankyou.php?n=1
ClickBank sends traffic to thankyou URL with additional stuff aded to query string
HTML Code:
http://www.mysite.com/thankyou.php?n=1&cbreceipt=1234&etc....
I realize that I can try it, and I have absolutely no doubt that I can make it work - but does anybody know whether there is documentation saying that ClickBank supports (or does not support) this feature.
#clickbank #page #query #string #url
  • Profile picture of the author tazosmr
    Yes, you can include the PARAMETERS while setting an URL in clickbank products settings (as a product's "Thank you" page):
    i.e.
    Code:
    http://www.mysite.com/thankyou.php?parameter=value
    then, after a purchase, a client will be redirected to
    Code:
    http://www.mysite.com/thankyou.php?parameter=value&cbreceipt=1234&etc....
    {{ DiscussionBoard.errors[8836873].message }}

Trending Topics