uasoft-indonesia / badaso-post-module

Post system on badaso, create blog & news site faster.
https://badaso-post.uatech.co.id/
MIT License
3 stars 3 forks source link

Switch analytics service to spatie/laravel-analytics v5 to support GA4 #212

Open rizkiheryandi opened 6 months ago

rizkiheryandi commented 6 months ago

Error preview (app call deprecated GA3 API) : image

We need to change this legacy code for GA3 image https://github.com/uasoft-indonesia/badaso-post-module/blob/main/src/Helpers/GetData.php

and use https://github.com/spatie/laravel-analytics v5 instead to support GA4, but this package need at least laravel v10, we need to update badaso core at least to Laravel 10