We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab289d commit 09e6c1cCopy full SHA for 09e6c1c
README.md
@@ -234,6 +234,8 @@ GA actually returns a JSON that is parsed into an associative array. Read ([here
234
In your app configuration, you can have a flag for enabling or disabling the library, this in order to not actually
235
send hits to GA, in this case the lib returns a AnalyticsResponseInterface object that returns empty values.
236
237
+This is specially useful in dev or staging environments.
238
+
239
```php
240
// Instantiate the Analytics object by passing the second parameter in the constructor as TRUE
241
$analytics = new Analytics(true, true);
0 commit comments