Clicks on advertising should be sent to the AdServer, to account for and redirect the user to the correct page.
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);
.
You must remove any other click from another AdServer!