analytics.UserPropertyValue class

Predefined or custom properties stored on the client side.

Signature:

exportdeclareclassUserPropertyValue

Constructors

ConstructorModifiersDescription
(constructor)(wireFormat)Constructs a new instance of theUserPropertyValue class

Properties

PropertyModifiersTypeDescription
setTimestringUTC client time when the user property was last set.
valuestringThe last set value of a user property.

analytics.UserPropertyValue.(constructor)

Constructs a new instance of theUserPropertyValue class

Signature:

constructor(wireFormat:any);

Parameters

ParameterTypeDescription
wireFormatany

analytics.UserPropertyValue.setTime

UTC client time when the user property was last set.

Signature:

setTime:string;

analytics.UserPropertyValue.value

The last set value of a user property.

Signature:

value:string;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-09-13 UTC.