Can Adobe Launch Filter Specific Text? | Community
Skip to main content
Level 3
February 18, 2019
Solved

Can Adobe Launch Filter Specific Text?

  • February 18, 2019
  • 2 replies
  • 2875 views

We have internal search for our website.  We want to capture the internal search values using Adobe Launch and push those values into Adobe Analytics.

We are concerned that some users may search using confidential keywords such as social security numbers and email addresses.

Can Adobe Launch filter and disallow any character string which contains "@" (to filter out email addresses)?

Can Adobe Launch filter and disallow strings of characters that resemble social security numbers?

If so, how would I implement this?

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by thebenrobb

You could also think about applying a condition based on a regex that wouldn't set the variables if the search term contained characters or patterns that you didn't want.  Stop the data on client before it gets sent to any server.

2 replies

eham1906Author
Level 3
February 19, 2019

I just thought about this problem more.

Perhaps Processing Rules can be used to filter out the text.

Does anyone have any thoughts on using Adobe Analytics Processing Rules to filter out potential personally identifiable information?

thebenrobb
Adobe Employee
thebenrobbAdobe EmployeeAccepted solution
Adobe Employee
February 19, 2019

You could also think about applying a condition based on a regex that wouldn't set the variables if the search term contained characters or patterns that you didn't want.  Stop the data on client before it gets sent to any server.