A message is published to this topic when a shopper navigates from one page to another or refreshes the page.
$.Topic(PubSub.topicNames.HISTORY_PUSH_STATE).publish(path);
Arguments
path: The path for the page being navigated to or refreshed, for example, /home, /cart, /checkout, /profile, and so on.
Memory enabled
Yes

