UserListLicenseMetrics

Metrics related to a user list license.

JSON representation
{
  "clickCount": string,
  "impressionCount": string,
  "revenueUsdMicros": string,
  "startDate": string,
  "endDate": string
}
Fields
clickCount

string (int64 format)

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

impressionCount

string (int64 format)

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

revenueUsdMicros

string (int64 format)

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

startDate

string (int64 format)

Output only. The start date (inclusive) of the metrics in the format YYYYMMDD. For example, 20260102 represents January 2, 2026. If endDate is used in the filter, startDate is also required. If neither startDate nor endDate are included in the filter, the UserListLicenseMetrics fields will not be populated in the response.

endDate

string (int64 format)

Output only. The end date (inclusive) of the metrics in the format YYYYMMDD. For example, 20260102 represents January 2, 2026. If startDate is used in the filter, endDate is also required. If neither startDate nor endDate are included in the filter, the UserListLicenseMetrics fields will not be populated in the response.