Android - How to make a success metric call
Hi,
I have integrated Target into an Android application by following instructions from the following sample: mobile-demo-android/MboxCaller.java at master · adobe-target/mobile-demo-android · GitHub
I am having trouble sending success event for the mbox that I have created. I am not sure how to associate the createOrderConfirmRequest with the mBox for which I want to send the success event.
| TargetLocationRequest orderConfirm = Target.createOrderConfirmRequest(name, orderId, orderTotal, productPurchasedId, parameters); |
Below is the goal that appears on the Target Overview page for this Activity.
Goal
| I want to... | Increase Conversion |
| Measured by... | Clicked on mbox <MY_MBOX_NAME> |
Regards,
Vishal

