We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b236d27 commit 88fc817Copy full SHA for 88fc817
src/Event/PageView.php
@@ -5,6 +5,12 @@
5
use AlexWestergaard\PhpGa4\Helper\EventHelper;
6
use AlexWestergaard\PhpGa4\Facade;
7
8
+/**
9
+ * This is not an official SST Event, please use this with caution
10
+ *
11
+ * @link https://developers.google.com/analytics/devguides/collection/ga4/views?client_type=gtag
12
+ * @internal
13
+ */
14
class PageView extends EventHelper implements Facade\Type\DefaultEventParamsType
15
{
16
protected null|string $method;
0 commit comments