REST Resource: networks.entitySignalsMappings

Resource: EntitySignalsMapping

The EntitySignalsMapping resource.

JSON representation
{
  "name": string,
  "entitySignalsMappingId": 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.
}
Fields
name

string

Identifier. The resource name of the EntitySignalsMapping. Format: networks/{networkCode}/entitySignalsMappings/{entitySignalsMappingId}

entitySignalsMappingId

string (int64 format)

Output only. EntitySignalsMapping ID.

taxonomyCategoryIds[]

string (int64 format)

Required. 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.

Methods

batchCreate

API to batch create EntitySignalsMapping objects.

batchUpdate

API to batch update EntitySignalsMapping objects.

create

API to create an EntitySignalsMapping object.

get

API to retrieve a EntitySignalsMapping object.

list

API to retrieve a list of EntitySignalsMapping objects.

patch

API to update an EntitySignalsMapping object.