Expand my Community achievements bar.

How to implement complete mobile SDK using adobe launch?

Avatar

Level 2

Hi, I have implementation knowledge of Adobe analytics using Adobe Lunch but am very new to the Web SDK or Mobile SDK.

 

I am supposed to create Button tracking, Click tracking, Swipe & Scroll tracking, Button Tapped, Onpress Tracking, Video(Play,pause,end) tracking for mobile SDK.

 

I've gone through the Adobe docs, but none mentioned the step-by-step guide, on

1, How do we create rules on click/button tapped tracking?

2, How to create data elements?

3, How to Map the evars/props/events?

4, How do we send the data to adobe analytics report suites?

5, What are the extensions to be used?

6, Do we need a data layer for Mobile SDK?

 

Any suggestions are appreciated!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

5 Replies

Avatar

Community Advisor

Hey @Aravind_ 

 

I wrote a blog last year on this.

Might not cover everything you are looking for but might give you a headstart.

 

You can read it here: https://medium.com/@abhinavbalooni/aep-mobile-sdk-how-to-implement-stand-alone-adobe-analytics-using...

 

Cheers,

Abhinav

Avatar

Level 2

Hi @abhinavbalooni

 

Thanks, but Medium has shut down their website already so do you have the blog post anywhere else?

 

Could you please share the active blog link URL

Avatar

Community Advisor

Also, out of curiosity, did the medium link not open ? Cause I am able to open it and also getting users who read the posts every week.

 

So, when you mentioned medium shutdown, it came as a surprise to me.

Avatar

Employee

Hi @Aravind_ ,

There are several in depth tutorials that cover most aspects of Web SDK and Mobile SDK implementation:

  1. https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/overview
  2. https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/overview

1. How do we create rules on click/button tapped tracking?

For click-tracking, you would define a rule in tags with an event defined by the click or onmousedown

 

2. How to create data elements?

Covered, in the Web SDK tutorial

 

3, How to Map the evars/props/events?

This is covered, although there is a new approach that will be available very soon which is not included in the tutorial yet.

 

4, How do we send the data to adobe analytics report suites?

Covered

5, What are the extensions to be used?

Covered

6, Do we need a data layer for Mobile SDK?

Covered