Distinct Count for specific product type | Community
Skip to main content
New Participant
November 19, 2021
Solved

Distinct Count for specific product type

  • November 19, 2021
  • 2 replies
  • 1385 views

Hi there,

 

Is there a way to use "Distinct Count" function to see: in a visit, how many products have been viewed - for specific product type?

This is related to this question in the forum.

For example:

there are 4 visits:

Now, is there a way to know:

How many products under Type A has been viewed in each visits?

Visit 1: 2

Visit 2: 2

Visit 3: 1

Visit 4: 1

 

Thanks in advance for your inputs.

H

 

 

 

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 Pablo_Childe

What you need to do here is use SAINT classification.

Each Product ID(key value) will have its Product type association(secondary classification).

 

Then you can pull visits by product type. At product type level.

 

GLTU

2 replies

VaniBhemarasetty
Employee
November 20, 2021

@h_l You can create a segment with condition "is greater than or equal to (Distinct count). Here is the reference article which can help in achieving your use case

 

https://analyticsdemystified.com/adobe-analytics/distinct-count-in-segmentation/

 

 

 

 

H_LAuthor
New Participant
November 22, 2021

right...

Pablo_Childe
Pablo_ChildeAccepted solution
New Participant
November 19, 2021

What you need to do here is use SAINT classification.

Each Product ID(key value) will have its Product type association(secondary classification).

 

Then you can pull visits by product type. At product type level.

 

GLTU