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 add your click on the element choosen by using the following code :
onclick="ADventori.click(event,data);
Don’t forget to remove the global click installed on this step !