14 Apr 2020 04:02 PM - last edited on 15 Jan 2024 02:00 PM by MaciejNeumann
Hi,
I am trying to capture 'aid' as a request attribute from Metadata as the value doesn't present in Request header. In Dynatrace, I have tried with attribute source as Web request URL query parameter
Could someone help me with how to capture this?
Solved! Go to Solution.
14 Apr 2020 04:20 PM
Hi Suresh,
Your parameter name should be "aid" not "aidQueryParam".
When extracting a Query Parameter type request attribute, dynatrace will automatically know what is a query parameter and what is a value (by the = and & separators). You don't need to do any additional processing on it, so you can remove all of the stuff from the "further restrict or process captured parameters" section.
Let me know if it works.
Best regards,
Radu
14 Apr 2020 04:43 PM
Hi @Radu S., it worked perfectly! thanks for your help
16 Apr 2020 04:52 PM - last edited on 16 Oct 2023 03:28 PM by random_user
Hi @Radu S. could you see if you can help me with this as well, please?