We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a575c33 commit d3df409Copy full SHA for d3df409
lib/internal/Magento/Framework/App/PageCache/Identifier.php
@@ -17,6 +17,15 @@ class Identifier implements IdentifierInterface
17
* Pattern detect marketing parameters
18
*/
19
public const PATTERN_MARKETING_PARAMETERS = [
20
+ '/&?gad_source\=[^&]+/',
21
+ '/&?gbraid\=[^&]+/',
22
+ '/&?wbraid\=[^&]+/',
23
+ '/&?_gl\=[^&]+/',
24
+ '/&?dclid\=[^&]+/',
25
+ '/&?gclsrc\=[^&]+/',
26
+ '/&?srsltid\=[^&]+/',
27
+ '/&?msclkid\=[^&]+/',
28
+ '/&?_kx\=[^&]+/',
29
'/&?gclid\=[^&]+/',
30
'/&?cx\=[^&]+/',
31
'/&?ie\=[^&]+/',
0 commit comments