aawnu / php-ga4

PHP Library for Google Analytics 4 with Server Side Tagging
The Unlicense
54 stars 9 forks source link

Status of page_view event #66

Closed 8ctopus closed 1 year ago

8ctopus commented 1 year ago

The page_view event is not officially supported by measurement protocol, maybe that should be reflected in the README.

aawnu commented 1 year ago

Good point! page_view was actually a mistake, I made it for myself as testing and it worked, just forgot to exclude it in the lib...

8ctopus commented 1 year ago

I wouldn't remove it but put a warning that it may stop working at any time.