ReportImpressionRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ReportImpressionRequest(Int64) |
オークション サーバー広告選択レポート要求の Ctor。 |
| ReportImpressionRequest(Int64, AdSelectionConfig) |
デバイス上の広告選択レポート要求の Ctor。 |
| ReportImpressionRequest(IntPtr, JniHandleOwnership) |
ReportImpressionRequest(Int64)
オークション サーバー広告選択レポート要求の Ctor。
[Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=35)]
public ReportImpressionRequest(long adSelectionId);
[<Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=35)>]
new Android.AdServices.AdSelection.ReportImpressionRequest : int64 -> Android.AdServices.AdSelection.ReportImpressionRequest
パラメーター
- adSelectionId
- Int64
から受信 AdSelectionManager#getAdSelectionData
- 属性
注釈
オークション サーバー広告選択レポート要求の Ctor。
adSelectionIdが、AdSelectionManager#getAdSelectionDataによって収集されたデバイス情報が含まれるサーバー オークション実行の場合、インプレッション レポート要求には広告選択 ID のみを含める必要があります。
AdSelectionManager#persistAdSelectionResult は、インプレッション レポート要求を行う前に、サーバーから暗号化された結果 BLOB を使用して呼び出す必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
ReportImpressionRequest(Int64, AdSelectionConfig)
デバイス上の広告選択レポート要求の Ctor。
[Android.Runtime.Register(".ctor", "(JLandroid/adservices/adselection/AdSelectionConfig;)V", "", ApiSince=34)]
public ReportImpressionRequest(long adSelectionId, Android.AdServices.AdSelection.AdSelectionConfig adSelectionConfig);
[<Android.Runtime.Register(".ctor", "(JLandroid/adservices/adselection/AdSelectionConfig;)V", "", ApiSince=34)>]
new Android.AdServices.AdSelection.ReportImpressionRequest : int64 * Android.AdServices.AdSelection.AdSelectionConfig -> Android.AdServices.AdSelection.ReportImpressionRequest
パラメーター
- adSelectionId
- Int64
から受信 AdSelectionManager#selectAds(AdSelectionConfig,
Executor, OutcomeReceiver)
- adSelectionConfig
- AdSelectionConfig
トリガーに使用されるのと同じAdSelectionConfigAdSelectionManager#selectAds(AdSelectionConfig, Executor, OutcomeReceiver)
- 属性
注釈
デバイス上の広告選択レポート要求の Ctor。
adSelectionIdがAdSelectionManager#selectAds(AdSelectionConfig, Executor, OutcomeReceiver)を使用したデバイス上のオークション実行の場合は、インプレッション レポート要求にAdSelectionConfigを含める必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
ReportImpressionRequest(IntPtr, JniHandleOwnership)
protected ReportImpressionRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AdServices.AdSelection.ReportImpressionRequest : nativeint * Android.Runtime.JniHandleOwnership -> Android.AdServices.AdSelection.ReportImpressionRequest
パラメーター
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership