Expand my Community achievements bar.

SOLVED

ADBINTERNAL server call

Avatar

Level 2

Hello Adobe Community !

I found the following custom link in the report and got some questions:

ADBINTERNAL:Lifecycle

ADBINTERNAL:SessionInfo

ADBINTERNAL:Crash

What are their functions?

Are they necessary? e.g. If we take out ADBINTERNAL:SessionInfo, what would happen?

On what conditions would they fire? e.g. is ADBINTERNAL:Crash would fire during app crash?

Regards,

Ricky

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi there,

ADBINTERNAL calls are all of your mobile lifecycle metrics, called by default in the Mobile App SDK. If you're looking to have proper data around Launches, First Launches, Crashes, Mobile Messaging, and more, then they are required.

ADBINTERNAL:Lifecycle is called in order to capture the Launches metric.

ADBINTERNAL:SessionInfo seems to be related to the Total Session Length metric.

Hope that helps

View solution in original post

4 Replies

Avatar

Level 2

Anyone professional can help me?

Avatar

Correct answer by
Employee Advisor

Hi there,

ADBINTERNAL calls are all of your mobile lifecycle metrics, called by default in the Mobile App SDK. If you're looking to have proper data around Launches, First Launches, Crashes, Mobile Messaging, and more, then they are required.

ADBINTERNAL:Lifecycle is called in order to capture the Launches metric.

ADBINTERNAL:SessionInfo seems to be related to the Total Session Length metric.

Hope that helps

Avatar

Level 2

Hi there,

Thanks for your reply, very useful.

May I know more on the logic these default calls? Especially on what conditions would they fire?

Avatar

Community Advisor

They will fire as part of the lifecycle tracking. For this to work you will need to have lifecycle enabled:

Android : Core Implementation and Lifecycle

IOS: Core Implementation and Lifecycle

This is how lifecycle metrics are triggered and why:

IOS: Lifecycle Metrics https://marketing.adobe.com/resources/help/en_US/mobile/ios/metrics.html

Android: Lifecycle Metrics

This is how crashes are handled in Android: Track App Crashes

This is how crashes are handle in IOS : Track App Crashes

Lifecycle tracking implementation is required by a lot of mobile features like link acquisition as well.