TrackAction and TrackState at same time
Hello Adobe Analytics,
Quick Question,
Has anybody tried to use a trackAction and trackState simultaneously on mobile apps ?
I need to get to know the name of the page (screen / state) the action is launched.
I've never tried this before, but we are having some trouble with this , and I'm not sure this is feasible - since for me those methods are 2 very different things.
If not, I guess it's still possible to send a context data with the name of the screen on the TrackAction, like on DTM with Custom links for getting to know the pageName where these come from.
Or vice versa, do a TrackState with a contextData on the event.
Our need is the following :
We have a placed the trackaction call on the Login screen to capture the login success event. Also on Order Placed Success screen we have placed the trackaction call for the order placed success event. Because of which we are not getting pageview for these screens. Is it advisable to have trackaction and trackstate call on these screens to capture a pageview and event?
Cheers !