• Resolved tomc2525

    (@tomc2525)


    Hey,

    I have an issue with AMP tracking on GA4. Cannot see any traffic from mobile device. The thing is that I’m not sure where to add the tracking code and if adding the codes on 2 different may cause clashes.

    One way is via the AMP plugin – https://ibb.co/jvjqyhj

    Another way is through the theme where I can find AMP analytics – https://ibb.co/dKDMQYz

    What am I missing here?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @tomc2525

    Thank you for reaching out to us, For the AMP plugin settings, you will need to add the type where you will put vendor tag as gtag and add the code as follows

    {
    	"vars" : {
    		"gtag_id": "<GA_MEASUREMENT_ID>",
    		"config" : {
    			"<GA_MEASUREMENT_ID>": { "groups": "default" }
    		}
    	}
    }

    You can learn more about adding Analytics from our guide

    We hope this helps!

    Plugin Support Milind More

    (@milindmore22)

    @tomc2525 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.