AI-generated Key Takeaways
-
The EntitySignalsMapping resource represents a mapping between an entity and associated taxonomy categories.
-
An EntitySignalsMapping can be associated with an Audience Segment, Content Bundle, or Custom Targeting Value.
-
The resource includes fields such as
name
,taxonomyCategoryIds
, and an identifier for the associated entity. -
Methods available for EntitySignalsMapping include creating, retrieving, updating, and listing these objects, including batch operations.
Resource: EntitySignalsMapping
The EntitySignalsMapping
resource.
JSON representation |
---|
{ "name": string, "taxonomyCategoryIds": [ string ], // Union field |
Fields | |
---|---|
name |
Identifier. The resource name of the |
taxonomyCategoryIds[] |
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 |
ID of an AudienceSegment that this mapping belongs to. |
contentBundleId |
ID of a ContentBundle that this mapping belongs to. |
customTargetingValueId |
ID of a CustomValue that this mapping belongs to. |
entitySignalsMappingId |
Output only. |
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. |