SOAP API methode EmailingImpression_useragent
Beschrijving
The user agent that was sent with the click information
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object EmailingImpression. The method only applies to the emailingimpression with this id. |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
useragent | Structure of type 'useragent' |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
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 |
Structuur 'useragent'
Naam | Type | Beschrijving |
---|---|---|
id | int | ID of the user agent |
original | string | Full original header that was sent |
fullname | string | The fullname of the browser, including a version |
browser | string | The name of the browser |
version | string | The version string of the browser |
platform | string | The platform (operating system) the user is using |