GoogleReporter icon indicating copy to clipboard operation
GoogleReporter copied to clipboard

Google Analytics 3 desupport and forced migration to GA4

Open xjki opened this issue 2 years ago • 0 comments

With Google sunsetting Google Analytics 3 (my properties stopped received events via REST API on Jul 17, 2023), there is new API for Google Analytics 4 available:

Sending events

POST request JSON payload

Perhaps by getting (required) client_id in the WebKit webview by running gtag.js('get') once, we can save client_id and then use POST requests without using any Firebase SDKs?

xjki avatar Jul 17 '23 08:07 xjki