REST Resource: networks.entitySignalsMappings
Stay organized with collections
Save and categorize content based on your preferences.
Resource: EntitySignalsMapping
The EntitySignalsMapping
resource.
JSON representation |
{
"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
} |
Fields |
name |
string
Identifier. The resource name of the EntitySignalsMapping . Format: networks/{networkCode}/entitySignalsMappings/{entitySignalsMappingId}
|
taxonomyCategoryIds[] |
string (int64 format)
Optional. The IDs of the categories that are associated with the referencing entity.
|
Union field entity . The entity that the mapping belongs to. entity can be only one of the following: |
audienceSegmentId |
string (int64 format)
ID of an AudienceSegment that this mapping belongs to.
|
contentBundleId |
string (int64 format)
ID of a ContentBundle that this mapping belongs to.
|
customTargetingValueId |
string (int64 format)
ID of a CustomValue that this mapping belongs to.
|
entitySignalsMappingId |
string (int64 format)
Output only. EntitySignalsMapping ID.
|
Methods |
|
API to batch create EntitySignalsMapping objects. |
|
API to batch update EntitySignalsMapping objects. |
|
API to create an EntitySignalsMapping object. |
|
API to retrieve a EntitySignalsMapping object. |
|
API to retrieve a list of EntitySignalsMapping objects. |
|
API to update an EntitySignalsMapping object. |
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\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. |"]]