활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I'm looking to use two of the 'Common Analytics plugins' in a Launch setup. I'm getting good data on one, but not sure about the other and just want to confirm the proper setup.
s.prop17=s.getNewRepeat();
s.prop22=s.getTimeSinceLastVisit();In reporting, getNewRepeat seems fine - reporting both new and repeat visitors.
However, getTimeSinceLastVisit only reports 'New Visitor' and prop22 does not show up in the debugger.
The plugin documentation adds the following line,
s.linkTrackVars = s.apl(s.linkTrackVars, "prop22")
but when I add that, the library seems to fail - no Adobe Analytics code found on page, according to the debugger.
Is that the proper procedure?
The version history comment states
Now uses formatTime and inList plug-ins for the return value.Does that mean I have to include those plug-ins as well?
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
WORKAROUND:
I've realized that I can use the stock Workspace 'First Time Visitors' and 'Return Visitors' Segments, and the 'Days Since Last Visit' Dimension to get the data I need, so I've got that. Any advice on the plugins would still be appreciated!
조회 수
답글
좋아요 수
Add APL (Append to list) function from the plugin and check it after one visit expire.It will work fine.
조회 수
답글
좋아요 수
Thanks for this - I did also add 'Initialize APL (Append to List)' to my Rule, and added
s.prop17=s.getNewRepeat();
s.prop22=s.getTimeSinceLastVisit();
s.linkTrackVars = s.apl(s.linkTrackVars, "prop22")
to my Adobe Analytics Plugin custom code. However, I still only get "New visitors" in my prop22 reporting (though New/Repeat seems to continue to work fine)
조회 수
답글
좋아요 수
WORKAROUND:
I've realized that I can use the stock Workspace 'First Time Visitors' and 'Return Visitors' Segments, and the 'Days Since Last Visit' Dimension to get the data I need, so I've got that. Any advice on the plugins would still be appreciated!
조회 수
답글
좋아요 수