I'm adding in a funnel for a specific journey to upload a photo via Facebook vs non Facebook vs YouTube etc. An example URL is below:
What I want to do is to ensure that this step (choose Facebook photo) is tracked by picking up Step23 and PostType=Facebook as Step23 is used for other journeys where PostType=YouTube as an example.
I've suggested the below may work (with the view already filtered to just picturewall visitors): /Upload/Step23(.*?)(?!PostType=Facebook)
Is that the correct approach?