Analytics event tracking with Mobile Core API versus Analytics API | Community
Skip to main content
July 16, 2020
Solved

Analytics event tracking with Mobile Core API versus Analytics API

  • July 16, 2020
  • 1 reply
  • 1720 views

Hi everyone!

 

We're putting together tracking on an app and I've seen that you need to use the trackAction and trackState methods which are part of the Mobile Core API. I've watched a couple of video tutorials and it makes sense.

 

So I'm wondering where 'Events handled by Analytics' using the Analytics API (detailed here https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics/analytics-event-reference#events-handled-by-analytics) comes into it? Does this need to be configured as well or is using the Mobile Core API enough?

 

Any help would be greatly appreciated.

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 praveenkumarv

Hi @philipk92120636 

 

Yes. Adobe analytics extension should be configured. It handles trackAction and trackState Mobile Core APIs and send pings. 

 

Thanks,
Praveen

1 reply

praveenkumarvAdobe EmployeeAccepted solution
Adobe Employee
July 20, 2020

Hi @philipk92120636 

 

Yes. Adobe analytics extension should be configured. It handles trackAction and trackState Mobile Core APIs and send pings. 

 

Thanks,
Praveen

July 21, 2020
We have the Adobe Analytics extension in our build, but it specifically says on that page referenced in your answer 'To track mobile app states and actions in Adobe Analytics, implement the trackAction and trackState APIs from the Mobile Core extension.' What I want to understand is whether we can just use those two methods or is there something additional required to push the information into Analytics?