Custom Ignore Query Strings
-
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_listarray in theclass-breeze-query-strings-rules.phpfile. That solves the issue!Would it be possible to make this list editable from the admin panel?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom Ignore Query Strings’ is closed to new replies.