About Omniture Cross Sell Product | Community
Skip to main content
Level 2
October 16, 2015
Solved

About Omniture Cross Sell Product

  • October 16, 2015
  • 2 replies
  • 902 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gigazelle

Hi Shilpi, are you an admin in Adobe Analytics? If so, you should have access to processing rules. You'll want to check and make sure you're taking the contextData variables and assigning them to Analytics variables (such as props or eVars). If processing rules are not present, contextData variables provide no value whatsoever.

Here's a bit more info on contextData variables: https://marketing.adobe.com/resources/help/kb/en_US/analytics/using/contextdata-variables.html

2 replies

Gigazelle
Adobe Employee
GigazelleAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi Shilpi, are you an admin in Adobe Analytics? If so, you should have access to processing rules. You'll want to check and make sure you're taking the contextData variables and assigning them to Analytics variables (such as props or eVars). If processing rules are not present, contextData variables provide no value whatsoever.

Here's a bit more info on contextData variables: https://marketing.adobe.com/resources/help/kb/en_US/analytics/using/contextdata-variables.html

devinderbanga
Level 6
October 16, 2015

Hi

After implementation , are you debugging it in any packet sniffer like:

firebug

charles

HTTPFOX

Regards

Devinder