analytics.UserPropertyValue class Stay organized with collections Save and categorize content based on your preferences.
Predefined or custom properties stored on the client side.
Signature:
exportdeclareclassUserPropertyValueConstructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(wireFormat) | Constructs a new instance of theUserPropertyValue class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setTime | string | UTC client time when the user property was last set. | |
| value | string | The last set value of a user property. |
analytics.UserPropertyValue.(constructor)
Constructs a new instance of theUserPropertyValue class
Signature:
constructor(wireFormat:any);Parameters
| Parameter | Type | Description |
|---|---|---|
| wireFormat | any |
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.