ipunkt / laravel-analytics

Analytics tracking package for Laravel
MIT License
263 stars 54 forks source link

Cannot work with Google Analytics 4 (G-XXXXXX') #68

Open focalsolution opened 3 years ago

focalsolution commented 3 years ago

Problem: When I use Google Analytics 4 which the Tracking ID start with "G" e.g. G-XXXXXX, there is no statistics on Google Analytics Page.

However, if I use Universal Tag (e.g. UA-XXXXXX-XX), it seems to work fine.

Environment: PHP version: 7.2.26 Laravel version: 5.5.50 laravel-analytics version: 1.6.0

rokde commented 3 years ago

The integration script has to be changed like described here https://developers.google.com/analytics/devguides/collection/ga4#install_a_new_tag

Can you make a PR?