• Welcome to affLIFT!
    We are happy you have decided to check out our awesome affiliate marketing forum. Register your account today to join our amazing community!
  • With over 2.5 billion impressions and 3.3 million daily conversions, you are making a huge mistake if you are not already running traffic with Clickadu!
    Join Clickadu Today

Follow Along Hand coding landing page and passing click_id to MaxBounty

CrakRevenue

Sam

Active Member
Joined
Jul 23, 2018
Messages
81
I have written an HTML code for my landing page. It is operational ... The code is shown below

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
HTML:
<!DOCTYPE html>

<html>

<head>



<title>Christmas</title>



<meta name="viewport" content="width=device-width, initial-scale=1">



<style>

a{

text-decoration: none;

}



body   {

    background-image:  url("snow.jpg");

}

.button {

    background-color:  #4CAF50;

    border: none;

     color: white;

     padding: 5px 30px;

     text-align: center;

     font-size: 16px;

     cursor: pointer;

}

.button:hover {

     background-color: green;

}

img {

  border-radius: 15%;

}

</style>

</head>



<body>

<p  style="text-align:center; font-family:verdana;font-size:150%; color:green;">  Send a  personalised Christmas letter <br>

       from Santa Claus  for that special little person <br>

       &  watch their little face light up  as they start to open it...

</p>



<div  style="text-align:center;">

     <a  href="https://www.mb01.com/lnk.asp?o=11947&c=918271&a=351745&l=12143&s1=RTX&s2={click_id}/" target="_self">

       <img src="santa.jpg" alt="Christmas Letters from  Santa" style="width:210px;height:210px;border:0;">

      </a>

</div>

  

<div style="text-align:center">

      <a href="https://www.mb01.com/lnk.asp?o=11947&c=918271&a=351745&l=12143&s1=RTX&s2={click_id}/">

         

         <button class="button">Yes</button>

      </a>



       <a href="https://www.mb01.com/lnk.asp?o=11947&c=918271&a=351745&l=12143&s1=RTX&s2={click_id}">

       <button class="button">No </button>

       </a>

</div>

</body>

</html>
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

What is the best way to pass click_id from my landing page to the offer page (affiliate network is
 
Last edited by a moderator:
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top