NativeAdClickedEventArgs.RequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that associates the click event with a specific ad request for telemetry purposes.
public:
property Platform::String ^ RequestId { Platform::String ^ get(); };
winrt::hstring RequestId();
public string RequestId { get; }
var string = nativeAdClickedEventArgs.requestId;
Public ReadOnly Property RequestId As String
Property Value
A value that associates the click event with a specific ad request for telemetry purposes.