শুরু করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নেটিভ বিজ্ঞাপন হল প্ল্যাটফর্মের নেটিভ UI উপাদান সহ ব্যবহারকারীদের কাছে উপস্থাপিত বিজ্ঞাপন সম্পদ। কোডিং পরিভাষায়, এর মানে হল যে যখন একটি নেটিভ বিজ্ঞাপন লোড হয়, তখন আপনার অ্যাপ একটি NativeAd
অবজেক্ট পায় যাতে এর সম্পদ থাকে এবং আপনার অ্যাপ—Google Mobile Ads SDK-এর পরিবর্তে—সেগুলি দেখানোর জন্য দায়ী৷
এই বিজ্ঞাপন বিন্যাসটি যখন আপনি আপনার বিজ্ঞাপনের চেহারা স্টাইল করার জন্য আরও নিয়ন্ত্রণ চান। আপনার যদি এই বৈশিষ্ট্যগুলির প্রয়োজন না হয় তবে আমাদের অন্য একটি বিজ্ঞাপন ফর্ম্যাট ব্যবহার করুন৷
আপনার Flutter অ্যাপে নেটিভ বিজ্ঞাপন দেখানোর দুটি উপায় রয়েছে:
- নেটিভ টেমপ্লেট: প্রাক-সংজ্ঞায়িত নেটিভ টেমপ্লেটগুলি একটি ডার্ট এপিআই দিয়ে স্টাইল করা হয়েছে।
- প্ল্যাটফর্ম সেটআপ: কাস্টম প্ল্যাটফর্ম-নির্দিষ্ট লেআউটগুলি Android এবং iOS লেআউট সরঞ্জামগুলি ব্যবহার করে সংজ্ঞায়িত করা হয়েছে৷
নেটিভ টেমপ্লেট
বেছে নেওয়ার জন্য দুটি টেমপ্লেট প্রকার রয়েছে: ছোট বা মাঝারি। প্রতিটি টেমপ্লেট UI স্টাইলিং বিকল্পগুলির সাথে আসে; যাইহোক, তারা প্ল্যাটফর্ম সেটআপ বাস্তবায়নের তুলনায় কম কাস্টমাইজেশন অফার করে।
ছোট |
---|
 অ্যান্ড্রয়েড |  iOS |
মাঝারি |
---|
 অ্যান্ড্রয়েড |  iOS |
ডার্টে নেটিভ টেমপ্লেট বাস্তবায়নের বিবরণের জন্য, নেটিভ টেমপ্লেটগুলি দেখুন।
Android এবং iOS উভয় প্ল্যাটফর্মে আপনার বিজ্ঞাপনের চেহারা এবং অনুভূতির সম্পূর্ণ নিয়ন্ত্রণের প্রয়োজন হলে প্ল্যাটফর্ম সেটআপ আরও ভাল, তবে আপনাকে উভয়ের জন্য কোড লিখতে হবে।
প্ল্যাটফর্ম-নির্দিষ্ট সেটআপ নির্দেশাবলীর জন্য, প্ল্যাটফর্ম সেটআপ দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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)."]]