This page is for existing Mapp Fashion implementations that still use Standalone Tracking with the dressipi.js loader. It maps every Standalone tracking method to its Smart Pixel equivalent and lists the configuration changes involved.
New implementations do not need this page. Start at Tracking Setup instead.
What changes
Loader: the separate
dressipi.jsscript is replaced by the Mapp Fashion extension for Smart Pixel. Tracking no longer runs independently of Mapp Intelligence.Session handling: Standalone maintains its own session and visitor identifiers (
sid,duid,vid). With Smart Pixel, session and visitor context come from the Mapp Intelligence tracking foundation. You do not configure or send these values yourself.Configuration:
namespace_idandhostmove into the extension configuration asnamespaceIdandhost.API host: retrieval calls no longer go to
api.dressipi.combut to your delegated domain, for exampleapi.your-domain.com.
Before you start
Smart Pixel is integrated on your site. See Smart Pixel.
The Mapp Fashion extension is loaded and activated, with
hostandnamespaceIdconfigured. See Smart Pixel: Fashion extension.Your delegated domain is set up. See Delegate a Domain.
Configuration mapping
Standalone | Smart Pixel |
|---|---|
|
|
|
|
Loader snippet with |
|
No activation step |
|
Method mapping
Each Standalone method was triggered as Dressipi('track', '<method>', { ...parameters });. The table below lists the Smart Pixel equivalent and where it is documented.
Standalone method | Smart Pixel equivalent | Documentation |
|---|---|---|
| Extension | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| Not yet documented, see below | – |
Retrieval calls
Recommendation content is retrieved from the same API in both setups. Only the host and the client call change.
Outfits and similar items:
Dressipi("related","items", …)becomeswtSmart.extension.fashion.call("related","items", …). See Outfits and Similar Items.Faceted search:
Dressipi("facetted","search", …)becomeswtSmart.extension.fashion.call("facetted","search", …). See Faceted Search.Hosted widgets:
Dressipi("widget", …)becomeswtSmart.extension.fashion.call("widget", …), with an additionalplacementparameter. See Hosted widgets.
Open points
Warning
Product listing page tracking is not yet covered for the Smart Pixel setup. If your implementation uses
plptracking, or a PLP widget that depends on it, contact Mapp before migrating.
Two details are still being confirmed and will be added here:
Which call combination the Mapp Fashion recommender expects for product listing pages, and where the
filtersandpage.numbervalues from the Standaloneplpcall are sent.Whether the session cookie set by the retrieval API behaves the same on a delegated domain.