tighten / nova-google-analytics

Google Analytics integration with Laravel Nova
MIT License
165 stars 30 forks source link

Update to GA4 #55

Closed driftingly closed 8 months ago

driftingly commented 8 months ago

This PR adds support for GA4.

Changes between 4.1.0 and 5.2.1

[!IMPORTANT]
Changes env variable from ANALYTICS_VIEW_ID to ANALYTICS_PROPERTY_ID

Comparing metrics: Google Analytics 4 vs. Universal Analytics Comparing metrics

Universal Analytics to Google Analytics 4 dimensions and metrics equivalence

Changes

Testing

Following the instructions on the Spatie docs I created a project and configured Google Analytics Data API access. Then, I created a Google Analytics account for a local testing domain.

Closes #54 Closes #53 Closes #49