From 3e168622a88f96686563f26855f5dfdbaad23592 Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Sun, 21 Feb 2016 20:46:20 -0800
Subject: [PATCH] Note about what to use for property ID

---
 eth-amp-analytics-wp.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eth-amp-analytics-wp.php b/eth-amp-analytics-wp.php
index 106eb4a..86f89b0 100644
--- a/eth-amp-analytics-wp.php
+++ b/eth-amp-analytics-wp.php
@@ -153,6 +153,8 @@ class ETH_AMP_Analytics_WP {
 		<input type="text" name="<?php echo esc_attr( $this->plugin_option_name ); ?>[property_id]" value="<?php echo esc_attr( $this->get_option( 'property_id' ) ); ?>" class="medium-text" />
 
 		<p class="description"><?php printf( __( 'Google Analytics property ID, in the format %s.', 'eth-amp-analytics-wp' ), '<strong>UA-XXXXX-Y</strong>' ); ?></p>
+
+		<p class="description"><?php printf( __( 'Google recommends using a property ID specific to AMP, rather than re-using the site&#8217;s existing ID. See %s.', 'eth-amp-analytics-wp' ), '<a href="https://developers.google.com/analytics/devguides/collection/amp-analytics/" target="_blank">https://developers.google.com/analytics/devguides/collection/amp-analytics/</a>' ); ?></p>
 		<?php
 	}
 
-- 
GitLab