Is it possible to create a rule without any Event but Only Condition? | Adobe Higher Education
Skip to main content
adilk
Level 4
July 4, 2019
Besvarat

Is it possible to create a rule without any Event but Only Condition?

  • July 4, 2019
  • 2 svar
  • 2284 visningar

In Rules > Events, is it mandatory to have an action?

If I leave this blank but set up a Condition > Page Path without query string matches regex "/product", should I be able to fire events based on such a rule?

Det här ämnet har stängts för svar.
Bästa svar av Andrey_Osadchuk

The Event is a mandatory part of the Rule configuration.

I presume you want to fire a tag when a visitor opens the page that matches your regex criteria. If so, consider setting an event to  Library Loaded or DOM Ready or other options under the Page Load group.

2 svar

Andrey_Osadchuk
Level 10
July 5, 2019

The Event is a mandatory part of the Rule configuration.

I presume you want to fire a tag when a visitor opens the page that matches your regex criteria. If so, consider setting an event to  Library Loaded or DOM Ready or other options under the Page Load group.

adilk
adilkSkribent
Level 4
July 7, 2019

Thanks, Andrey!