REST Resource: accounts.adUnits.adUnitMappings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: AdUnitMapping
একটি 3য় পক্ষের বিজ্ঞাপন ইউনিটে একটি AdMob বিজ্ঞাপন ইউনিট ম্যাপ করার সেটিংস৷
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"adapterId": string,
"state": enum (State ),
"adUnitConfigurations": {
string: string,
...
},
"displayName": string
} |
ক্ষেত্র |
---|
name | string এই বিজ্ঞাপন ইউনিট ম্যাপিং এর সম্পদ নাম. ফর্ম্যাট হল: accounts/{publisherId}/adUnits/{ad_unit_id_fragment}/adUnitMappings/{adUnitMappingId} উদাহরণ: accounts/pub-1234567890123456/adUnits/0123456789/adUnitMappings/9281345 |
adapterId | string ( int64 format) এই বিজ্ঞাপন ইউনিট ম্যাপিং দ্বারা ব্যবহৃত মধ্যস্থতা বিজ্ঞাপন উৎস অ্যাডাপ্টারের আইডি। অ্যাডাপ্টার ad_network_settings-এ প্রয়োজনীয় তথ্য নির্ধারণ করে। |
state | enum ( State ) শুধুমাত্র আউটপুট। এই বিজ্ঞাপন ইউনিট ম্যাপিং এর স্থিতি। |
adUnitConfigurations | map (key: string ( int64 format), value: string) 3য় পক্ষের বিজ্ঞাপন নেটওয়ার্কে বিজ্ঞাপনের অনুরোধ করার জন্য নির্দিষ্ট বিজ্ঞাপন ইউনিটের সেটিংস। বিজ্ঞাপন নেটওয়ার্ক দ্বারা অনুরোধ করা কীগুলির জন্য ব্যবহারকারী দ্বারা সেট করা মানগুলির সাথে মূল-মান জোড়া৷ কীভাবে নেটওয়ার্ক সেটিংস কনফিগার করবেন তার বিশদ বিবরণের জন্য দয়া করে https://support.google.com/admob/answer/3245073 দেখুন৷ "key": value জোড়া। উদাহরণ: { "name": "wrench", "mass": "1.3kg", "count": "3" } |
displayName | string ঐচ্ছিক। এই বিজ্ঞাপন ইউনিট ম্যাপিং উদাহরণের প্রদর্শন নাম। |
রাজ্য
বিজ্ঞাপন ইউনিট ম্যাপিংয়ের স্থিতি। নতুন তৈরি বিজ্ঞাপন ইউনিট ম্যাপিং সক্ষম করা সেট করা হয়েছে৷
শুধুমাত্র আউটপুট।
Enums |
---|
STATE_UNSPECIFIED | ডিফল্ট মান। |
ENABLED | বিজ্ঞাপন ইউনিট ম্যাপিং সক্রিয় এবং বিজ্ঞাপন পরিবেশন বা পরিসংখ্যান সংগ্রহ করতে ব্যবহৃত হয়। |
পদ্ধতি |
---|
| নির্দিষ্ট AdMob অ্যাকাউন্ট এবং বিজ্ঞাপন ইউনিটের অধীনে একটি বিজ্ঞাপন ইউনিট ম্যাপিং তৈরি করুন। |
| নির্দিষ্ট AdMob অ্যাকাউন্ট এবং বিজ্ঞাপন ইউনিটের অধীনে বিজ্ঞাপন ইউনিট ম্যাপিং তালিকাভুক্ত করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eAdUnitMapping settings allow you to link an AdMob ad unit to a third-party ad unit for mediation.\u003c/p\u003e\n"],["\u003cp\u003eThe mapping includes configurations like adapter ID, state (enabled/disabled), and custom network settings.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage these mappings through methods to create and list them for specific AdMob accounts and ad units.\u003c/p\u003e\n"],["\u003cp\u003eAd unit mappings start in an enabled state and can be used to serve ads or gather statistics.\u003c/p\u003e\n"]]],["AdUnitMapping resources connect AdMob ad units to third-party ad units. Key actions involve creating and listing these mappings. Each mapping includes a name, adapter ID, state (like ENABLED), and ad unit configurations—settings for the third-party ad network. The `displayName` is an optional name for the mapping. The `State` field indicates the mapping's status. `adUnitConfigurations` contains key-value pairs for the third party settings.\n"],null,["# REST Resource: accounts.adUnits.adUnitMappings\n\n- [Resource: AdUnitMapping](#AdUnitMapping)\n - [JSON representation](#AdUnitMapping.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdUnitMapping\n-----------------------\n\nSettings to map an AdMob ad unit to a 3rd party ad unit.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"adapterId\": string, \"state\": enum (/admob/api/reference/rest/v1beta/accounts.adUnits.adUnitMappings#State), \"adUnitConfigurations\": { string: string, ... }, \"displayName\": string } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of this ad unit mapping. Format is: accounts/{publisherId}/adUnits/{ad_unit_id_fragment}/adUnitMappings/{adUnitMappingId} Example: accounts/pub-1234567890123456/adUnits/0123456789/adUnitMappings/987654321 |\n| `adapterId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of mediation ad source adapter used by this ad unit mapping. The adapter determines the information needed in the ad_network_settings. |\n| `state` | `enum (`[State](/admob/api/reference/rest/v1beta/accounts.adUnits.adUnitMappings#State)`)` Output only. The status of this ad unit mapping. |\n| `adUnitConfigurations` | `map (key: string (`[int64](https://developers.google.com/discovery/v1/type-format)` format), value: string)` Settings for the specified ad unit to make an ad request to 3rd party ad network. Key-value pairs with values set by the user for the keys requested by the ad network. Please see \u003chttps://support.google.com/admob/answer/3245073\u003e for details on how to configure the network settings. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `displayName` | `string` Optional. The display name of this ad unit mapping instance. |\n\nState\n-----\n\nStatus of the ad unit mapping. Newly created ad unit mapping is set to ENABLED.\n\nOutput only.\n\n| Enums ||\n|---------------------|--------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | The default value. |\n| `ENABLED` | The ad unit mapping is active and used to serve ads or collecting stats. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| ### [create](/admob/api/reference/rest/v1beta/accounts.adUnits.adUnitMappings/create) | Create an ad unit mapping under the specific AdMob account and ad unit. |\n| ### [list](/admob/api/reference/rest/v1beta/accounts.adUnits.adUnitMappings/list) | List ad unit mappings under the specified AdMob account and ad unit. |"]]