UTM_ is getting blocked when added as a parameter in the URL
On the AEM cloud, when the url has "UTM_ " the parameter is not working. is there a filter that is blocking?
On the AEM cloud, when the url has "UTM_ " the parameter is not working. is there a filter that is blocking?
Hello @gvaem
To better cache requests, the AEMaaCS CDN removes common marketing related UTM query parameters, specifically those matching the following regex pattern [1]
This functionality can be toggled on and off using a requestTransformations flag in the CDN configuration.
For example, if you’d like to retain marketing parameters in requests at the CDN level, you can deploy
removeMarketingParams: falsein the CDN Configuration deployed via the Configuration Pipeline.
Example Configuration :
kind: "CDN"
version: "1"
metadata:
envTypes: ["dev", "stage", "prod"]
data:
requestTransformations:
removeMarketingParams: false
rules: []Please refer to the Documentation [2] for more information in this regard.
[1] ^(utm_.*|gclid|gdftrk|_ga|mc_.*|trk_.*|dm_i|_ke|sc_.*|fbclid|msclkid|ttclid)$
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.