Documetation

Integration with Binom

Adding an affiliate network to Binom

In the Aff. networks section, add a new network with the following parameters:

  1. Click Load from catalog and select our LemonAd network. All parameters will be automatically selected.

  2. Select Status-payout relation with the following values: payout - {payout}

    image-20260728-104815.png

Setting up a Binom postback in Lemonad

Go to your profile in your personal account.

In the "Global Postback and API" section, click "Add Postback."

The following fields must be filled in:

  • In the "URL" field: the link received from binom (see the previous section, the Postback URL field)

  • In the "New Lead Status" field: new

  • In the "Confirmed Lead Status" field: approve

  • In the "Trash Lead Status" field: trash

  • In the "Rejected Lead Status" field: reject

  • In the "Payment Status" field: payout

Click "Save"

image-20260728-110239.png

Landing page setup

  1. Download the desired landing page from the offer card

image-20260728-110431.png
  1. Open index.php with a code editor and find the <form> tag.

image-20260728-110634.png
  1. Paste the following code inside the form and save the file

    <input type='hidden' name='utm_source' value='<?= $_GET['utm_source'];?>'>
    <input type='hidden' name='utm_content' value='<?= $_GET['utm_content'];?>'>
    <input type='hidden' name='utm_campaign' value='<?= $_GET['utm_campaign'];?>'>
    <input type='hidden' name='utm_term' value='<?= $_GET['utm_term'];?>'>
    <input type='hidden' name='clickid' value='<?= $_GET['clickid'];?>'>
    

Setting up a pre-landing page

Go to the offer page in Lemonad and download the page you're interested in.

Go to Binom and copy the Click URL located at Settings => Tracking links => Click URL

image-20260728-110840.png

Download the page you are interested in.

image-20260728-110947.png

Open the index.php file in the code editor, in all links <a href=”#”>, replace # with the Click URL copied in the previous step.

image-20260728-111204.png

Adding landing pages to the binome

Connect to your server via SFTP. You can use the Admin Panel or third-party programs.

Add the landing page to the public_html folder.

In Binom, in the Offers tab, add the landing page:

Enter the name

Domain, in the format https://domain/path_to_landing/index.php?clickid={clickid}

Select the LemonAd Affiliate Network.

Be sure to enable Click ID. Without it, the lead will not be sent to the tracker.

image-20260728-112109.png

Adding pre-landings to the binome

Go to the Landings tab => Create

In the creation menu, enter:

Name

Path to pre-landing page

image-20260728-112432.png

Creating a campaign

Go to the Campaigns tab => Create

In the campaign creation menu, enter:

Name

Traffic source

Type - CPA, Payout - Auto

Select a domain

Add the created landing pages and pre-landers

image-20260728-112636.png