Circle V2 API Docs
Preparing search index...
@repo/analytics-core
BaseAnalyticsClient
Class BaseAnalyticsClient
Abstract
Hierarchy (
View Summary
)
BaseAnalyticsClient
LoggerAnalyticsClient
MixpanelBrowserAnalyticsClient
MixpanelAnalyticsClient
Index
Constructors
constructor
Methods
identify
initialize
merge
Scope
remove
Scope
set
Scope
track
Event
Constructors
constructor
new
BaseAnalyticsClient
()
:
BaseAnalyticsClient
Returns
BaseAnalyticsClient
Methods
Abstract
identify
identify
(
userId
:
string
,
properties
:
Record
<
string
,
unknown
>
,
)
:
Promise
<
Safe
<
void
>
>
Parameters
userId
:
string
properties
:
Record
<
string
,
unknown
>
Returns
Promise
<
Safe
<
void
>
>
Abstract
initialize
initialize
()
:
Promise
<
Safe
<
void
>
>
Returns
Promise
<
Safe
<
void
>
>
Protected
merge
Scope
mergeScope
(
properties
?:
Record
<
string
,
unknown
>
)
:
Record
<
string
,
unknown
>
Parameters
Optional
properties
:
Record
<
string
,
unknown
>
Returns
Record
<
string
,
unknown
>
remove
Scope
removeScope
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
set
Scope
setScope
(
key
:
string
,
value
:
unknown
)
:
void
Parameters
key
:
string
value
:
unknown
Returns
void
Abstract
track
Event
trackEvent
(
event
:
string
,
properties
?:
Record
<
string
,
unknown
>
,
)
:
Promise
<
Safe
<
void
>
>
Parameters
event
:
string
Optional
properties
:
Record
<
string
,
unknown
>
Returns
Promise
<
Safe
<
void
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
identify
initialize
merge
Scope
remove
Scope
set
Scope
track
Event
Circle V2 API Docs
Loading...