Hi,
So I am trying to create a trigger to prevent Google Analytics from loading on our AMP pages as well as counting certain links like our push notifications.
I am not quite understanding what to put or if I am doing it right but there is a bug.
Here is what I am putting in: {{ system.page.query.amp }} contains ?amp=1
I have also put in {{ system.page.query.?amp=1 }} contains ?amp=1
I have tried contains
and ends with
. Nothing seems to work.
Am I doing something wrong?
Thanks!