ReportImpressionRequest
public
class
ReportImpressionRequest
extends Object
java.lang.Object | |
↳ | android.adservices.adselection.ReportImpressionRequest |
ייצוג של פרמטרים של קלט ל-reportImpression API.
סיכום
יוצרים ציבוריים | |
---|---|
ReportImpressionRequest(long adSelectionId, AdSelectionConfig adSelectionConfig)
יצירת אב לבקשת דיווח על בחירת מודעות במכשיר. |
|
ReportImpressionRequest(long adSelectionId)
יצירת אב לבקשת דיווח על בחירת מודעות בשרת המכרז. |
שיטות ציבוריות | |
---|---|
AdSelectionConfig
|
getAdSelectionConfig()
הפונקציה מחזירה את הפרמטר adSelectionConfig, אחד מהערכים שהוזן אל |
long
|
getAdSelectionId()
הפונקציה מחזירה את adSelectionId, אחד מהנתונים הנכנסים של |
שיטות שעברו בירושה | |
---|---|
יוצרים ציבוריים
ReportImpressionRequest
public ReportImpressionRequest (long adSelectionId, AdSelectionConfig adSelectionConfig)
יצירת אב לבקשת דיווח על בחירת מודעות במכשיר.
אם adSelectionId
הוא למכרז במכשיר שמופעל באמצעות AdSelectionManager.selectAds(android.adservices.adselection.AdSelectionConfig, java.util.concurrent.Executor, android.os.OutcomeReceiver)
, בקשת הדיווח על חשיפות חייבת לכלול את AdSelectionConfig
.
פרמטרים | |
---|---|
adSelectionId |
long : התקבל מאת AdSelectionManager#selectAds(AdSelectionConfig,
Executor, OutcomeReceiver) |
adSelectionConfig |
AdSelectionConfig : אותו AdSelectionConfig ששימש להפעלה של AdSelectionManager.selectAds(android.adservices.adselection.AdSelectionConfig, java.util.concurrent.Executor, android.os.OutcomeReceiver)
הערך הזה לא יכול להיות null . |
ReportImpressionRequest
public ReportImpressionRequest (long adSelectionId)
יצירת אב לבקשת דיווח על בחירת מודעות בשרת המכרז.
אם adSelectionId
הוא למכרז שמוצג בשרת שבו פרטי המכשיר נאספים על ידי AdSelectionManager#getAdSelectionData
, בקשת הדיווח על חשיפות צריכה לכלול רק את מזהה בחירת המודעה.
לפני ששולחים בקשה לדיווח על חשיפות, צריך להפעיל את AdSelectionManager#persistAdSelectionResult
עם ה-blob המוצפן של התוצאה המוצפנת.
פרמטרים | |
---|---|
adSelectionId |
long : התקבל מאת AdSelectionManager#getAdSelectionData |
שיטות ציבוריות
getAdSelectionConfig
public AdSelectionConfig getAdSelectionConfig ()
הפונקציה מחזירה את adSelectionConfig, אחת מהכניסות ל-ReportImpressionRequest
החזרות | |
---|---|
AdSelectionConfig |
הערך לא יכול להיות null . |
getAdSelectionId
public long getAdSelectionId ()
הפונקציה מחזירה את adSelectionId, אחד מהנתונים הנכנסים של ReportImpressionRequest
החזרות | |
---|---|
long |