Expand my Community achievements bar.

SOLVED

Adobe Experience Platform Data Collection - Edit Rule - Right Operand needs to be changed to exclude the very special URL

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 5

@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)

 

pradeep_nextrow_1-1639481086062.png

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)

 

pradeep_nextrow_0-1639480979495.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

@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)

 

pradeep_nextrow_1-1639481086062.png

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)

 

pradeep_nextrow_0-1639480979495.png