POST Tracking

Request Information

URI Parameters

None.

Body Parameters

TrackingEntity
NameDescriptionTypeAdditional information
action_name

string

None.

idsite

integer

None.

rec

integer

None.

r

integer

None.

h

integer

None.

m

integer

None.

s

integer

None.

url

string

None.

urlref

string

None.

_id

string

None.

_idts

integer

None.

_idvc

integer

None.

_idn

integer

None.

_refts

integer

None.

_viewts

integer

None.

send_image

integer

None.

pdf

integer

None.

qt

integer

None.

realp

integer

None.

wma

integer

None.

dir

integer

None.

fla

integer

None.

java

integer

None.

gears

integer

None.

ag

integer

None.

cookie

integer

None.

res

string

None.

gt_ms

integer

None.

pv_id

string

None.

isNew

boolean

None.

UserAgent

string

None.

ClientIp

string

None.

ClientLang

string

None.

Now

date

None.

PublicServiceId

integer

None.

PublicServiceStatus

integer

None.

meta

string

None.

zone_key

integer

None.

e_c

string

None.

e_a

string

None.

e_n

string

None.

e_v

string

None.

data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "action_name": "sample string 1",
  "idsite": 2,
  "rec": 3,
  "r": 4,
  "h": 5,
  "m": 6,
  "s": 7,
  "url": "sample string 8",
  "urlref": "sample string 9",
  "_id": "sample string 10",
  "_idts": 11,
  "_idvc": 12,
  "_idn": 13,
  "_refts": 14,
  "_viewts": 15,
  "send_image": 16,
  "pdf": 17,
  "qt": 18,
  "realp": 19,
  "wma": 20,
  "dir": 21,
  "fla": 22,
  "java": 23,
  "gears": 24,
  "ag": 25,
  "cookie": 26,
  "res": "sample string 27",
  "gt_ms": 28,
  "pv_id": "sample string 29",
  "isNew": true,
  "UserAgent": "sample string 31",
  "ClientIp": "sample string 32",
  "ClientLang": "sample string 33",
  "Now": "2024-05-20T18:03:12.1444238+07:00",
  "PublicServiceId": 1,
  "PublicServiceStatus": 1,
  "meta": "sample string 34",
  "zone_key": 1,
  "e_c": "sample string 35",
  "e_a": "sample string 36",
  "e_n": "sample string 37",
  "e_v": "sample string 38",
  "data": "sample string 39"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.