विज्ञापन जांचने वाला टूल लॉन्च करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
प्लैटफ़ॉर्म चुनें:
Android
iOS
Unity
Flutter
विज्ञापन इंटिग्रेशन की जांच करने से पहले, आपको अपने ऐप्लिकेशन में विज्ञापन जांचने वाले टूल को लॉन्च करना होगा.
इस पेज पर, विज्ञापन जांचने वाले टूल को जेस्चर का इस्तेमाल करके लॉन्च करने का तरीका बताया गया है. साथ ही, इसे प्रोग्राम के हिसाब से लॉन्च करने का तरीका भी बताया गया है.
ज़रूरी शर्तें
जारी रखने से पहले, ये काम करें:
- AdMob खाता बनाने, टेस्ट डिवाइस सेट करने, Google Mobile Ads SDK को शुरू करने, और नया वर्शन इंस्टॉल करने के लिए, ज़रूरी शर्तें पूरी करें.
लॉन्च करने का कोई विकल्प चुनें
विज्ञापन जांचने वाले टूल को इन तरीकों से लॉन्च किया जा सकता है:
- टेस्ट डिवाइस रजिस्टर करने के बाद, AdMob यूज़र इंटरफ़ेस (यूआई) में चुने गए जेस्चर का इस्तेमाल करें. ज़्यादा जानकारी के लिए, टेस्ट डिवाइस सेट अप करना लेख पढ़ें.
- Google Mobile Ads SDK के ज़रिए प्रोग्राम के हिसाब से.
हाथ के जेस्चर का इस्तेमाल करके लॉन्च करना
जेस्चर की मदद से विज्ञापन जांचने वाले टूल को लॉन्च करने के लिए, वह जेस्चर करें जिसे आपने AdMob यूज़र इंटरफ़ेस (यूआई) में अपने टेस्ट डिवाइस के लिए कॉन्फ़िगर किया है. जैसे, दो बार फ़्लिक करना या हिलाना. ज़्यादा जानकारी के लिए, विज्ञापन जांचने वाले टूल की मदद से, अपने ऐप्लिकेशन की जांच करना लेख पढ़ें.
AdMob यूज़र इंटरफ़ेस (यूआई) में कोई जेस्चर सेट करने के बाद, उसे लागू होने में कुछ समय लगता है. Google Mobile Ads SDK के ज़रिए विज्ञापन का अनुरोध करें, ताकि आपके टेस्ट डिवाइस पर जेस्चर सेटिंग रजिस्टर हो सके. अगर विज्ञापन जांचने वाले टूल में, आपके जेस्चर से विज्ञापन नहीं खुलता है, तो कोई विज्ञापन लोड करने की कोशिश करें. इसके बाद, अपने ऐप्लिकेशन को रीस्टार्ट करें और जेस्चर की फिर से जांच करें.
प्रोग्राम के हिसाब से लॉन्च करना
विज्ञापन जांचने वाले टूल को लॉन्च करने के लिए, यह कमांड चलाएं:
Java
MobileAds.openAdInspector(
context,
new OnAdInspectorClosedListener() {
public void onAdInspectorClosed(@Nullable AdInspectorError error) {
// Error will be non-null if ad inspector closed due to an error.
}
});
Kotlin
MobileAds.openAdInspector(context) { error ->
// Error will be non-null if ad inspector closed due to an error.
}
यह तरीका, प्रोग्राम के हिसाब से या AdMob यूज़र इंटरफ़ेस (यूआई) में रजिस्टर किए गए टेस्ट डिवाइसों के लिए काम करता है.
ज़्यादा जानकारी के लिए, टेस्ट डिवाइस चालू करना लेख पढ़ें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-06 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-09-06 (UTC) को अपडेट किया गया."],[],[],null,["Select platform: [Android](/admob/android/ad-inspector/launch-ad-inspector \"View this page for the Android platform docs.\") [iOS](/admob/ios/ad-inspector/launch-ad-inspector \"View this page for the iOS platform docs.\") [Unity](/admob/unity/ad-inspector/launch-ad-inspector \"View this page for the Unity platform docs.\") [Flutter](/admob/flutter/ad-inspector/launch-ad-inspector \"View this page for the Flutter platform docs.\")\n\n\u003cbr /\u003e\n\nBefore you test your ad integration, you must launch ad inspector in your app.\nThis page covers how to launch ad inspector\nusing gestures\nand how to launch\nprogrammatically.\n\nPrerequisites\n\nBefore you continue, do the following:\n\n- Complete all items in the initial [Prerequisites](/admob/android/ad-inspector#prerequisites) to create an AdMob account, set your test device, initialize Google Mobile Ads SDK, and install the latest version.\n\nChoose a launch option\n\nYou can launch ad inspector in the following ways:\n\n- Use the gesture you selected in the AdMob UI after registering a test device. For details, see [Set up a test device](https://support.google.com/admob/answer/9691433).\n- Programmatically through the Google Mobile Ads SDK.\n\nLaunch using gestures\n\nTo launch ad inspector with a gesture, perform the gesture, such as a double\nflick or shake, that you configured in AdMob UI for your test\ndevice. For more details, see\n[Test your app with ad inspector](https://support.google.com/admob/answer/10159602).\n\nAfter you set a gesture in the AdMob UI, allow time to propagate. Make an ad\nrequest through the Google Mobile Ads SDK to register your\ngesture setting with your test device. If performing your gesture fails to\nopen in ad inspector, try to load an ad, restart your app, and test the gesture\nagain.\n\nLaunch programmatically\n\nLaunch ad inspector by running the following: \n\nJava \n\n MobileAds.openAdInspector(\n context,\n new OnAdInspectorClosedListener() {\n public void onAdInspectorClosed(@Nullable AdInspectorError error) {\n // Error will be non-null if ad inspector closed due to an error.\n }\n }); \n https://github.com/googleads/googleads-mobile-android-examples/blob/ccc290a583d7f552bdcf81ea76adc05beaa43f0b/java/advanced/APIDemo/app/src/main/java/com/google/android/gms/snippets/AdInspectorSnippets.java#L28-L34\n\nKotlin \n\n MobileAds.openAdInspector(context) { error -\u003e\n // Error will be non-null if ad inspector closed due to an error.\n } \n https://github.com/googleads/googleads-mobile-android-examples/blob/ccc290a583d7f552bdcf81ea76adc05beaa43f0b/kotlin/advanced/APIDemo/app/src/main/java/com/google/android/gms/snippets/AdInspectorSnippets.kt#L25-L27\n\nThis method works for test devices registered\nprogrammatically or in the AdMob UI.\nFor more details, see\n[Enable test devices](/admob/android/test-ads#enable_test_devices)."]]