[[["সহজে বোঝা যায়","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-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a new app under a specified AdMob account using an HTTP POST request."],["Requires providing the account ID as a path parameter and app details in the request body."],["Returns the newly created app details in the response if successful."],["Needs `admob.monetization` OAuth scope for authorization and may have limited access requiring account manager intervention."]]],["This outlines the process to create an app within an AdMob account using a POST request. The request utilizes a URL with gRPC Transcoding, targeting a specific account via the `parent` path parameter. The request body must include an `App` instance, and a successful response will return the newly created `App`. Authorization requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope. Access to this method is limited, possibly resulting in a 403 error.\n"]]