[GET] ~/tracking/interactions/{interaction}?identifier={identifier}
Returns the number of interactions performed on the specified entity.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The interaction. |
string |
This value is required and must not be omitted. |
|
|
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| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the identifier of the visitor. |
string | ||
|
Gets or sets the identifier of the visit. |
string |
Response Formats
application/json, text/json
Sample:
{
"visitorId": "sample string 1",
"visitId": "sample string 2"
}