내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Collecting the visitor count

Avatar

Level 2

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!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 4

@Moorthi_MSD 

 

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

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Level 4

@Moorthi_MSD 

 

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

Avatar

Level 2

@Charles_Thirupathi Thank you! It's working as expected.

Is there any other way to implement without using " Common Web SDK Plugins extension" .

Avatar

Level 1

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.

 

Avatar

Community Advisor and Adobe Champion

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)