TargetedContentInteraction 列舉

定義

定義TargetedContentContainer中每個TargetedContentItem物件所支援的互動數值型別。

public enum class TargetedContentInteraction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentInteraction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentInteraction
var value = Windows.Services.TargetedContent.TargetedContentInteraction.impression
Public Enum TargetedContentInteraction
繼承
TargetedContentInteraction
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Services.TargetedContent.TargetedContentContract (已於 v1.0 引進)
應用程式功能
secondaryAuthenticationFactor

欄位

Accept 7

接受動作。

Canceled 10

取消動作。

ClickThrough 1

點選動作,例如當使用者按一下特定連結時。

Conversion 11

轉換動作,例如當使用者成為付費客戶時。

Decline 8

拒絕動作。

Defer 9

延遲動作。

Dislike 4

不喜歡的動作。

Dismiss 5

關閉動作。

Hover 2

將滑鼠停留在專案上方。

Impression 0

印象,例如使用者開啟應用程式或網站時。

注意

不同的應用程式可以有不同的報告曝光規則。

Ineligible 6

互動表示不符合資格。

Like 3

類似動作。

Opportunity 12

互動表示機會。

適用於

另請參閱