Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

4 Replies

Avatar

Correct answer by
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

@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

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)