+2 votes
by (6.7k points)
Hey guys, I'm trying to write a regex "or" statement to track Bing conversions from urls containing either: /checkout_finalize_mc OR /checkout_with_pay_token Can anyone weigh in on the best way to get this done? I'm light on regex and concerned the underscores could also have an unintended effect. Any help appreciated!  
Hey guys, I'm trying to write a regex "or" statement to track Bing conversions from urls c

1 Answer

0 votes
by (16.1k points)
Two conversions?  
by (6.7k points)
Just one conversion triggering for this url or that.  
by (16.1k points)
@luedtke42 Can you create two conversions with those two URLs?  
by (6.7k points)
@raynell9 yep that's the back-up plan but I know regex would work here and since they're truly the same goal, my hope was that someone would have a quick thought on the format needed.  
by (16.1k points)
In Google Analytics it should be just with | between them i. e. checkout1|checkout2, but I'm not sure about Bing.  
The Google AdWords Group is where you can always find questions, answers, advice, reviews & recommendations from other community members about successful search engine marketing (SEM) ads through Google AdWords.

Related questions

...