Interests-based targeting, direct traffic sources, over 73 billion impressions, mainstream and non-mainstream traffic - all this is about HilltopAds!

Guide 💻 How to create your first landing page and connect it with tracker? (and test that it actually works!)

RichAds

dood

🚀
Staff Member
Community Leader
Joined
May 2, 2018
Messages
3,264
Recently, a few members like wallpaperli25 and SunTime asked some questions on how to place a CLICK URL on their landing page, and how that works. So I was thinking this might be a good time to show how and where to place your tracker CLICK URL on a simple landing page. I’ll show examples for 3 trackers that offer free plan:
AD_4nXckBfX9pV3UVmio81a7wDlz9q2x1WeKfCRBSDCox7Vc1ZoG9nRgUFGX7youqCkVZtIBzDCGR9Ix2ATmM9OkxEGYZARj2sjlhKyw_uCkP2XqjLEUn9eKXgclXyvQSmmHiT-oCshUd8Z5tIkw4lli_-GdY-Ug?key=RJ_pCi6apCP8e2txOtMm5w


  • BeMob
  • Skro
  • and MaxConv

First… We need a landing page!

I’ve created a simple landing page for this guide. It has a title, simple image and a CTA button (where you need to placer your CLICK URL)

You can download the landing page here:



The code looks like this:

Code:
<!DOCTYPE html>

<html lang="en">

<head>

   <meta charset="UTF-8">

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

  <title>Landing Page</title>

   <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

</head>

<body>

   <div class="container text-center my-5">

     <div class="row mb-4">

       <div class="col">

          <h1>TITLE GOES HERE</h1>

       </div>

     </div>

    <div class="row  mb-4">

       <div class="col">

         <img src="https://via.placeholder.com/300" class="img-fluid"  alt="Placeholder Image">

       </div>

    </div>

     <div class="row">

       <div class="col">

          <a href="##_PUT_YOUR_CLICK_URL_HERE##" class="btn btn-primary btn-lg">CTA
 

Attachments

  • landing_page.zip
    734 bytes · Views: 89
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