Expand my Community achievements bar.

Which separation do I need to use when using contains?

Avatar

Level 2

In Adobe Launch, I want to limit serveral pageloads.

I've set up a rule with an Event.

In State I can use different options.

One of them is contains.

If I want to add different pages, how do I separate them?

Is it witjh comma or point comma or.

 

For example:

  • contains page1, page2, page3
  • contains page1; page2; page3

Does there also has to be a space behind the comma/point comma?

 

Tx

 

1 Reply

Avatar

Level 8

@pietervankerckhoven -

The "contains" option looks for a literal match. So, if you enter "page1, page2, page3", Launch will look for that exact string, which I'm guessing isn't what you're wanting to do. 

To build a condition that says "page1 OR page2 OR page3", you'll either want to go with the "Matches Regex" option in the "Value Comparison" Condition Type, or just use custom JS.