ksmandersen / GoogleReporter

Easily integrate with Google Analytics in your iOS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Analytics 3 desupport and forced migration to GA4

xjki opened this issue · 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?