Hi @Jennifer_Dungan, I perfectly understood your context, this is something like our WhatsApp status, On App, it will something like this, so we can solution it by treating it as page View right and tracking exit button clicks?
Hi,I have a scenario where there is an animation screen with 5 screens, can we track how many users saw and exited each screen as it is an animation screen?
Will we be able to track camera shutter click on native app. Suppose I'm on a grocery app and opened the camera from app and clicked it can we track that click?
Hello @Jennifer_Dungan ,Right we are storing data in list var(L3), and we used local storage for 1min time, so for every 1min the stored data of clipped coupons(example user clipped 10 coupons in 1min) will be in local storage and stored in list var. So here the stored data in list var and will be c...
Thanks @Jennifer_Dungan , we did make use of list var to store data and it's a success... now we are trying to fire the stored data when navigated to another screen, I think storage spanner might do this but it is paid version, is there any other suggestions.
We have made use of list variable rule on launch and could see it on the server calls. But while checking on Adobe workspace I have created L3 as dimension with delimeter ',' and checked it on workspace but I see the data flowing separately, not sure why it is not taking the delimiter. Do I need to ...
I think list var also has byte limit right, how can I pass all those let's say for coupon A I will be capturing 7 in that way there will be like n. So I'm just thinking on it. And actually there is a separate section for coupons & deals so we will clip from that section so it has nothing to do with...
I'm working in a grocery company, and I'm investigating a ticket which is assigned. It is about when clicked on clip coupon there will be server call for each product. So here there are like 5-6 eVars which are related to it and I need to capture all the eVars when clipped on coupon for n number if...