Collecting the visitor count | Community
Skip to main content
Level 2
July 3, 2024
Solved

Collecting the visitor count

  • July 3, 2024
  • 1 reply
  • 913 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Charles_Thirupathi

@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

1 reply

Charles_Thirupathi
Charles_ThirupathiAccepted solution
Level 4
July 3, 2024

@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

Level 2
July 3, 2024

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

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

July 3, 2024

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.