summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/google-analytics.php')
-rw-r--r--plugins/jetpack/modules/google-analytics.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/google-analytics.php b/plugins/jetpack/modules/google-analytics.php
new file mode 100644
index 00000000..21a42921
--- /dev/null
+++ b/plugins/jetpack/modules/google-analytics.php
@@ -0,0 +1,15 @@
+<?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
+ * Plans: business, premium
+ */
+
+include dirname( __FILE__ ) . "/google-analytics/wp-google-analytics.php";