शुरू करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
प्लैटफ़ॉर्म चुनें:
Android
iOS
Flutter
Unity
नेटिव विज्ञापन, विज्ञापन ऐसेट होते हैं. इन्हें उपयोगकर्ताओं को ऐसे यूज़र इंटरफ़ेस (यूआई) कॉम्पोनेंट के साथ दिखाया जाता है जो प्लैटफ़ॉर्म के लिए नेटिव होते हैं. कोडिंग की भाषा में इसका मतलब यह है कि जब कोई नेटिव विज्ञापन लोड होता है, तो आपका ऐप्लिकेशन एक NativeAd
ऑब्जेक्ट पाता है. इसमें विज्ञापन की ऐसेट शामिल होती हैं. इसके बाद, Google Mobile Ads SDK के बजाय आपका ऐप्लिकेशन, इन ऐसेट को दिखाने के लिए ज़िम्मेदार होता है.
इस विज्ञापन फ़ॉर्मैट का इस्तेमाल तब किया जाता है, जब आपको अपने विज्ञापनों के लुक को स्टाइल करने के लिए ज़्यादा कंट्रोल चाहिए.
अगर आपको इन सुविधाओं की ज़रूरत नहीं है, तो हमारे किसी दूसरे विज्ञापन फ़ॉर्मैट का इस्तेमाल करें.
अपने Flutter ऐप्लिकेशन में नेटिव विज्ञापन दिखाने के दो तरीके हैं:
- नेटिव टेंप्लेट: पहले से तय किए गए नेटिव टेंप्लेट, जिन्हें Dart API की मदद से स्टाइल किया गया है.
- प्लैटफ़ॉर्म सेटअप: Android और iOS लेआउट टूल का इस्तेमाल करके, प्लैटफ़ॉर्म के हिसाब से तय किए गए कस्टम लेआउट.
नेटिव टेंप्लेट
आपके पास दो तरह के टेंप्लेट में से चुनने का विकल्प होता है: छोटा या मीडियम. हर टेंप्लेट में यूज़र इंटरफ़ेस (यूआई) स्टाइलिंग के विकल्प होते हैं. हालांकि, ये विकल्प प्लैटफ़ॉर्म सेटअप लागू करने की तुलना में कम सुविधाएँ देते हैं.
छोटा |
 Android
|
 iOS
|
मीडियम |
 Android
|
 iOS
|
Dart में नेटिव टेंप्लेट लागू करने के बारे में जानकारी के लिए, नेटिव टेंप्लेट देखें.
अगर आपको Android और iOS, दोनों प्लैटफ़ॉर्म पर अपने विज्ञापनों के लुक और फ़ील पर पूरा कंट्रोल चाहिए, तो प्लैटफ़ॉर्म सेटअप बेहतर है. हालांकि, आपको दोनों के लिए कोड लिखना होगा.
प्लैटफ़ॉर्म के हिसाब से सेटअप करने के निर्देशों के लिए, प्लैटफ़ॉर्म सेटअप देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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) को अपडेट किया गया."],[[["\u003cp\u003eNative ads give you control over the ad's look and feel by providing ad assets that your app displays using its own UI components.\u003c/p\u003e\n"],["\u003cp\u003eYou can implement native ads using pre-defined templates with styling options or with platform-specific custom layouts for maximum control.\u003c/p\u003e\n"],["\u003cp\u003eNative templates offer small and medium size options with some styling flexibility while platform setup requires Android and iOS code for full customization.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/ad-manager/mobile-ads-sdk/android/native \"View this page for the Android platform docs.\") [iOS](/ad-manager/mobile-ads-sdk/ios/native \"View this page for the iOS platform docs.\") [Flutter](/ad-manager/mobile-ads-sdk/flutter/native \"View this page for the Flutter platform docs.\") [Unity](/ad-manager/mobile-ads-sdk/unity/native-overlay \"View this page for the Unity platform docs.\")\n\n\u003cbr /\u003e\n\nNative ads are ad assets presented to users with UI components native to the\nplatform. In coding terms, this means that when a native ad loads, your app\nreceives a `NativeAd` object that contains its assets, and your app---rather\nthan Google Mobile Ads SDK---is then responsible for displaying them.\n\nThis ad format is for when you want more control to style the look of your ads.\nIf you don't need these features, use one of our other ad formats.\n\nThere are two ways to display native ads in your Flutter app:\n\n- **Native templates:** Pre-defined native templates styled with a Dart API.\n- **Platform setup:** Custom platform-specific layouts defined using Android and iOS layout tools.\n\nNative templates\n\nThere are two template types to choose from: small or medium. Each template\ncomes with UI styling options; however, they offer less customization than\nthe platform setup implementation.\n\n| Small |\n|-------------|---------|\n| **Android** | **iOS** |\n| **Android** | **iOS** |\n\nFor native templates implementation details in Dart, see [Native\ntemplates](/ad-manager/mobile-ads-sdk/flutter/native/templates).\n\nPlatform setup\n\nPlatform setup is better when you need complete control of the look and feel for\nyour ads on both Android and iOS platforms, but you'll need to write code for\nboth.\n\nFor platform-specific setup instructions, see [Platform\nsetup](/ad-manager/mobile-ads-sdk/flutter/native/platforms)."]]