A4 : Create a Target location and success metric - adobe-target/mobile-demo-android GitHub Wiki


info Target Methods

You can find a list of all the available https://marketing.adobe.com/resources/help/en_US/mobile/android/c_target_methods.html[Target methods] in the SDK


Sample Location creation call

https://github.com/adobe-target/mobile-demo-android/blob/master/app/src/main/java/com/dailydeals/Login.java#L81

Sample success metric call

https://github.com/adobe-target/mobile-demo-android/blob/master/app/src/main/java/com/dailydeals/Login.java#L124

If you are using the Analytics for Target (A4T) feature available in 4.11+ SDKs, you don't have to create success metric. You can use any metric that is tagged for Analytics to measure your Target activities.