Show / Hide Table of Contents

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.

Inheritance
object
UserProperties
Implements
IMessage<UserProperties>
IEquatable<UserProperties>
IDeepCloneable<UserProperties>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserProperties : IMessage<UserProperties>, IEquatable<UserProperties>, IDeepCloneable<UserProperties>, IBufferMessage, IMessage

Constructors

UserProperties()

Declaration
public UserProperties()

UserProperties(UserProperties)

Declaration
public UserProperties(UserProperties other)
Parameters
Type Name Description
UserProperties other

Properties

CustomerType

Optional. Type of the customer associated with the event.

Declaration
public CustomerType CustomerType { get; set; }
Property Value
Type Description
CustomerType

CustomerValueBucket

Optional. The advertiser-assessed value of the customer.

Declaration
public CustomerValueBucket CustomerValueBucket { get; set; }
Property Value
Type Description
CustomerValueBucket
In this article
Back to top Generated by DocFX