Class ScreenviewData
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ScreenviewData : IDirectResponseSchema
Properties
AppName
The application name.
Declaration
[JsonProperty("appName")]
public virtual string AppName { 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 |
MobileDeviceBranding
Mobile manufacturer or branded name. Eg: "Google", "Apple" etc.
Declaration
[JsonProperty("mobileDeviceBranding")]
public virtual string MobileDeviceBranding { get; set; }
Property Value
Type | Description |
---|---|
string |
MobileDeviceModel
Mobile device model. Eg: "Pixel", "iPhone" etc.
Declaration
[JsonProperty("mobileDeviceModel")]
public virtual string MobileDeviceModel { get; set; }
Property Value
Type | Description |
---|---|
string |
ScreenName
The name of the screen.
Declaration
[JsonProperty("screenName")]
public virtual string ScreenName { get; set; }
Property Value
Type | Description |
---|---|
string |