Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
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
Level 10

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
Level 10

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