[[["התוכן קל להבנה","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-05-14 (שעון UTC)."],[[["Creates a new ad unit under a specified AdMob account using an HTTP POST request."],["Requires providing the account's resource name as a path parameter and an `AdUnit` object in the request body."],["Returns the newly created `AdUnit` object in the response body if successful."],["Needs `admob.monetization` OAuth scope for authorization and might have limited access requiring account manager approval."]]],["This document details the process for creating an ad unit within an AdMob account. It uses a `POST` HTTP request to `https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnits`, where `parent` specifies the account. The request body requires an `AdUnit` instance, and a successful request returns a new `AdUnit` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope. Access is limited, potentially requiring account manager intervention for permission.\n"]]