laravel-google-analytics-4-measurement-protocol
laravel-google-analytics-4-measurement-protocol copied to clipboard
Moved configuring to service provider.
GA4MeasurementProtocol required configuration for using. This is a problem for using it manually without package configuring.
Also need to send additional user parameters with events like user_id.
Thanks for the PR Dmytro.
Also need to send additional user parameters with events like user_id.
Maybe we can have a separate PR for this to keep things simple?
Reverted "Also need to send additional user parameters with events like user_id."
Simplified using only clientId for allow Closure for dynamic resolver for clientId
A bit occupied these days. Will revert after 17th May, thanks.
@dkulyk I haven't added any tests in the package yet. Reason - I wasn't sure how to.
Do you have any ideas?