דוחהחשיפות

public class ReportImpressionRequest
extends Object

java.lang.Object
android.adservices.adselection.Report שמאלRequest


ייצוג פרמטרים של קלט ל-Reportimpression API.

סיכום

בנאים ציבוריים

ReportImpressionRequest(long adSelectionId, AdSelectionConfig adSelectionConfig)

מרכז בקרה של בקשת דיווח על בחירת מודעות במכשיר.

ReportImpressionRequest(long adSelectionId)

נאמן מידע לבקשת דיווח על בחירת מודעות בשרת מכרזים.

שיטות ציבוריות

AdSelectionConfig getAdSelectionConfig()

הפונקציה מחזירה את הפרמטר adSelectionConfig, אחד מהערכים שהוזן אל ReportImpressionRequest

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.

דוחהחשיפות

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