Reference documentation and code samples for the Google Ads Data Manager V1 Client class UserProperties.
Advertiser-assessed information about the user at the time that the event happened. See https://support.google.com/google-ads/answer/14007601 for more details.
Generated from protobuf message google.ads.datamanager.v1.UserProperties
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ customer_type
int
Optional. Type of the customer associated with the event.
↳ customer_value_bucket
int
Optional. The advertiser-assessed value of the customer.
↳ additional_user_properties
array< UserProperty
>
Optional. A bucket of any additional user properties for the user associated with this event.
getCustomerType
Optional. Type of the customer associated with the event.
setCustomerType
Optional. Type of the customer associated with the event.
$this
getCustomerValueBucket
Optional. The advertiser-assessed value of the customer.
setCustomerValueBucket
Optional. The advertiser-assessed value of the customer.
$this
getAdditionalUserProperties
Optional. A bucket of any additional user properties for the user associated with this event.
setAdditionalUserProperties
Optional. A bucket of any additional user properties for the user associated with this event.
$this

