How to get the event when clicking the microsoft ad in uwp
问题 I'm using Microsoft Advertising SDK for xaml. And my app can show the ad now. But I want to know the event when user click the ad. None of the following event worked. <ads:AdControl x:Name="adAd" Grid.Row="3" ApplicationId="" AdUnitId="" Width="300" Height="250" AdRefreshed="OnAdRefreshed" ErrorOccurred="OnErrorOccurred" Tapped="OnAdTapped" OnPointerDown="OnAdPointerDown" PointerPressed="OnAdPointerPressed"/> 回答1: None of the following event worked. Actually, you could not use the above event