Pass parameter to the URL

For Finding the current session URL
use

var url = SC.SESSION.touchpoints.home


To pass a parameter (abc) to end of URL
use

window.location.href = Utils.addParamsToUrl(‘abc’)

Leave a comment

Your email address will not be published. Required fields are marked *