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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserProperties : IDirectResponseSchema

Properties

AdditionalUserProperties

Optional. A bucket of any additional user properties for the user associated with this event.

Declaration
[JsonProperty("additionalUserProperties")]
public virtual IList<UserProperty> AdditionalUserProperties { get; set; }
Property Value
Type Description
IList<UserProperty>

CustomerType

Optional. Type of the customer associated with the event.

Declaration
[JsonProperty("customerType")]
public virtual string CustomerType { get; set; }
Property Value
Type Description
string

CustomerValueBucket

Optional. The advertiser-assessed value of the customer.

Declaration
[JsonProperty("customerValueBucket")]
public virtual string CustomerValueBucket { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX