POST https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchUpdate
Path parameters
Parameters
parent
string
Required. The parent resource where EntitySignalsMappings will be updated. Format: networks/{networkCode} The parent field in the UpdateEntitySignalsMappingRequest must match this field.
Request body
The request body contains data with the following structure:
The EntitySignalsMapping's name is used to identify the EntitySignalsMapping to update. Format: networks/{networkCode}/entitySignalsMappings/{entitySignalsMapping}
[[["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 updating of \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e objects, with a maximum of 100 objects per batch.\u003c/p\u003e\n"],["\u003cp\u003eThe request must specify the parent network and include an array of \u003ccode\u003eUpdateEntitySignalsMappingRequest\u003c/code\u003e objects defining the updates.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain an array of the updated \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\u003eUpdateEntitySignalsMappingRequest\u003c/code\u003e object must specify the \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e to update and the fields to be modified using a \u003ccode\u003eFieldMask\u003c/code\u003e.\u003c/p\u003e\n"]]],["This API uses a `POST` request to `https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchUpdate` to update multiple `EntitySignalsMapping` objects. The `parent` parameter specifies the network. The request body contains an array of `UpdateEntitySignalsMappingRequest` objects, with a limit of 100. Each request includes the `entitySignalsMapping` to update and an `updateMask`. Successful responses return an array of the updated `EntitySignalsMapping` objects. The operation requires the `https://www.googleapis.com/auth/admanager` OAuth scope.\n"],null,["# Method: networks.entitySignalsMappings.batchUpdate\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.BatchUpdateEntitySignalsMappingsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [UpdateEntitySignalsMappingRequest](#UpdateEntitySignalsMappingRequest)\n - [JSON representation](#UpdateEntitySignalsMappingRequest.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nAPI to batch update `EntitySignalsMapping` objects.\n\n### HTTP request\n\n`POST https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchUpdate`\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where `EntitySignalsMappings` will be updated. Format: `networks/{networkCode}` The parent field in the UpdateEntitySignalsMappingRequest 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/batchUpdate#UpdateEntitySignalsMappingRequest) } ] } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requests[]` | `object (`[UpdateEntitySignalsMappingRequest](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/batchUpdate#UpdateEntitySignalsMappingRequest)`)` Required. The `EntitySignalsMapping` objects to update. A maximum of 100 objects can be updated in a batch. |\n\n### Response body\n\nResponse object for `entitySignalsMappings.batchUpdate` 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 updated. |\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\nUpdateEntitySignalsMappingRequest\n---------------------------------\n\nRequest object for 'entitySignalsMappings.patch' method.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entitySignalsMapping\": { object (/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping) }, \"updateMask\": string } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entitySignalsMapping` | `object (`[EntitySignalsMapping](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings#EntitySignalsMapping)`)` Required. The `EntitySignalsMapping` to update. The EntitySignalsMapping's name is used to identify the EntitySignalsMapping to update. Format: `networks/{networkCode}/entitySignalsMappings/{entitySignalsMapping}` |\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |"]]