display same page cache for every different QueryString in URL
-
Hi, i have a wordpress site with WP Fastest Cache plugin, every functionality of that plugin are the best, but i have a problem with a cases.
i have enabled a marketing campaign on my website with OUTBRAIN, it offer a tracking code to detect the resource where our website are linked
it is a example of link:
https://www.mydomain.com/mypagesname/?utm_source=Outbrain&utm_medium=Discovery&utm_campaign=XXXX&utm_content={{ad_title}}&utm_term={{section_name}}so i will receive a traffic from link like this, WP Fastest Cache plugin not offer by default the cache of page with querystring, i see it on this page http://www.wpfastestcache.com/tutorial/cache-url-with-querystring/
So every traffic from campaign go to page without cache. if active the cache of page with querystring the function mentioned not solve my problem because the variable
– utm_content={{ad_title}}
– utm_term={{section_name}}changes continuously, only variable “utm_source=Outbrain” remain static.
So exist a way to detect if the url contain a variable “utm_source=Outbrain” and if Yes show the cache of mother page* ?
* the mother page is the page without the querystring, the page “mypagesname” are every time the same also when change the variable in querystring.
Thanks
The topic ‘display same page cache for every different QueryString in URL’ is closed to new replies.