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 2024-09-23 UTC."],[[["This API allows for batch creation of `EntitySignalsMapping` objects, with a maximum of 100 objects per batch."],["The request must specify a parent resource in the format `networks/{networkCode}` and include an array of `EntitySignalsMapping` objects to create."],["Successful responses will contain an array of the created `EntitySignalsMapping` objects."],["Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope."],["Each `EntitySignalsMapping` object to be created needs a parent specified and the `EntitySignalsMapping` details."]]],["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"]]