Method: accounts.adclients.adunits.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates an ad unit.
This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers. Contact your account manager if you need to use this method.
Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the AdClient resource.
For now, this method can only be used to create DISPLAY
ad units. See: https://support.google.com/adsense/answer/9183566
HTTP request
POST https://adsense.googleapis.com/v2/{parent=accounts/*/adclients/*}/adunits
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. Ad client to create an ad unit under. Format: accounts/{account}/adclients/{adclient}
|
Request body
The request body contains an instance of AdUnit
.
Response body
If successful, the response body contains a newly created instance of AdUnit
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsense
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eCreates an ad unit for AdSense for Platforms publishers with ad clients having an "AFC" product code.\u003c/p\u003e\n"],["\u003cp\u003eAd units can only be of \u003ccode\u003eDISPLAY\u003c/code\u003e type and are created under a specified ad client using the provided \u003ccode\u003eAdUnit\u003c/code\u003e details in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThis method requires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsense\u003c/code\u003e scope and is restricted to specific projects.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns the newly created \u003ccode\u003eAdUnit\u003c/code\u003e instance in the response.\u003c/p\u003e\n"]]],["This describes how to create a `DISPLAY` ad unit via a `POST` request to the specified URL. It requires a specific ad client (`AFC` product code) and is generally restricted to AdSense for Platforms publishers. The `parent` path parameter defines the ad client. The request body is an `AdUnit` instance, and the response body returns the newly created `AdUnit`. This method needs the `https://www.googleapis.com/auth/adsense` OAuth scope. Access is limited and requires contacting an account manager for authorization.\n"],null,["# Method: accounts.adclients.adunits.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates an ad unit.\n\nThis method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.\n\nNote that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients).\n\nFor now, this method can only be used to create `DISPLAY` ad units. See: \u003chttps://support.google.com/adsense/answer/9183566\u003e\n\n### HTTP request\n\n`POST https://adsense.googleapis.com/v2/{parent=accounts/*/adclients/*}/adunits`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Ad client to create an ad unit under. Format: accounts/{account}/adclients/{adclient} |\n\n### Request body\n\nThe request body contains an instance of [AdUnit](/adsense/management/reference/rest/v2/accounts.adclients.adunits#AdUnit).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AdUnit](/adsense/management/reference/rest/v2/accounts.adclients.adunits#AdUnit).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsense`"]]