I have implemented adduplex control exactly the same way as specified in adduplex website :
<adduplex:AdControl x:Name="adDuplexAd"
AppId="YOUR_AppId_HERE"
/>
I used the nuget installation way and the following namespace :
xmlns:adduplex="clr-namespace:AdDuplex;assembly=AdDuplex.WindowsPhone"
The app displays ads perfectly however whenever the ads in the app are clicked , nothing happens , I tried searching on the adduplex blog , but didnt get anything .
I googled but still didn't get any substantial result . Is it some API error ?
Please help !