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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]