Class DeviceInfo
Information about the device being used (if any) when the event happened.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class DeviceInfo : IDirectResponseSchema
Properties
Brand
Optional. The brand of the device.
Declaration
[JsonProperty("brand")]
public virtual string Brand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Browser
Optional. The brand or type of the browser.
Declaration
[JsonProperty("browser")]
public virtual string Browser { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BrowserVersion
Optional. The version of the browser.
Declaration
[JsonProperty("browserVersion")]
public virtual string BrowserVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Category
Optional. The category of device. For example, “desktop”, “tablet”, “mobile”, “smart TV”.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpAddress
Optional. The IP address of the device for the given context. Required when used in an AdEvent.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
Optional. The language the device uses in ISO 639-1 format.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Model
Optional. The model of the device.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperatingSystem
Optional. The operating system or platform of the device.
Declaration
[JsonProperty("operatingSystem")]
public virtual string OperatingSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperatingSystemVersion
Optional. The version of the operating system or platform.
Declaration
[JsonProperty("operatingSystemVersion")]
public virtual string OperatingSystemVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScreenHeight
Optional. The height of the screen in pixels.
Declaration
[JsonProperty("screenHeight")]
public virtual int? ScreenHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ScreenWidth
Optional. The width of the screen in pixels.
Declaration
[JsonProperty("screenWidth")]
public virtual int? ScreenWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
UserAgent
Optional. The user-agent string of the device for the given context.
Declaration
[JsonProperty("userAgent")]
public virtual string UserAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |