Hi Team,
Adobe collect in the background the number of visit, if an user returns. We want this value to be usable on our dimensions and values.
Therefore, the way of collecting and accessing this numeric information is necessary, So it can be stored and used later.
Can you please suggest or Reference link How can we implement this.
Thanks In advance!
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
There is an default dimension 'Visit number' which provides the Visit Number for the visitor.
If you still need to implement it manually then try using 'getVisitNum' plugin.
Thanks,
Charles
There is an default dimension 'Visit number' which provides the Visit Number for the visitor.
If you still need to implement it manually then try using 'getVisitNum' plugin.
Thanks,
Charles
@Charles_Thirupathi Thank you! It's working as expected.
Is there any other way to implement without using " Common Web SDK Plugins extension" .
조회 수
답글
좋아요 수
Hi @Moorthi_MSD
This is the plugin which is recommeded by Adobe but there must plenty of plugins or custom code in which visit logic may be differ from this.
조회 수
답글
좋아요 수
Father down the plugin page there are instructions on how to install using AppMeasurement.js (The new WebSDK is listed first as that is the new tech, but the client side tracking is still available, if that is your concern)