Class PropertyUsage
Contains the count of events received by the property, along with metadata that influences the volume of
billable events.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class PropertyUsage : IDirectResponseSchema
Properties
AccountId
The ID of the property's parent account.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
BillableEventCount
The number of events for which the property is billed in the requested month.
Declaration
[JsonProperty("billableEventCount")]
public virtual long? BillableEventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisplayName
The display name of the property.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Property
The name of the Google Analytics Admin API property resource. Format: analyticsadmin.googleapis.com/properties/{property_id}
Declaration
[JsonProperty("property")]
public virtual string Property { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyType
The subtype of the analytics property. This affects the billable event count.
Declaration
[JsonProperty("propertyType")]
public virtual string PropertyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceLevel
The service level of the property.
Declaration
[JsonProperty("serviceLevel")]
public virtual string ServiceLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalEventCount
Total event count that the property received during the requested month.
Declaration
[JsonProperty("totalEventCount")]
public virtual long? TotalEventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |