Vcl.AppAnalytics.TAppAnalytics.UserID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserID: string read GetUserID;

C++

__property System::UnicodeString UserID = {read=GetUserID};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

UserID is a GUID which uniquely identifies a user. UserID is defined as a combination of the application and the device.

The UserID is, for example, used by the AppAnalytics server to track the amount of different users that perform certain actions, across multiple platforms.

UserID is a read-only property; TAppAnalytics generates a GUID when the application starts for the first time. There is normally no need to change the UserID property; changing the UserID value may cause data on the server to be incorrect.

See Also