למטרות ניפוי באגים ורישום ביומן, מודעות שנפרסו בהצלחה מספקות אובייקט ResponseInfo. האובייקט הזה מכיל מידע על המודעה שהוא טען.
לכל מחלקה של פורמט מודעה יש מאפיין responseInfo שאוכלס אחרי הטעינה שלו.
המאפיינים ב-ResponseInfo כוללים:
נכס
תיאור
adapterResponses
רשימת AdapterResponseInfo שמכילה מטא-נתונים של כל מתאם שכלול בתגובה לבקשת המודעה. אפשר להשתמש בה כדי לנפות באגים בביצוע של בידינג ושל Waterfall Mediation. הסדר ברשימה תואם לסדר של רשימת הרשתות בתהליך בחירת הרשת עבור הבקשה הזו להצגת מודעה.
mediation_ab_test_variant: הווריאציה שנעשה בה שימוש בבדיקת A/B של תהליך בחירת הרשת, אם רלוונטי
פרטי התגובה של המתאם
AdapterResponseInfo מכיל מטא-נתונים לכל מתאם שכלול בתגובה לבקשת המודעה. אפשר להשתמש במטא-נתונים האלה כדי לנפות באגים בתהליך בחירת הרשת ובבידינג. הסדר של הרשימה תואם לסדר של רשימת הרשתות בתהליך בחירת הרשת עבור הבקשה להצגת מודעה.
לכל רשת מודעות, AdapterResponseInfo מספק את המאפיינים הבאים:
נכס
תיאור
adapterClassName
שם מחלקה שמזהה את רשת המודעות.
credentials
תיאור מחרוזת של פרטי הכניסה של המתאם שצוינו בממשק המשתמש של AdMob.
adError
שגיאה שמשויכת לבקשה לרשת. Null אם הרשת טענה מודעה בהצלחה או אם לא נעשה ניסיון לטעון מודעה מהרשת.
latencyMillis
משך הזמן שרשת המודעות השקיעה בטעינת מודעה. 0 אם לא נעשה ניסיון להתחבר לרשת.
description
גרסת מחרוזת ידידותית ליומן של AdapterResponseInfo.
[null,null,["עדכון אחרון: 2025-09-02 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eResponseInfo\u003c/code\u003e object, accessible via the \u003ccode\u003eresponseInfo\u003c/code\u003e property of ad format classes, provides debugging and logging data for successfully loaded ads.\u003c/p\u003e\n"],["\u003cp\u003eThis object includes details such as adapter responses, the loading adapter, mediation information, a unique response ID, and optional response extras.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAdapterResponseInfo\u003c/code\u003e objects within \u003ccode\u003eResponseInfo\u003c/code\u003e offer insights into each adapter's performance in the mediation waterfall, including latency, errors, and credentials.\u003c/p\u003e\n"],["\u003cp\u003eThese objects are crucial for understanding ad loading behavior and diagnosing issues in the ad serving process.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/admob/android/response-info \"View this page for the Android platform docs.\") [iOS](/admob/ios/response-info \"View this page for the iOS platform docs.\") [Unity](/admob/unity/response-info \"View this page for the Unity platform docs.\") [Flutter](/admob/flutter/response-info \"View this page for the Flutter platform docs.\")\n\n\u003cbr /\u003e\n\nFor debugging and logging purposes, successfully loaded ads provide a\n`ResponseInfo` object. This object contains information about the ad it loaded.\nEach ad format class has a property `responseInfo` which is populated after\nit loads.\n\nProperties on the `ResponseInfo` include:\n\n| Property | Description |\n|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adapterResponses` | The list of `AdapterResponseInfo` containing metadata for each adapter included in the ad response. Can be used to debug the waterfall mediation and bidding execution. The order of the list matches the order of the mediation waterfall for this ad request. See [Adapter Response Info](#adapter_response_info) for more information. |\n| `loadedAdapterResponseInfo` | Returns the `AdapterResponseInfo` corresponding to the adapter that loaded the ad. |\n| `mediationAdapterClassName` | Returns the mediation adapter class name of the ad network that loaded the ad. |\n| `responseId` | The response identifier is a unique identifier for the ad response. This identifier can be used to identify and block the ad in the [Ads Review Center (ARC)](//support.google.com/admob/answer/3480906). |\n| `responseExtras` | | **Beta:** This API is in beta. Returned values can change without an SDK release. Returns extra information about the ad response. Extras may return the following keys: - `mediation_group_name`: The name of the mediation group - `mediation_ab_test_name`: The name of the [mediation A/B test](//support.google.com/admob/answer/9572326), if applicable - `mediation_ab_test_variant`: The variant used in the mediation A/B test, if applicable |\n\nAdapter Response Info\n\n`AdapterResponseInfo` contains metadata for each adapter included in the ad\nresponse which can be used to debug the waterfall mediation and bidding\nexecution. The order of the list matches the order of the mediation waterfall\nfor the ad request.\n\nFor each ad network, `AdapterResponseInfo` provides the following\nproperties:\n\n| Property | Description |\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `adapterClassName` | A class name that identifies the ad network. |\n| `credentials` | A string description of adapter credentials specified in the AdMob UI. |\n| `adError` | Error associated with the request to the network. Null if the network successfully loaded an ad or if the network was not attempted. |\n| `latencyMillis` | Amount of time the ad network spent loading an ad. `0` if the network was not attempted. |\n| `description` | A log friendly string version of the AdapterResponseInfo. |"]]