Title: Analytics
Last modified: September 15, 2017

---

# Analytics

 *  [jcarlosc](https://wordpress.org/support/users/jcarlosc/)
 * (@jcarlosc)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/analytics-27/)
 * Do I need to install an additional analytics plugin?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanalytics-27%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [roxer82](https://wordpress.org/support/users/roxer82/)
 * (@roxer82)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/analytics-27/#post-9573263)
 * I can’t add my Analytics’ code either. How can we do it?
    Thanks in advenced!
 *  [capCaveman](https://wordpress.org/support/users/capcaveman/)
 * (@capcaveman)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/analytics-27/#post-9581471)
 * I implemented via custom amp template. More info on that [here](https://github.com/Automattic/amp-wp/blob/master/readme.md).
 * Add to your head:
    `<script async custom-element="amp-analytics" src="https://
   cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>`
 * And right after your opening body tag:
 *     ```
       <amp-analytics type="googleanalytics">
                       <script type="application/json">
                       {
                       "vars": {
                               "account": "YOUR_TRACKING_ID"
                       },
                       "triggers": {
                               "trackPageview": {
                               "on": "visible",
                               "request": "pageview"
                               }
                       }
                       }
                       </script>
               </amp-analytics>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Analytics’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [capCaveman](https://wordpress.org/support/users/capcaveman/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/analytics-27/#post-9581471)
 * Status: not resolved