Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Current »

Use the following method when a user signs up to your mobile app:

HashMap<String, String> parameters= new HashMap<String, String>();
parameters.put("OM.b_sgnp","SignUp");
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("SignUp", parameters);

Do not forget to include the full hierarchy starting from top category to lowest level sub-category when sending category codes and names. Example: computers|portable computers|laptops. Use pipe "|" to separate different levels of categories.

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.

















Parent Topic: Android - MobileTagging

  • No labels