Skip to content

Commit 88fc817

Browse files
author
Alex Westergaard
committed
Add explainer docblock that pageview is not official event
1 parent b236d27 commit 88fc817

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Event/PageView.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
use AlexWestergaard\PhpGa4\Helper\EventHelper;
66
use AlexWestergaard\PhpGa4\Facade;
77

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+
*/
814
class PageView extends EventHelper implements Facade\Type\DefaultEventParamsType
915
{
1016
protected null|string $method;

0 commit comments

Comments
 (0)