REST Resource: accounts.adUnits.adUnitMappings
bookmark_borderbookmark
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: AdUnitMapping
إعدادات لربط وحدة إعلانية في AdMob بوحدة إعلانية تابعة لجهة خارجية.
تمثيل JSON |
{
"name": string,
"adapterId": string,
"state": enum (State ),
"adUnitConfigurations": {
string: string,
...
},
"displayName": string
} |
الحقول |
name |
string
اسم المورد لعملية ربط الوحدة الإعلانية هذه. التنسيق هو: accounts/{publisherId}/adUnits/{ad_unit_id_segment}/adUnitMappings/{adUnitMappingId}، مثال: accounts/pub-1234567890123456/adUnitMappings/0123456789/adUnitMappings/987654321.
|
adapterId |
string (int64 format)
رقم تعريف محوّل مصدر إعلان التوسّط المُستخدَم في عملية ربط الوحدة الإعلانية هذه. ويحدِّد المحوّل المعلومات المطلوبة في ad_network_settings.
|
state |
enum (State )
النتائج فقط. حالة عملية ربط الوحدة الإعلانية هذه.
|
adUnitConfigurations |
map (key: string (int64 format), value: string)
إعدادات الوحدة الإعلانية المحددة لتقديم طلب إعلان إلى شبكة إعلانات تابعة لجهة خارجية. أزواج المفتاح/القيمة مع القيم التي يحددها المستخدم للمفاتيح التي يطلبها شبكة الإعلانات. يُرجى الاطّلاع على https://support.google.com/admob/answer/3245073 للحصول على تفاصيل حول كيفية ضبط إعدادات الشبكة. عنصر يحتوي على قائمة بأزواج "key": value مثال: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
displayName |
string
اختياريّ. الاسم المعروض لمثيل تعيين الوحدة الإعلانية هذا.
|
الحالة
حالة ربط الوحدات الإعلانية تم ضبط عملية ربط الوحدات الإعلانية المنشأة حديثًا على "مفعَّل".
النتائج فقط.
عمليات التعداد |
STATE_UNSPECIFIED |
القيمة التلقائية. |
ENABLED |
عملية ربط الوحدات الإعلانية نشطة وتُستخدم لعرض الإعلانات أو جمع الإحصاءات. |
الطُرق |
|
أنشِئ عملية ربط وحدة إعلانية ضمن حساب AdMob ووحدة إعلانية محدّدَين. |
|
أدرج عمليات ربط الوحدات الإعلانية ضمن حساب AdMob والوحدة الإعلانية المحدّدَين. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-13 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-09-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["AdUnitMapping settings allow you to link an AdMob ad unit to a third-party ad unit for mediation."],["The mapping includes configurations like adapter ID, state (enabled/disabled), and custom network settings."],["You can manage these mappings through methods to create and list them for specific AdMob accounts and ad units."],["Ad unit mappings start in an enabled state and can be used to serve ads or gather statistics."]]],["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"]]