Affilate Link and Squeeze Page

2 replies
How can I put in my affiliate id into my own squeeze pages? This way I am making sure I get my opt-ins and make sure I get credit for sales.

Affiliate id given by network.
#affilate #link #page #squeeze
  • Profile picture of the author NatesMarketing
    Just like you would put your affiliate link into any other page.
    HTML Code:
    <a href="http://your-affiliate-link.com">Your Affiliate Link</a>
    {{ DiscussionBoard.errors[7980893].message }}
  • Profile picture of the author tylerquick
    If your squeeze page is collecting info to pass on to an affiliate offer page then you can generally pass your ID in a hidden value within your form like this...

    HTML Code:
    <form action="http://www.OFFER-PAGE.com/index.php">
    <input type="hidden" name="AffiliateID" value="YourAffiliateID" />
    <input type="text" name="CustomerName" />
    <input type="text" name="CustomerEmail" />
    <input type="submit" name="submit" value="Submit" />
    </form>
    Signature
    {{ DiscussionBoard.errors[7980923].message }}

Trending Topics