SOAP API method WebSession_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| websession | Structure of type 'websession' | All properties of the now updated websession |
Structure 'websession'
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the session. |
| firstimpression | timestamp | When was the first impression during this session? |
| lastimpression | timestamp | When was the last impression during this session? |
| duration | integer | Duration of the session. |
| ip | string | The IP address of the visitor. |