UNPKG
ga4-mp
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Send data to Google Analytics 4 using Measurement Protocol
ga4-mp
/
dist
/
library.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
export
declare
function
GA4MPClient
(
apiSecret
:
any
,
measurementId
:
any
,
clientId
:
any
):
void
;
export
declare
function
createClient
(
apiSecret
:
any
,
measurementId
:
any
,
clientId
:
any
):
any
;