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
import com.netcore.android.Smartech
import java.lang.ref.WeakReference
val netcoreUnbxdIdentity = Smartech.getInstance(WeakReference<>(context)).getNetcoreUnbxdIdentity()
import com.netcore.android.Smartech;
import java.lang.ref.WeakReference;
String netcoreUnbxdIdentity = Smartech.getInstance(new WeakReference<>(context)).getNetcoreUnbxdIdentity();
Updated 10 days ago
