Identify Customers
This page will help you understand how you can manage customer profiles on Growlytics using Android sdk.
// Prepare Attributes Map<String, Object> userAttributes = new HashMap<>(); attributes.put("has_subscribed", true); attributes.put("total_cart_visits", 12); // Put them in growlytics user profile Analytics.getInstance(this).identify(userAttributes);// Prepare Attributes Map<String, Object> userAttributes = new HashMap<>(); attributes.put("has_subscribed", true); attributes.put("total_cart_visits", 12); // Put them in growlytics user profile Analytics.getInstance(this).identify(userAttributes);
Last updated
Was this helpful?
