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.
2 parents 95de87f + 2025310 commit c967718Copy full SHA for c967718
src/Event/PageView.php
@@ -5,6 +5,13 @@
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
+ * @deprecated unofficial-event
13
+ * @internal
14
+ */
15
class PageView extends EventHelper implements Facade\Type\DefaultEventParamsType
16
{
17
protected null|string $method;
0 commit comments