Multiple Click

Clicks on advertising should be sent to the AdServer, to account for and redirect the user to the correct page.

You can build a banner with many redirects

In case you have several areas, and each one has a different url redirection.

First you have to initialize your url redirection inside the initData.

ADventori.initData({
    url1:"https://www.google.com/?q=1",
    url2:"https://www.google.com/?q=2",
    urlGlobal:"https://www.google.com/?q=3"
});

Then, on each area of items, add an event click to manage redirection and add the following code: ADventori.click(event,data);.

Google Web Designer Multiclick

Example

Download the example

You must remove any other click from another AdServer!