[GET] ~/tracking/interactions/{interaction}?identifier={identifier}

Returns the number of interactions performed on the specified entity.

Request Information

URI Parameters

NameDescriptionType
interaction

The interaction.

string

This value is required and must not be omitted.

identifier

The identifier is optional.

string

This value is required and must not be omitted.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

A task that represents the asynchronous track visit action operation.

An instance of: InteractionTrackingController+TrackEntry
NameDescriptionType
VisitorId

Gets or sets the identifier of the visitor.

string

VisitId

Gets or sets the identifier of the visit.

string

Response Formats

application/json, text/json

Sample:
{
  "visitorId": "sample string 1",
  "visitId": "sample string 2"
}