# jetpack/6.9/modules/google-analytics.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 6.9. 16 lines.

- Page: https://pluginprobe.com/plugins/jetpack/6.9/code/modules/google-analytics.php
- Raw: https://pluginprobe.com/plugins/jetpack/6.9/raw/modules/google-analytics.php
- Modified: 2018-04-25T02:58:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/6.9/code/modules/google-analytics.php#L10-L20`.

```php
<?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";

```
