Avoid extra Ajax call from V9 Remote store

A number of remote stores make an Ajax call to register marketing events. This call, AjaxRESTMarketingTriggerProcessServiceEvaluate, can be sent from store pages, including category navigation pages, product or item display pages, or search result pages. We can disable this call if you have no need for it. To disable the AjaxRESTMarketingTriggerProcessServiceEvaluate call for our remote stores, issue the following SQL command.

If wc.store.unregisterMarketingEvent=1, then remote store pages will not register marketing events with the Transaction server. It follows that any marketing features that rely on these events will not work. For example, the display of recently viewed products will not occur if it is triggered by this Ajax call.

Note: