Hi,
I’m not able to find out hat should be the rgex for this basic goal:
tracking one OR another url.
… /commande-merc.html OR …/order-thank-you.html
\/commande-merci|\/order-thank-you
Itried this: but no luck
Thank you
Hi,
I’m not able to find out hat should be the rgex for this basic goal:
tracking one OR another url.
… /commande-merc.html OR …/order-thank-you.html
\/commande-merci|\/order-thank-you
Itried this: but no luck
Thank you
I haven’t tried it myself but could you also try:
\\/commande-merci|\\/order-thank-you
thank you . I try this.
Hi again,
This doesn’t work neither.
…Any halp appreciate : how to define a goal based on 2 url (OR)
Thak you