Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more query params to ignore for caching #470

Closed
Mte90 opened this issue Dec 2, 2021 · 2 comments · Fixed by #573
Closed

Add more query params to ignore for caching #470

Mte90 opened this issue Dec 2, 2021 · 2 comments · Fixed by #573
Labels
enhancement New feature or request S: GH

Comments

@Mte90
Copy link

Mte90 commented Dec 2, 2021

List: https://github.com/mpchadwick/tracking-query-params-registry/blob/master/_data/params.csv

@mavas84 mavas84 added enhancement New feature or request S: GH labels Dec 2, 2021
@mavas84
Copy link
Contributor

mavas84 commented Dec 2, 2021

Hello @Mte90

Thank you for reaching out.
I see that you also commented on #137 regarding a similar suggestion.
Thank you for your for sharing more information.

@Dobermann6
Copy link

It is a very good suggestion as currently Page Cache simply does not work at all for Google Ads and other advertising platforms as they always pass unique GET parameters such as gclid.

It would be super useful if there will be a way to ignore these parameters and use a cached version of the page for requests containing these parameters
Something like:
For url
https://website.com/page1/example2/?utm_source=cpc&utm_campaign=newcapaign&anotherparameter=justtestparameter&gclid=123456789

ignore gclid parameter and
a. use cached https://website.com/page1/example2/ for the URL above
or
b. use cached https://website.com/page1/example2/?utm_source=cpc&utm_campaign=newcapaign&anotherparameter=justtestparameter

@jacobd91 jacobd91 linked a pull request Oct 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request S: GH
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants