Mobile App - AEP SDK - Implementation of Acquisition & deeplinking & testing | Community
Skip to main content
Level 2
June 2, 2021
Solved

Mobile App - AEP SDK - Implementation of Acquisition & deeplinking & testing

  • June 2, 2021
  • 1 reply
  • 2523 views

Hi there,

 

We are trying to implement mobile marketing features such as acquisition and deeplinking. Need some clarification on the below:

1. are these features still available in AA (prime license)? 

2.  as per this article, it can be achieved through very manual way - is it still valid? any limitations?

 

Basically, Does Mobile (AEP) AA contain in-built features for marketing features? or do we need to rely on third party plug-ins?

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

Hi @padmaa17619878 ,

 

The Adobe Analytics - Mobile Services extension provides the functionality you are looking for. For more details, see https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics-mobile-services

For acquisition tracking you also need to configure the Launch hit delay in the Analytics extension so that it waits for the acquisition information before processing the launch hit: https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics#launch-hit-delay

 

Thank you,

Emilia Dobrin

Adobe Experience Cloud

1 reply

EmiliaDobrinAdobe EmployeeAccepted solution
Adobe Employee
June 2, 2021

Hi @padmaa17619878 ,

 

The Adobe Analytics - Mobile Services extension provides the functionality you are looking for. For more details, see https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics-mobile-services

For acquisition tracking you also need to configure the Launch hit delay in the Analytics extension so that it waits for the acquisition information before processing the launch hit: https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics#launch-hit-delay

 

Thank you,

Emilia Dobrin

Adobe Experience Cloud

Level 2
June 3, 2021

Thanks Emilia for the quick response, yes mobile service extn is already configured and launch it delay is set to 5. Code & config already have related initialization.

1. In adobe launch, most of times, i see this error, what could be the reason? 

 

 

2.How do we check acquisition /deeplinking parameters in test environment, ie, when app is not in app store. still these steps valid?

3. Is it necessary to have acquisitiontimeout is lesser than launchhitdelay?  can help to validate below settings? 

"analytics.launchHitDelay": 5,

"mobile.acquisitionTimeout": 30,

"lifecycle.sessionTimeout": 300,