مورد نیاز. حساب AdMob که این مجموعه نگاشت واحد تبلیغات را در اختیار دارد. قالب: حسابها/{publisherId} برای دستورالعملهایی درباره نحوه یافتن شناسه ناشر AdMob خود به https://support.google.com/admob/answer/2784578 مراجعه کنید.
مورد نیاز. پیام درخواست که نگاشت واحدهای تبلیغاتی را برای ایجاد مشخص می کند. حداکثر 100 نقشه واحد تبلیغاتی را می توان در یک دسته ایجاد کرد. اگر تعداد نگاشت واحدهای تبلیغاتی در درخواست دسته ای از 100 بیشتر شود، کل درخواست رد می شود و هیچ نگاشت واحد تبلیغاتی ایجاد نمی شود.
بدن پاسخگو
پاسخ حاوی دسته ای از نگاشت واحدهای تبلیغاتی ایجاد شده.
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
تاریخ آخرین بهروزرسانی 2025-01-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-01-06 بهوقت ساعت هماهنگ جهانی."],[[["Batch create up to 100 ad unit mappings under a specific AdMob account."],["Requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope for authorization."],["Uses a POST request to `https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnitMappings:batchCreate`."],["The request body includes an array of `CreateAdUnitMappingRequest` objects, each specifying an ad unit mapping to create."],["The response body contains an array of created `AdUnitMapping` objects."]]],["This content describes how to batch create ad unit mappings within an AdMob account using a `POST` request to the `adUnitMappings:batchCreate` endpoint. The request must include the `parent` account ID in the URL. The request body contains an array of `CreateAdUnitMappingRequest` objects, with a maximum of 100. The response body returns an array of the successfully created `adUnitMappings`. This method requires `admob.monetization` authorization scope and is subject to access limitations.\n"]]