Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserListLicenseMetrics.
Metrics related to a user list license.
Generated from protobuf message google.ads.datamanager.v1.UserListLicenseMetrics
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ click_count
int|string
Output only. The number of clicks for the user list license.
↳ impression_count
int|string
Output only. The number of impressions for the user list license.
↳ revenue_usd_micros
int|string
Output only. The revenue for the user list license in USD micros.
↳ start_date
int|string
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.
↳ end_date
int|string
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.
getClickCount
Output only. The number of clicks for the user list license.
int|string
setClickCount
Output only. The number of clicks for the user list license.
var
int|string
$this
getImpressionCount
Output only. The number of impressions for the user list license.
int|string
setImpressionCount
Output only. The number of impressions for the user list license.
var
int|string
$this
getRevenueUsdMicros
Output only. The revenue for the user list license in USD micros.
int|string
setRevenueUsdMicros
Output only. The revenue for the user list license in USD micros.
var
int|string
$this
getStartDate
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.
int|string
setStartDate
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.
var
int|string
$this
getEndDate
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.
int|string
setEndDate
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.
var
int|string
$this

