Clicky

  1. Home
  2. How To
  3. How to add Multiple Google Analytics in AMP

How to add Multiple Google Analytics in AMP

If you want to add multiple Google analytics to AMP pages. then In this tutorial, I am going to show you how to add multiple Google Analytics in AMP pages for this follow the below steps.

Copy below code and paste it in the Analytics Code in JSON Format. Check below example for the exact placement details. Before placing below code, replace UA-XXXXX-Y with your Google Analytics tracking code.

For example:

{
    "triggers": {
        "trackPageview": {
            "on": "visible",
            "request": "pageview",
            "vars": {
              "account": "ABC123"
            }
        },
        "trackPageview2": {
            "on": "visible",
            "request": "pageview",
            "vars": {
              "account": "PQR987"
            },
        }
    }
}

You will find this option in the WordPress Dashboard -> AMP option Panel -> Settings -> Analytic -> Enable “Google Analytics” option -> Enable “Advanced Google Analytic” and then click on the “Save Changes” button. like below the screenshot.

Now Successfully add mutiple Google Analytic in AMP.

That’s it for this tutorial!

We hope it helped you. If you have any feedback or questions, then please share them in the comments section below.

Ask your Questions Directly!
If you can't find the solutions in this article, then just ask us in the comments and we will answer it for you!
Updated on May 8, 2020

    Are you still looking for a solution?

    Then fill out the below form and we will reach out to you within a few hours.

    Was this article helpful?

    Related Articles

    Leave a Comment