Show / Hide Table of Contents

Class UserListLicenseMetrics

Metrics related to a user list license.

Inheritance
object
UserListLicenseMetrics
Implements
IMessage<UserListLicenseMetrics>
IEquatable<UserListLicenseMetrics>
IDeepCloneable<UserListLicenseMetrics>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserListLicenseMetrics : IMessage<UserListLicenseMetrics>, IEquatable<UserListLicenseMetrics>, IDeepCloneable<UserListLicenseMetrics>, IBufferMessage, IMessage

Constructors

UserListLicenseMetrics()

Declaration
public UserListLicenseMetrics()

UserListLicenseMetrics(UserListLicenseMetrics)

Declaration
public UserListLicenseMetrics(UserListLicenseMetrics other)
Parameters
Type Name Description
UserListLicenseMetrics other

Properties

ClickCount

Output only. The number of clicks for the user list license.

Declaration
public long ClickCount { get; set; }
Property Value
Type Description
long

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
public long EndDate { get; set; }
Property Value
Type Description
long

ImpressionCount

Output only. The number of impressions for the user list license.

Declaration
public long ImpressionCount { get; set; }
Property Value
Type Description
long

RevenueUsdMicros

Output only. The revenue for the user list license in USD micros.

Declaration
public 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
public long StartDate { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX