UserListLicenseMetrics

與使用者名單授權相關的指標。

JSON 表示法
{
  "clickCount": string,
  "impressionCount": string,
  "revenueUsdMicros": string,
  "startDate": string,
  "endDate": string
}
欄位
clickCount

string (int64 format)

僅供輸出。使用者名單授權的點擊次數。

impressionCount

string (int64 format)

僅供輸出。使用者名單授權的曝光次數。

revenueUsdMicros

string (int64 format)

僅供輸出。使用者名單授權的收益,以百萬分之一美元表示。

startDate

string (int64 format)

僅供輸出。指標的開始日期 (含),格式為 YYYYMMDD。舉例來說,20260102 代表 2026 年 1 月 2 日。如果在篩選器中使用 endDate,則必須提供 startDate。如果篩選器中未包含 startDateendDate,回應中就不會填入 UserListLicenseMetrics 欄位。

endDate

string (int64 format)

僅供輸出。指標的結束日期 (含),格式為 YYYYMMDD。舉例來說,20260102 代表 2026 年 1 月 2 日。如果在篩選器中使用 startDate,則必須提供 endDate。如果篩選器中未包含 startDateendDate,回應中就不會填入 UserListLicenseMetrics 欄位。