Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Can I trigger a Journey to show?

If you block or programmatically close a Journey via one of the calls above, then you can trigger a Journey to show by firing the following event:

Javascript branch.track('pageview');

Note: If a user has closed a Journey in the past, then firing the aforementioned event will not override a user's preference.