{"name":string,"taxonomyCategoryIds":[string],// Union fieldentitycan be only one of the following:"audienceSegmentId":string,"contentBundleId":string,"customTargetingValueId":string// End of list of possible types for union fieldentity."entitySignalsMappingId":string}
Fields
name
string
Identifier. The resource name of theEntitySignalsMapping. Format:networks/{networkCode}/entitySignalsMappings/{entitySignalsMappingId}
[[["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\u003eThe \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e resource connects entities like audience segments, content bundles, or custom targeting values to taxonomy categories.\u003c/p\u003e\n"],["\u003cp\u003eIt's identified by a unique \u003ccode\u003eentitySignalsMappingId\u003c/code\u003e and requires a list of \u003ccode\u003etaxonomyCategoryIds\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage \u003ccode\u003eEntitySignalsMapping\u003c/code\u003e objects using methods like create, update, get, list, batchCreate, and batchUpdate.\u003c/p\u003e\n"],["\u003cp\u003eThis resource allows you to associate entities with relevant categories for better organization and targeting.\u003c/p\u003e\n"]]],["The `EntitySignalsMapping` resource links entities to taxonomy categories, identified by `taxonomyCategoryIds`. Each mapping contains a `name`, `entitySignalsMappingId`, and specifies the entity type: `audienceSegmentId`, `contentBundleId`, or `customTargetingValueId`. Several methods manage these mappings: `batchCreate` and `create` for adding new mappings, `batchUpdate` and `patch` for updating, `get` for retrieval of a single mapping, and `list` for retrieving multiple mappings.\n"],null,["# REST Resource: networks.entitySignalsMappings\n\n- [Resource: EntitySignalsMapping](#EntitySignalsMapping)\n - [JSON representation](#EntitySignalsMapping.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: EntitySignalsMapping\n------------------------------\n\nThe `EntitySignalsMapping` resource.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"taxonomyCategoryIds\": [ string ], // Union field `entity` can be only one of the following: \"audienceSegmentId\": string, \"contentBundleId\": string, \"customTargetingValueId\": string // End of list of possible types for union field `entity`. \"entitySignalsMappingId\": string } ``` |\n\n| Fields ||\n|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `EntitySignalsMapping`. Format: `networks/{networkCode}/entitySignalsMappings/{entitySignalsMappingId}` |\n| `taxonomyCategoryIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. The IDs of the categories that are associated with the referencing entity. |\n| Union field `entity`. The entity that the mapping belongs to. `entity` can be only one of the following: ||\n| `audienceSegmentId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of an AudienceSegment that this mapping belongs to. |\n| `contentBundleId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of a ContentBundle that this mapping belongs to. |\n| `customTargetingValueId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of a CustomValue that this mapping belongs to. |\n| `entitySignalsMappingId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. `EntitySignalsMapping` ID. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [batchCreate](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/batchCreate) | API to batch create `EntitySignalsMapping` objects. |\n| ### [batchUpdate](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/batchUpdate) | API to batch update `EntitySignalsMapping` objects. |\n| ### [create](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/create) | API to create an `EntitySignalsMapping` object. |\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/get) | API to retrieve a `EntitySignalsMapping` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/list) | API to retrieve a list of `EntitySignalsMapping` objects. |\n| ### [patch](/ad-manager/api/beta/reference/rest/v1/networks.entitySignalsMappings/patch) | API to update an `EntitySignalsMapping` object. |"]]