Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserListGlobalLicenseCustomerInfo.
Information about a customer of a user list global license. This will automatically be created by the system when a customer purchases a global license.
Generated from protobuf message google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the user list global license customer.
↳ user_list_id
int|string
Output only. ID of the user list being licensed.
↳ user_list_display_name
string
Output only. Name of the user list being licensed.
↳ license_type
int
Output only. Product type of client customer which the user list is being licensed to.
↳ status
int
Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
↳ pricing
↳ client_account_type
int
Output only. Product type of client customer which the user list is being licensed to.
↳ client_account_id
int|string
Output only. ID of client customer which the user list is being licensed to.
↳ client_account_display_name
string
Output only. Name of client customer which the user list is being licensed to.
↳ historical_pricings
↳ metrics
UserListLicenseMetrics
Output only. Metrics related to this license This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
getName
Identifier. The resource name of the user list global license customer.
string
setName
Identifier. The resource name of the user list global license customer.
var
string
$this
getUserListId
Output only. ID of the user list being licensed.
int|string
setUserListId
Output only. ID of the user list being licensed.
var
int|string
$this
getUserListDisplayName
Output only. Name of the user list being licensed.
string
setUserListDisplayName
Output only. Name of the user list being licensed.
var
string
$this
getLicenseType
Output only. Product type of client customer which the user list is being licensed to.
setLicenseType
Output only. Product type of client customer which the user list is being licensed to.
$this
getStatus
Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
setStatus
Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
$this
getPricing
Output only. UserListDirectLicense pricing.
hasPricing
clearPricing
setPricing
Output only. UserListDirectLicense pricing.
$this
getClientAccountType
Output only. Product type of client customer which the user list is being licensed to.
setClientAccountType
Output only. Product type of client customer which the user list is being licensed to.
$this
getClientAccountId
Output only. ID of client customer which the user list is being licensed to.
int|string
setClientAccountId
Output only. ID of client customer which the user list is being licensed to.
var
int|string
$this
getClientAccountDisplayName
Output only. Name of client customer which the user list is being licensed to.
string
setClientAccountDisplayName
Output only. Name of client customer which the user list is being licensed to.
var
string
$this
getHistoricalPricings
Output only. Pricing history of this user list license.
setHistoricalPricings
Output only. Pricing history of this user list license.
$this
getMetrics
Output only. Metrics related to this license This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
hasMetrics
clearMetrics
setMetrics
Output only. Metrics related to this license This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.
$this

