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:
export declare class UserPropertyValue
Constructors
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 the UserPropertyValue
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["Predefined or custom properties stored on the client side.\n\n**Signature:** \n\n export declare class UserPropertyValue \n\nConstructors\n\nProperties\n\nanalytics.UserPropertyValue.(constructor)\n\nConstructs a new instance of the `UserPropertyValue` class\n\n**Signature:** \n\n constructor(wireFormat: any);\n\nParameters\n\nanalytics.UserPropertyValue.setTime\n\nUTC client time when the user property was last set.\n\n**Signature:** \n\n setTime: string;\n\nanalytics.UserPropertyValue.value\n\nThe last set value of a user property.\n\n**Signature:** \n\n value: string;"]]