Tagging on a Single Page App/Kiosk
- January 20, 2016
- 5 replies
- 1717 views
I am implementing a tagging solution for a kiosk that will run a single page application. What's most important is recording the path the user takes through the application. Imagine there being 5 "pages", with 5 links the user can click on each "page". I want to have the analytics call send the custom link tag name and manually set page name. I am wondering how this can be done in terms of:
1) Having a session/visitor's path start when they are on the start screen and have it end when the session either completes by clicking 'submit' or times out (and goes back to the start screen for another user to come up and begin)
2) Correctly setting the page name and custom link, as I can only send one or the other in the Adobe Analytics section of a DTM click event rule. The two pictures show what I mean.
3) If the kiosk were to go offline because of an unavailable internet connection, would adobe analytics be able to remember/queue a visitor's session and their respective path, and send it to the report suite once the kiosk got back online?
I have been able to see the manually set page name and the custom link name in Observepoint and Adobe Analytics debugger, but in my report in omniture there's only an 'Other' page available to see. So it looks like a visitor only comes to my site, goes to page 'Other' and then exits. I do not know why I am able to see the page name and the custom link name in the analytics call in the debugger, but not in a report. I am new to Adobe Analytics so any and all help is much appreciated.