Android - Product View

If you offer different product variations (such as size, color, material, etc) than your integration will slightly be different, please follow the guidelines on the Product Variant page.


Use the following method when the user views a product on your mobile app:

HashMap<String, String> parameters= new HashMap<String, String>();
parameters.put("OM.pv","Product Code");
parameters.put("OM.pn","Product Name");
parameters.put("OM.ppr","Product Price");
parameters.put("OM.pv.1","Product Brand");
parameters.put("OM.inv","Number of items in stock");
parameters.put("OM.exVisitorID","memberID/userID");
parameters.put("OM.sys.TokenID","Token ID to use for push messages");
parameters.put("OM.sys.AppID","App ID to use for push messages");
Visilabs.CallAPI().customEvent("Product View", parameters);

TokenID and AppID parameters are optional. If you are using Euromessage, you should send it.

Do not forget to use a universaID/customerID as the userID which you also share with other parties such as your ESP. If you are using a GSM number or an email address instead of a userID please send that info as the userID. Make sure that you share the same ID with all other parties.

Do not use thousands separator when sending numbers. Wrong: 123.456,78 Correct: 123456,78
While sending category codes and names do not forget to include the full hierarchy starting from top category to lowest level sub-category such as computers|portable computers|laptops. Use pipe "|" to separate different levels of categories.

Parent Topic: Android - MobileTagging

Copyright 2020 Related Digital