Skip to main content

Click URL Customization

The click URL can send your visitors from lander to offer, it looks like below:

https://YOUR-DOMAIN-NAME/click

MaxConv provides a few method to extend its main usage.

1. Passing data from a lander to an affiliate network

You can add any parameter and value to the click URL to send data to affiliate network. For instance, to send the lander name and zone id to affiliate network, the click URL should look like the following:

https://yourdomain.com/click?sub2=lander-red&sub3=zone-2

Where sub2 and sub3 are the parameters supported by your affiliate network for passing data, "lander-red" is the custom landing page name, and "zone-2" is the zone id that needs to be passed to the affiliate network.

The multi-offer click URL work same:

https://yourdomain.com/click/1?sub2=lander-red&sub3=zone-2

https://yourdomain.com/click/2?sub2=lander-red&sub3=zone-2

tip

This feature also works when using direct transition from lander to offer.

2. Skip counting clicks, CTR and TTB

When implementing the back button script or similar "free traffic" method on your lander, you may want to turn off the clicks, CTR and TTB(time to bounce) for this traffic in order to keep the stats accurate.

To do it, just append mc_exit=1 to the click URL, for instance - https://yourdomain.com/click?mc_exit=1