• Resolved upgfermi

    (@upgfermi)


    hi i have added the code for analytics in plugin:

    {
        "vars": {
            "account": "UA-150907490-1"
        },
        "triggers": {
            "trackPageview": {
                "on": "visible",
                "request": "pageview"
            }
        }
    }

    but in the chrome console receive 2 error:
    No request strings defined. Analytics data will not be sent from this page.
    Ignoring request for event. Request string not found: pageview

    Anyone can help me to resolve the problem?
    Grazie a tutti!

    • This topic was modified 5 years ago by upgfermi.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • James Osborne

    (@jamesosborne)

    @upgfermi The JSON Configuration you added is correct, you just need to set the correct type value. As you are using Google Analytics you will need to set the value as googleanalytics, I can see you have it as analisiamp at present.

    You can find out more about the different type attributes to apply per vendor on this page on the AMP.dev website.

    Thread Starter upgfermi

    (@upgfermi)

    Thanks problem solved!

    James Osborne

    (@jamesosborne)

    Good stuff, thanks for the update! Be sure to leave the plugin a review if you find it’s working well

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘analytics error: No request strings defined’ is closed to new replies.