Expand my Community achievements bar.

SOLVED

How can we implement counter incremented through DTM and what action should require on Adobe Analytics?

Avatar

Level 2

User visits Community on a site. A counter is incremented every time the page the user visits is not a Thread page type. The counter stops when the user visits a Thread page type (incrementing the counter for that page) for the first time.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi aruns59381014,

It sounds like that would be a good candidate for custom events where you want to count something in a specific situation.  You could set something like s.events=event52 (and event 52 will start counting everytime it is set so you would set it only on the community pages you wish.

Another potential solution would be to set something like an evar to the page type or something.  So you could set it to something like s.eVar6='community page' and you could set it to like s.eVar6='thread' or other values.  From there you could run the evar6 report and look at the evar6 instances metric which will tell you how many of each value happened.  It would be an alternative to an event.

I hope that helps,

Seth

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi aruns59381014,

It sounds like that would be a good candidate for custom events where you want to count something in a specific situation.  You could set something like s.events=event52 (and event 52 will start counting everytime it is set so you would set it only on the community pages you wish.

Another potential solution would be to set something like an evar to the page type or something.  So you could set it to something like s.eVar6='community page' and you could set it to like s.eVar6='thread' or other values.  From there you could run the evar6 report and look at the evar6 instances metric which will tell you how many of each value happened.  It would be an alternative to an event.

I hope that helps,

Seth

Avatar

Level 2

Thanks for your reply!

Actually I am new in Adobe Analytics and DTM could you please share the exact steps what I need to do in DTM and what I need to make changes in Adobe Analytics.

Counter should be stopped on thread page.

Thanks