Remove query strings from downloads

Is there a way to strip the query parameters from file downloads? My downloads are tracked correctly, but they include query parameters which I want to get rid of to simplify reporting.
Couldn’t find an answer in the documentation.

It depends on the use case. If you’re fine with just the domain, you can use extractions:

image

If you want do fully customize it, you would have to disable the standard tracking and set up it manually using these api methods. There you have full control over the URL that is passed to the tracker.

1 Like

I was already afraid so that this was the only solution :stuck_out_tongue:
Thanks Kuba