How do I implement Adobe analytics via Launch? | Community
Skip to main content
ancaa31083661
Level 2
October 7, 2019
Question

How do I implement Adobe analytics via Launch?

  • October 7, 2019
  • 3 replies
  • 8325 views

We are working on a new native mobile app and we need to implement Adobe analytics to it. I created the property in Launch, however I still need to do the configuration in analytics. Can I find somewhere a guide on implementing analytics via Launch, from downloading the SDK to making the config and creating the report in analysis workspace?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Adobe Employee
October 23, 2019

Hi Anca,

This is the doc can get you start with : Adobe Analytics - Adobe Experience Platform Mobile SDKs

SDK will be downloaded from Gradle (Android) or CocoaPod (iOS).

You can also refer to "Mobile Install Instructions" in Launch from your property > Environments > Install button (The little icon on the right of the environment name)

From the above doc, it mentions about Report Suite (Analytics Admin Guide), but I want to point out look at the Mobile Management as well to enable the Analytics for mobile .

Best Regards,

Calise Cheung
Mobile Engineer

Adobe Experience Cloud

Jennifer_Andrews
Adobe Employee
Adobe Employee
October 24, 2019

Also, in addition to above this may be helpful. Below are steps to a sample that walks through an implementation from start to finish for Swift, Objective-C and Android

Overview   Swift

Overview  Objective - C

Overview  Android

Regards,

Jen

November 18, 2019

Hi!

I'm actually implementing Launch on a mobile application, Launch configuration is correctly set during app launch but I have no analytics tags sent.

In Launch platform, I already have published extensions in a production version. Do I need to create rules in Launch platform or only tracking codes in app (trackstate and actions) are enough to correctly send tags?

Thanks!

Kevin

Jennifer_Andrews
Adobe Employee
Adobe Employee
November 19, 2019

Hi Kevin,

You do not need to create rules, but you do indeed need app code to trackState or trackAction for Analytics.  For Lifecycle also, app code needs to be implemented in the app code.

Here is a link that do somewhat of a walk through of implementing Mobile App via Launch for Swift, in the first information blue box has a link to Objective-C and Android.  This should help with your initial. implementation.  https://docs.adobe.com/content/help/en/experience-cloud/implementing-in-mobile-ios-swift-apps-with-launch/index.html

Jen