Share via


FeedAnalyticsInfoReportedArgs Class

Definition

Provides data for the OnAnalyticsInfoReported event which is raised when the feeds host reports analytics data associated with a user interaction with a feed.

public ref class FeedAnalyticsInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedAnalyticsInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedAnalyticsInfoReportedArgs
Public NotInheritable Class FeedAnalyticsInfoReportedArgs
Inheritance
Object Platform::Object IInspectable FeedAnalyticsInfoReportedArgs
Attributes

Properties

AnalyticsJson

Gets a JSON string describing the user interaction that triggered the analytics event.

FeedDefinitionId

Gets the definition ID of the feed associated with the analytics info.

FeedProviderDefinitionId

Gets the definition ID of the feed provider associated with the analytics info.

Applies to