


There is a rule, that is set up properly to exclude actions for URLs, that contain mysubstring.
This rule works fine - it doesn't run a javascript code if the URL contains a mysubstring substring.
However, I need to make an exclusion from that rule, if the URLs additionally contain myspecialsubstring substring.
As result, I need to modify Right Operand input (its current value is simply mysubstring ) with something new. What should I put into that field (probably regex rule) ? Thank you.
P.S. This page https://experienceleague.adobe.com/docs/data-workbench/using/dataset/c-reg-exp.html?lang=en# didn't help me too much.
Views
Replies
Sign in to like this content
Total Likes
@sergio7 I think the help section that you are referring is pointing to Workbench help (adobe analytics premium). You can try referring https://rubular.com/. Before that have you tried to add multiple conditions like this?
Step1: You already have a exclude condition like this for "mysubstring" (existing)
Step 2: Add another condition (new) for include and just enable regex like this:
(you can also include some other complex regex as well to match specific patterns. In the site rubular.com you can validate as well. That holds good in Launch too)
Views
Replies
Sign in to like this content
Total Likes
@sergio7 I think the help section that you are referring is pointing to Workbench help (adobe analytics premium). You can try referring https://rubular.com/. Before that have you tried to add multiple conditions like this?
Step1: You already have a exclude condition like this for "mysubstring" (existing)
Step 2: Add another condition (new) for include and just enable regex like this:
(you can also include some other complex regex as well to match specific patterns. In the site rubular.com you can validate as well. That holds good in Launch too)
Views
Replies
Sign in to like this content
Total Likes