Netcore Unbxd Recommendation

Netcore Smartech SDK provides a unique identifier, NetcoreUnbxdIdentity, which acts as a common key between Unbxd and Smartech. This identifier ensures that user activities tracked by Unbxd are linked back to Smartech, enabling personalized product recommendations across channels.

Use the below integration to fetch NetcoreUnbxdIdentiy

val netcoreUnbxdIdentity = Smartech.getInstance(WeakReference<>(context)).getNetcoreUnbxdIdentity()
String netcoreUnbxdIdentity = Smartech.getInstance(new WeakReference<>(context)).getNetcoreUnbxdIdentity();