Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Data Workbench remove parameter from URL string

Avatar

Level 3

Hi all,

I have a pagename which in some cases includes a url pass through parameter that I want to remove, while maintaining others. I can't figure out whether/which transformation could be applied to help me do this, currently the reports are coming out like this:

Page Name,                                                                                                                                     Visitors
https://www.examplesite.com/customerpage?unwanted_parameter=123&wanted_parameter=1,   1
https://www.examplesite.com/customerpage?unwanted_parameter=456&wanted_parameter=1,   1
https://www.examplesite.com/customerpage?unwanted_parameter=789,                                        1
https://www.examplesite.com/customerpage?unwanted_parameter=101&wanted_parameter=2 ,   1
 

But I'd like to transform out the unwanted_parameter to return

 

Page Name,                                                                                           Visitors
https://www.examplesite.com/customerpage?wanted_parameter=1,     2
https://www.examplesite.com/customerpage?,                                       1
https://www.examplesite.com/customerpage?wanted_parameter=2,     1
 

Any help would be much appreciated.

Cheers, J.

1 Accepted Solution

Avatar

Correct answer by
Employee

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/processing-rules/processing-rule...

https://experienceleague.adobe.com/docs/data-workbench/using/home.html?lang=en

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/processing-rules/processing-rule...

https://experienceleague.adobe.com/docs/data-workbench/using/home.html?lang=en