humanmade / humanmade/altis-cloud
More query params to ignore by default
- Dominant language
- PHP
- Stars
- 9
- Forks
- 2
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 23
Description
I came across an extensive list of marketing related query params that could be ignored by the CDN and batcache by default:
```
'utm_source'
'utm_medium'
'utm_campaign'
'utm_expid'
'utm_term'
'utm_content'
'mtm_source'
'mtm_medium'
'mtm_campaign'
'mtm_keyword'
'mtm_cid'
'mtm_content'
'pk_source'
'pk_medium'
'pk_campaign'
'pk_keyword'
'pk_cid'
'pk_content'
'fb_action_ids'
'fb_action_types'
'fb_source'
'fbclid'
'campaignid'
'adgroupid'
'adid'
'gclid'
'age-verified'
'ao_noptimize'
'usqp'
'cn-reloaded'
'_ga'
'sscid'
'gclsrc'
'_gl'
'mc_cid'
'mc_eid'
'_bta_tid'
'_bta_c'
'trk_contact'
'trk_msg'
'trk_module'
'trk_sid'
'gdfms'
'gdftrk'
'gdffi'
'_ke'
'redirect_log_mongo_id'
'redirect_mongo_id'
'sb_referer_host'
'mkwid'
'pcrid'
'ef_id'
's_kwcid'
'msclkid'
'dm_i'
'epik'
'pp'
'gbraid'
'wbraid'
```
Defaults: https://github.com/humanmade/altis-cloud/blob/master/load.php#L30
### Acceptance criteria
* [ ] The default list is updated in the default Batcache configuration
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.