• Resolved EmanuelHut

    (@emanuelhut)


    On a client’s website, we have Breeze installed for caching. Everything works perfectly — except when someone arrives via Google Ads. In that case, the website treats it as a new page because the query strings are not being ignored.

    I looked through the code and added the "gad_source", "gad_campaignid" and "gbraid" query strings to the $ignored_list array in the class-breeze-query-strings-rules.php file. That solves the issue!

    Would it be possible to make this list editable from the admin panel?

    • This topic was modified 10 months ago by EmanuelHut.
Viewing 1 replies (of 1 total)
  • Plugin Author owaisalam

    (@owaisalam)

    Yes, you may add the query string in the Cache Query Strings option under the Advanced Options tab.
    Pages containing the specified query strings will be cached as per the setting in this section.

Viewing 1 replies (of 1 total)

The topic ‘Custom Ignore Query Strings’ is closed to new replies.