Skip to main content

One Lander and One Offer

Depends on whether you want to redirect to offer or not, choose one of below scenario to setup tracking.

Scenario 1. Directly to offer

flowchart LR ad(Ads) --> lp(Landing page) --> offer(Offer)

If you want visitors go directly to a lander and then directly to a offer with zero tracker redirection, follow the Get Started Guide.

Scenario 2. Redirect to offer

flowchart LR ad(Ads) --> lp(Landing page) --> |tracker redirection| offer(Offer)

Follow these step to setup redirection to offer:

Step 1. Enable offer url masking

The offer url masking feature allow you to create another entry point, to enable it, edit your offer setting, switch to the "URL Masking" tab.

masking

Enable the "Url Masking", provide masking link slug and choose the masking method, then save the new settings.

Step 2 Use masked URL on landing page

After enabling url masking, copy the masked url in offer list page.

masked-url

Use the new masked url on landing page

<!-- before -->
<a href="https://domain.com/offer?aff_id=1123&offer_id=456&sub1={mc_click_id}&sub2={t1:HASH}" target="_blank">Get Offer!</a>

<!-- after -->
<a href="https://demode.mcgo2.com/offer/black-5-sales?aff_id=1123&offer_id=456&sub1={mc_click_id}&sub2={t1:HASH}" target="_blank">Get Offer!</a>

Now when visitor click on the button, they will be redirected to offer url by the masking method you set.

Step 3. Generate ad Campaign URL

Click the "Campaign URL Builder" button in the top right corner.

builder-loc

Then the builder will show up.

url-builder

Enter the landing page url, then choose the traffic source, copy the generated campaign url, use it to setup campaign on your traffic sources like google ads, facebook ads...etc.