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, אחד מהערכים שהוזן אל ReportImpressionRequest

long getAdSelectionId()

הפונקציה מחזירה את adSelectionId, אחד מהנתונים הנכנסים של ReportImpressionRequest

שיטות שעברו בירושה

יוצרים ציבוריים

ReportImpressionRequest

נוספה ב-רמת API 34
מופיעה גם ב-Ad Services Extensions 4
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

נוספה ב-רמת API 34
מופיעה גם ב-Ad Services Extensions 4
public AdSelectionConfig getAdSelectionConfig ()

הפונקציה מחזירה את adSelectionConfig, אחת מהכניסות ל-ReportImpressionRequest

החזרות
AdSelectionConfig הערך לא יכול להיות null.

getAdSelectionId

נוספה ב-רמת API 34
מופיעה גם ב-Ad Services Extensions 4
public long getAdSelectionId ()

הפונקציה מחזירה את adSelectionId, אחד מהנתונים הנכנסים של ReportImpressionRequest

החזרות
long