SOAP API method WebImpressionStatistics_referer
Description
The referer that was sent with the click information
Parameters
| Name | Type | Description |
|---|---|---|
| id * | int | Unique identifier (id) of the object WebImpressionStatistics. The method only applies to the webimpressionstatistics with this id. |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| httpreferer | Structure of type 'httpreferer' |
Structure 'login'
| Name | Type | Description |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structure 'httpreferer'
| Name | Type | Description |
|---|---|---|
| id | int | ID of the user agent |
| original | string | Full original url that was supplied |
| compact | string | Compact representation of the url that was supplied when this object was created |
| forward | boolean | Does this referer indicate that the message is being forwarded |
| boolean | Does this referer indicate that the message is being printed |