MaxWeb is one of the best affiliate networks in the world, representing some of the top advertisers in the industry. Get started today!

Follow Along Hand coding landing page and passing click_id to MaxBounty

OpenAFF

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