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 cf08cce commit 00f1283Copy full SHA for 00f1283
src/Analytics.php
@@ -6,6 +6,11 @@
6
use AlexWestergaard\PhpGa4\Facade;
7
use AlexWestergaard\PhpGa4\Model;
8
9
+/**
10
+ * Foundation class to collect all information and events to send to Google Analytics \
11
+ * Make sure to get you Measurement ID and a API Secret
12
+ * @link https://analytics.google.com/ -> Settings -> Data stream -> API Secrets & Measurement Protocol -> Create
13
+ */
14
class Analytics extends Model\ToArray implements Facade\Analytics, Facade\Export
15
{
16
const URL_LIVE = 'https://www.google-analytics.com/mp/collect';
0 commit comments