Documetation

Integration with Binom

Adding an affiliate network to Binom

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

  • Name: Lemonad

  • Offer URL template: {offer_url}?clickid={clickid}

  • PostbackURL:

    http: //<YOUR_YOUR_OR_DOMAIN>/click.php?cnv_id={clickid}&payout={payoutOrZero}&cnv_status={status}
    

Open Advanced Settings, activate Status-payout relation

In the field on the left, set the value payout , in the field on the right - {payout}

image-20220819-082751.png

Setting up a postback Binom in Lemonad

Go to the profile in your personal account

In the "Global Postback" section, click "Add Postback"

The following fields must be filled in:

  1. In the "URL": link obtained from binom (see previous point, Postback URL field) field

  2. In the "New Leads Status": new field

  3. In the "Status of confirmed leads": approve field

  4. In the "Trash lead status": trash field

  5. In the "Lead rejected status": reject field

  6. In the "Payment status": payout field

Press "Save"

image-20220819-082913.png


Landing page setup

Go to the offer page in Lemonad, in the "Promo materials" section and click on "Landing"

image-20220818-144514.png

Step 2

Download and unzip the landing pages you need.

 

Step 3

On the offer page, download the lemon.php file, mark it in the archive with the landing page

image-20221019-073625.png

 

Step 4

Rename index.html to index.php

Step 5

In the index.html file find the <form> tag

In the action field, insert the value lemon.php

Next, 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'];?>'>

If you are affiliate network, you can pass the internal id of your webmasters.

<input type='hidden' name='externalWebmasterId' value='<?= $_GET['externalWebmasterId'];?>'>


Pre-landing page setup

Go to the offer page in Lemonad, in the "Promo materials" section and click on "Landing", download the required pre-land from Yandex disk or ask your manager

image-20220817-112948.png

Go to Binom, copy the Click URL located along the path: Settings =>Tracking links => Click URL

image-20221208-110610.png

Open the index.html file in the code editor, in all links of the <a href=”#”> format, instead of # set the Click URL copied in the previous step.


Adding landing pages to Binom

Upload Landing and Pre-landing to the server

In the Offers tab, add a landing page:

image-20221208-112529.png

Adding Pre-landing pages to Binom

Go to Landings => Create

In the create menu, enter:

  • Name

  • Path to prelanding

Save Changes

image-20221208-114219.png

Campaign Creation

Go to Campaigns => Create

In the campaign creation menu, enter:

  • Name

  • Traffic source

  • Type - CPA, payout - Auto

  • Choose a domain

  • Add created landings and pre-landers

image-20221208-114847.png