Filters

Can I prevent a Journey from showing with Javascript?

You can prevent Journeys from showing on a certain page by inserting no_journeys with the value of true into the options during initialization.

<script type="text/javascript"> // load the Branch SDK file branch.init('BRANCH_KEY', { 'no_journeys': true } ); </script>