Class UserListLicenseMetrics
Metrics related to a user list license.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserListLicenseMetrics : IDirectResponseSchema
Properties
ClickCount
Output only. The number of clicks for the user list license.
Declaration
[JsonProperty("clickCount")]
public virtual long? ClickCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
Output only. The end date (inclusive) of the metrics in the format YYYYMMDD. For example, 20260102
represents January 2, 2026. If start_date is used in the filter, end_date is also required. If neither
start_date nor end_date are included in the filter, the UserListLicenseMetrics fields will not be
populated in the response.
Declaration
[JsonProperty("endDate")]
public virtual long? EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ImpressionCount
Output only. The number of impressions for the user list license.
Declaration
[JsonProperty("impressionCount")]
public virtual long? ImpressionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RevenueUsdMicros
Output only. The revenue for the user list license in USD micros.
Declaration
[JsonProperty("revenueUsdMicros")]
public virtual long? RevenueUsdMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartDate
Output only. The start date (inclusive) of the metrics in the format YYYYMMDD. For example, 20260102
represents January 2, 2026. If end_date is used in the filter, start_date is also required. If neither
start_date nor end_date are included in the filter, the UserListLicenseMetrics fields will not be
populated in the response.
Declaration
[JsonProperty("startDate")]
public virtual long? StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |