Để gỡ lỗi và ghi nhật ký, quảng cáo đã tải thành công sẽ cung cấp đối tượng ResponseInfo
. Đối tượng này chứa thông tin về quảng cáo đã tải, ngoài thông tin về quy trình dàn xếp kiểu thác nước được dùng để tải quảng cáo.
Trong trường hợp quảng cáo tải thành công, đối tượng quảng cáo sẽ sử dụng phương thức GetResponseInfo()
. Ví dụ: interstitialAd.GetResponseInfo()
nhận thông tin phản hồi về quảng cáo xen kẽ đã tải.
Trong trường hợp quảng cáo không tải được và chỉ có một lỗi, bạn có thể xem thông tin phản hồi thông qua LoadAdError.GetResponseInfo()
.
private void LoadInterstitialAd()
{
AdRequest adRequest = new AdRequest();
InterstitialAd.Load("AD_UNIT_ID", adRequest, (InterstitialAd insterstitialAd, LoadAdError error) =>
{
// If the operation failed with a reason.
if (error != null)
{
ResponseInfo errorInfo = error.GetResponseInfo();
Debug.LogError("Interstitial ad failed to load an ad with error : " + error);
return;
}
ResponseInfo loadInfo = insterstitialAd.GetResponseInfo();
});
}
Thông tin phản hồi
Kết quả mẫu sau đây do ResponseInfo.ToString()
trả về, thể hiện dữ liệu gỡ lỗi được trả về cho một quảng cáo đã tải:
Android
{ "Response ID": "COOllLGxlPoCFdAx4Aod-Q4A0g", "Mediation Adapter Class Name": "com.google.ads.mediation.admob.AdMobAdapter", "Adapter Responses": [ { "Adapter": "com.google.ads.mediation.admob.AdMobAdapter", "Latency": 328, "Ad Source Name": "Reservation campaign", "Ad Source ID": "7068401028668408324", "Ad Source Instance Name": "[DO NOT EDIT] Publisher Test Interstitial", "Ad Source Instance ID": "4665218928925097", "Credentials": {}, "Ad Error": "null" } ], "Loaded Adapter Response": { "Adapter": "com.google.ads.mediation.admob.AdMobAdapter", "Latency": 328, "Ad Source Name": "Reservation campaign", "Ad Source ID": "7068401028668408324", "Ad Source Instance Name": "[DO NOT EDIT] Publisher Test Interstitial", "Ad Source Instance ID": "4665218928925097", "Credentials": {}, "Ad Error": "null" }, "Response Extras": { "mediation_group_name": "Campaign" } }
iOS
** Response Info ** Response ID: CIzs0ZO5kPoCFRqWAAAdJMINpQ Network: GADMAdapterGoogleAdMobAds ** Loaded Adapter Response ** Network: GADMAdapterGoogleAdMobAds Ad Source Name: Reservation campaign Ad Source ID: 7068401028668408324 Ad Source Instance Name: [DO NOT EDIT] Publisher Test Interstitial Ad Source Instance ID: [DO NOT EDIT] Publisher Test Interstitial AdUnitMapping: { } Error: (null) Latency: 0.391 ** Extras Dictionary ** { "mediation_group_name" = Campaign; } ** Mediation line items ** Entry (1) Network: GADMAdapterGoogleAdMobAds Ad Source Name: Reservation campaign Ad Source ID:7068401028668408324 Ad Source Instance Name: [DO NOT EDIT] Publisher Test Interstitial Ad Source Instance ID: [DO NOT EDIT] Publisher Test Interstitial AdUnitMapping: { } Error: (null) Latency: 0.391
Các phương thức trên đối tượng ResponseInfo
bao gồm:
Phương thức | Mô tả |
---|---|
GetAdapterResponses |
Trả về danh sách AdapterResponseInfo chứa siêu dữ liệu cho từng bộ chuyển đổi có trong nội dung phản hồi quảng cáo. Bạn có thể sử dụng danh sách này để gỡ lỗi cách đặt giá thầu và cách thực thi quy trình dàn xếp kiểu thác nước. Thứ tự của danh sách này khớp với thứ tự của quy trình dàn xếp kiểu thác nước cho yêu cầu quảng cáo này.
Xem bài viết Thông tin phản hồi của bộ chuyển đổi để biết thêm thông tin. |
GetLoadedAdapterResponseInfo |
Trả về AdapterResponseInfo tương ứng với bộ chuyển đổi đã tải quảng cáo. |
GetMediationAdapterClassName |
Trả về tên lớp bộ chuyển đổi dàn xếp của mạng quảng cáo đã tải quảng cáo. |
GetResponseId |
Giá trị nhận dạng nội dung phản hồi là giá trị nhận dạng duy nhất của nội dung phản hồi quảng cáo. Hệ thống có thể sử dụng giá trị nhận dạng này để xác định và chặn quảng cáo trong Trung tâm xem xét quảng cáo (ARC). |
GetResponseExtras |
Trả về thông tin bổ sung về nội dung phản hồi quảng cáo. Phương thức khác có thể trả về các khoá sau:
|
Sau đây là ví dụ mẫu về các giá trị đọc của một ResponseInfo
đã tải:
private void LoadInterstitialAd()
{
AdRequest adRequest = new AdRequest();
InterstitialAd.Load("AD_UNIT_ID", adRequest, (InterstitialAd insterstitialAd, LoadAdError error) =>
{
// If the operation failed with a reason.
if (error != null)
{
Debug.LogError("Interstitial ad failed to load an ad with error : " + error);
return;
}
ResponseInfo responseInfo = insterstitialAd.GetResponseInfo();
string responseId = responseInfo.GetResponseId();
string mediationAdapterClassName = responseInfo.GetMediationAdapterClassName();
List<AdapterResponseInfo> adapterResponses = responseInfo.GetAdapterResponses();
AdapterResponseInfo loadedAdapterResponseInfo = responseInfo.GetLoadedAdapterResponseInfo();
Dictionary<string, string> extras = responseInfo.GetResponseExtras();
string mediationGroupName = extras["mediation_group_name"];
string mediationABTestName = extras["mediation_ab_test_name"];
string mediationABTestVariant = extras["mediation_ab_test_variant"];
});
}
Thông tin phản hồi của bộ chuyển đổi
AdapterResponseInfo
chứa siêu dữ liệu cho mỗi bộ chuyển đổi có trong nội dung phản hồi quảng cáo. Bạn có thể sử dụng siêu dữ liệu này để gỡ lỗi cho cách đặt giá thầu và cách thực thi quy trình dàn xếp kiểu thác nước. Thứ tự của danh sách này khớp với thứ tự của quy trình dàn xếp kiểu thác nước cho yêu cầu quảng cáo.
Sau đây là kết quả mẫu do AdapterResponseInfo
trả về:
Android
{ "Adapter": "com.google.ads.mediation.admob.AdMobAdapter", "Latency": 328, "Ad Source Name": "Reservation campaign", "Ad Source ID": "7068401028668408324", "Ad Source Instance Name": "[DO NOT EDIT] Publisher Test Interstitial", "Ad Source Instance ID": "4665218928925097", "Credentials": {}, "Ad Error": "null" }
iOS
Network: GADMAdapterGoogleAdMobAds Ad Source Name: Reservation campaign Ad Source ID: 7068401028668408324 Ad Source Instance Name: [DO NOT EDIT] Publisher Test Interstitial Ad Source Instance ID: [DO NOT EDIT] Publisher Test Interstitial AdUnitMapping: { } Error: (null) Latency: 0.391
Đối với mỗi mạng quảng cáo, AdapterResponseInfo
sẽ cung cấp các phương thức sau:
Phương thức | Mô tả |
---|---|
AdError |
Xem lỗi liên quan đến yêu cầu được gửi tới mạng. Trả về null nếu mạng đã tải quảng cáo thành công hoặc nếu mạng chưa thử tải quảng cáo. |
AdSourceId |
Xem mã nguồn quảng cáo liên quan đến nội dung phản hồi của bộ chuyển đổi này. Đối với chiến dịch, 6060308706800320801 được trả về cho loại mục tiêu chiến dịch của quảng cáo đã dàn xếp, còn 7068401028668408324 được trả về cho loại mục tiêu lượt hiển thị và lượt nhấp. Xem mục Nguồn quảng cáo để biết danh sách mã nguồn quảng cáo có thể có khi mạng quảng cáo phân phát quảng cáo. |
AdSourceInstanceId |
Xem mã bản sao nguồn quảng cáo liên quan đến nội dung phản hồi của bộ chuyển đổi này. |
AdSourceInstanceName |
Xem tên bản sao nguồn quảng cáo liên quan đến nội dung phản hồi của bộ chuyển đổi này. |
AdSourceName |
Xem nguồn quảng cáo đại diện cho mạng quảng cáo cụ thể phân phát
lượt hiển thị. Đối với chiến dịch, Mediated House Ads được trả về cho loại mục tiêu chiến dịch của quảng cáo đã dàn xếp, còn Reservation Campaign được trả về cho loại mục tiêu lượt hiển thị và lượt nhấp. Xem mục Nguồn quảng cáo để biết danh sách tên nguồn quảng cáo có thể có khi mạng quảng cáo phân phát quảng cáo. |
AdapterClassName |
Xem tên lớp giúp xác định mạng quảng cáo. |
AdUnitMapping |
Xem cấu hình mạng được đặt trên giao diện người dùng AdMob. |
LatencyMillis |
Xem thời lượng mà mạng quảng cáo cần để tải một quảng cáo.
Trả về 0 nếu mạng chưa thử tải quảng cáo. |
Sau đây là ví dụ mẫu về các giá trị đọc của một AdapterResponseInfo
đã tải:
private void LoadInterstitialAd()
{
AdRequest adRequest = new AdRequest();
InterstitialAd.Load("AD_UNIT_ID", adRequest, (InterstitialAd insterstitialAd, LoadAdError error) =>
{
// If the operation failed with a reason.
if (error != null)
{
Debug.LogError("Interstitial ad failed to load an ad with error : " + error);
return;
}
ResponseInfo responseInfo = insterstitialAd.GetResponseInfo();
AdapterResponseInfo loadedAdapterResponseInfo = responseInfo.getLoadedAdapterResponseInfo();
AdError adError = loadedAdapterResponseInfo.AdError;
string adSourceId = loadedAdapterResponseInfo.AdSourceId;
string adSourceInstanceId = loadedAdapterResponseInfo.AdSourceInstanceId;
string adSourceInstanceName = loadedAdapterResponseInfo.AdSourceInstanceName;
string adSourceName = loadedAdapterResponseInfo.AdSourceName;
string adapterClassName = loadedAdapterResponseInfo.AdapterClassName;
Dictionary<string, string> credentials = loadedAdapterResponseInfo.AdUnitMapping;
long latencyMillis = loadedAdapterResponseInfo.LatencyMillis;
});
}