Skip to content

Tracking Protocol 3

Yannik Marchand edited this page Jan 27, 2021 · 2 revisions

NEX Protocols > Tracking 3 (36)

Method ID Method Name
1 SendTag
2 SendTagAndUpdateUserInfo
3 SendUserInfo
4 GetConfiguration
5 SendTags

(1) SendTag

Request

Type Name
Uint32 trackingID
String tag
String attributes
Uint32 deltaTime

Response

This method does not return anything.

(2) SendTagAndUpdateUserInfo

Request

Type Name
Uint32 trackingID
String tag
String attributes
Uint32 deltaTime
String userID

Response

This method does not return anything.

(3) SendUserInfo

Request

Type Name
Uint32 deltaTime

Response

Type Name
TrackingInformation userInfo
Uint32 trackingID

(4) GetConfiguration

Request

This method does not take any parameters.

Response

Type Name
List<String> tags

(5) SendTags

Request

Type Name
List<TrackingTag> tagData

Response

This method does not return anything.

Types

TrackingInformation (Structure)

Type Name
Uint32 ipn
String userID
String machineID
String visitorID
String utsVersion

TrackingTag (Structure)

Type Name
Uint32 trackingID
String tag
String attributes
Uint32 deltaTime
String newUserId
Clone this wiki locally