Zaraz {{ system.page.query.QUERY_PARAM }} Possible Issue?

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!

1 Like

Haven’t heard or seen anything new about this; is anyone else having this issue or can confirm that it is an issue? There actually isn’t much on Zaraz in this forum (so new).

Hey @Terms_G, it should be like this:
{{ system.page.query.amp }} contains ‘1’

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.