About Omniture Cross Sell Product
Hi,
I am putting Product details :
Analytics analytics = new Analytics();
HashMap<String, Object> exampleContextData = new HashMap<String, Object>();
exampleContextData.put("Product Catalog", mProductBean.type);
exampleContextData.put("Category", mProductBean.Title);
exampleContextData.put("Tagline", mProductBean.tagline);
//exampleContextData.put("&&products", mProductBean.Title);
//Analytics.trackAction("Product view", exampleContextData);
analytics.trackState("Viewed Product", exampleContextData);
But I am not able to find this on cross sell data. please tell me how to find this there.