2019-11-15 23:26:29 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Module Name: Google Analytics
|
|
|
|
|
* Module Description: Set up Google Analytics without touching a line of code.
|
|
|
|
|
* First Introduced: 4.5
|
|
|
|
|
* Sort Order: 37
|
|
|
|
|
* Requires Connection: Yes
|
|
|
|
|
* Auto Activate: No
|
|
|
|
|
* Feature: Engagement
|
|
|
|
|
* Additional Search Queries: webmaster, google, analytics, console
|
2020-10-20 18:05:12 +02:00
|
|
|
* Plans: business, premium, security, complete
|
2022-06-16 14:01:47 +02:00
|
|
|
*
|
|
|
|
|
* @package automattic/jetpack
|
2019-11-15 23:26:29 +01:00
|
|
|
*/
|
|
|
|
|
|
2022-06-16 14:01:47 +02:00
|
|
|
// Load main Jetpack_Google_Analytics class.
|
|
|
|
|
require __DIR__ . '/google-analytics/wp-google-analytics.php';
|