Method: networks.entitySignalsMappings.batchCreate
Stay organized with collections
Save and categorize content based on your preferences.
API to batch create EntitySignalsMapping
objects.
HTTP request
POST https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchCreate
Path parameters
Parameters |
parent |
string
Required. The parent resource where EntitySignalsMappings will be created. Format: networks/{networkCode} The parent field in the CreateEntitySignalsMappingRequest must match this field.
|
Request body
The request body contains data with the following structure:
Fields |
requests[] |
object (CreateEntitySignalsMappingRequest )
Required. The EntitySignalsMapping objects to create. A maximum of 100 objects can be created in a batch.
|
Response body
Response object for entitySignalsMappings.batchCreate
method.
If successful, the response body contains data with the following structure:
Fields |
entitySignalsMappings[] |
object (EntitySignalsMapping )
The EntitySignalsMapping objects created.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.
CreateEntitySignalsMappingRequest
Request object for 'entitySignalsMappings.create' method.
Fields |
parent |
string
Required. The parent resource where this EntitySignalsMapping will be created. Format: networks/{networkCode}
|
entitySignalsMapping |
object (EntitySignalsMapping )
Required. The EntitySignalsMapping object to create.
|
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 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis API allows for batch creation of \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e objects, with a maximum of 100 objects per batch.\u003c/p\u003e\n"],["\u003cp\u003eThe request must specify a parent resource in the format \u003ccode\u003enetworks/{networkCode}\u003c/code\u003e and include an array of \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e objects to create.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain an array of the created \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/admanager\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e object to be created needs a parent specified and the \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e details.\u003c/p\u003e\n"]]],["This API uses a `POST` request to `https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchCreate` for batch creating `EntitySignalsMapping` objects. The `parent` parameter (network code) is required in the path. The request body must contain an array of `CreateEntitySignalsMappingRequest` objects, each with a `parent` and `entitySignalsMapping`. The response body returns an array of successfully created `EntitySignalsMapping` objects. It is limited to a maximum of 100 objects per request and uses OAuth scope `https://www.googleapis.com/auth/admanager` for authorization.\n"],null,["# Method: networks.entitySignalsMappings.batchCreate\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.BatchCreateEntitySignalsMappingsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [CreateEntitySignalsMappingRequest](#CreateEntitySignalsMappingRequest)\n - [JSON representation](#CreateEntitySignalsMappingRequest.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nAPI to batch create `EntitySignalsMapping` objects.\n\n### HTTP request\n\n`POST https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchCreate`\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where `EntitySignalsMappings` will be created. Format: `networks/{networkCode}` The parent field in the CreateEntitySignalsMappingRequest must match this field. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"requests\": [ { object (/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/batchCreate#CreateEntitySignalsMappingRequest) } ] } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requests[]` | `object (`[CreateEntitySignalsMappingRequest](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/batchCreate#CreateEntitySignalsMappingRequest)`)` Required. The `EntitySignalsMapping` objects to create. A maximum of 100 objects can be created in a batch. |\n\n### Response body\n\nResponse object for `entitySignalsMappings.batchCreate` method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entitySignalsMappings\": [ { object (/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping) } ] } ``` |\n\n| Fields ||\n|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entitySignalsMappings[]` | `object (`[EntitySignalsMapping](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping)`)` The `EntitySignalsMapping` objects created. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/admanager`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2).\n\nCreateEntitySignalsMappingRequest\n---------------------------------\n\nRequest object for 'entitySignalsMappings.create' method.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"parent\": string, \"entitySignalsMapping\": { object (/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping) } } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where this EntitySignalsMapping will be created. Format: `networks/{networkCode}` |\n| `entitySignalsMapping` | `object (`[EntitySignalsMapping](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping)`)` Required. The EntitySignalsMapping object to create. |"]]