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

ユーザーがアプリや Web サイトを開いた場合など、インプレッション。

注意

アプリによって、インプレッションをレポートするためのルールが異なる場合があります。

Ineligible 6

相互作用は不適格を示します。

Like 3

いいね!アクション。

Opportunity 12

相互作用は、営業案件を示します。

適用対象

こちらもご覧ください