REST Resource: networks.entitySignalsMappings

  • 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
  ],

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "audienceSegmentId": string,
  "contentBundleId": string,
  "customTargetingValueId": string
  // End of mutually exclusive fields.
  "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.

The entity that the mapping belongs to. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
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.

End of mutually exclusive fields.
entitySignalsMappingId
(deprecated)

string (int64 format)

Output only. Deprecated: EntitySignalsMapping ID.

Methods

batchCreate

Creates EntitySignalsMapping objects.

batchUpdate

Batch updates EntitySignalsMapping objects.

create

Creates an EntitySignalsMapping object.

get

Retrieves a EntitySignalsMapping object.

list

Lists EntitySignalsMapping objects.

patch

Updates an EntitySignalsMapping object.