NativeAdClickedEventArgs.RequestId Property

Definition

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

String

Platform::String

winrt::hstring

A value that associates the click event with a specific ad request for telemetry purposes.

Applies to

See also