(Query - 1)
As per this Adobe docs, where it mentions:
MobileCore.setApplication(this);
MobileCore.configureWithAppID(ENVIRONMENT_FILE_ID);
List<Class<? extends Extension>> extensions = Arrays.asList(
Analytics.EXTENSION, Identity.EXTENSION);
Mob...
In this Adobe doc page this is mentioned:
scOpen: Increments the ‘Carts’ metric.scAdd: Increments the ‘Cart Additions’ metric.etc
But in this Adobe doc there is no reference of how to send these events.
So my query is that while sending these event from mobile platforms (say) Cart Additions events...