NoipFraud

Dynamic Landing Pages

#lp

This guide will show you how to use your Noipfraud tokens like [[platform]] or [[country]] to create dynamic landing pages for your primary page.

I recommend you just follow this exact example to learn and then amend to your specific requirements.

Im this example we want to setup the campaign to show different Primary pages to Android users and iOS users. So we use the platform token & rules.

๐Ÿ’ก There is no way to do an โ€œelseโ€ type page - so you need to make sure you block any values for which you have not setup a page. If you need a more powerful way of running dynamic pages, check out our other tool https://n2.app

1. Setup your campaign to only allow visits

Create a new campaign to test this method. Once you understand it - you can apply it to your own campaigns.

In this case as we want a different page for each platform, add a platform rule to your campaign and select the platforms you are targeting.

CleanShot_2023-10-09_at_10.26.232x.png

When you create the rule it will show like this (note in the table the Platform rule type shows as os)

CleanShot_2023-10-09_at_10.26.422x.png

2. Setup your landing pages

Use the allowed values from step 1 to create your pages. In our example we need 2 which we saved in a folder called pages - of course you can name this anything really. The important thing is that the name of the file or folder to a value that exactly matches the token values.

Like this:

Landing page files setup in a folder called pages. Note our noip client is installed in a folder called shop here.

3. Setup the token in your primary page field

Now reopen your example campaign for editing.

In the primary page field use the file picker - to select one of the landing page files so you can get the correct path.

CleanShot_2023-10-09_at_10.37.412x.png

CleanShot_2023-10-09_at_10.28.142x.png

CleanShot_2023-10-09_at_10.28.252x.png

Now just replace android with [[platform]]

Like this:

CleanShot_2023-10-09_at_10.28.562x.png

So in summary our campaign has these settings:

  1. Title & traffic source set
  2. Status: under review
  3. Dynamic variables: Not set
  4. Primary Page: /home/runner/NoipClient/pages/[[platform]].html
  5. Alternative Page: https://example.com
  6. URL Filter: Not set
  7. Additional Filters: Not Set
  8. Additional Rules:
    1. platform rule (shows as os rule in the table): allow only android, ios
    2. country rule: US

๐Ÿ’ก Double check your primary page uses the [[ and ]] chars around the token - it lets Noip know you want to substitute it for the platform value.

Now save your campaign again.

4. Deploy campaign

For this example we will use the simple link deploy method. For any live campaigns I suggest you use the more secure methods: php path or php embed.

CleanShot_2023-10-09_at_11.00.062x.png

CleanShot_2023-10-09_at_11.04.322x.png

5. Test campaign

To test your Primary page you need to do a couple of things:

  1. Set your campaign to allow all
  2. Customise your Browser useragent so it looks like iOS or Android - here are the useragents for each. Ive added some tips on how to do this in some common browsers.
    1. Android: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.3
    2. iOS: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.
  3. Load the link you copied from Step 4 and open in the browser.

Common Questions

How to change your user agent?

Below are instructions for changing the user agent in the five most common desktop browsers.

Google Chrome

Mozilla Firefox

Apple Safari

Microsoft Edge

โ† Back to Support