Segment is returning too many subclasses | Community
Skip to main content
Adobe Employee
August 18, 2021
Solved

Segment is returning too many subclasses

  • August 18, 2021
  • 2 replies
  • 883 views

We classify our product data into classes and subclasses. Currently, we have hundreds of subclasses. I built a segment to only display data for 21 subclasses, but all of the subclasses are displayed when I generate the report. 

This is a snap shot of the last seven dimensions (subclass) in the segment I built:

 

But, you can see the workspace report returns 1,612 subclasses and I was only expecting 21 subclasses.

 

How can I include only the 21 subclasses I need and exclude all the rest?

 

Thank you for consideration,

I-5

 

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

Hi so I think part of the problem is that you are basically trying to identify subclass with a purchase/order event.

I am also guessing a user can when purchasing order more than i subclass type at a time if yes then you are seeing the cross sell items as well. Do you also happen to track a transaction id?

 

What you could try and do is modify your segment and do a product/subtype report. Basically just have subtypes remove order event from within segment.

 

then use the actual event KPI purchase/order. list it and have event as metric

 

subtype 1     5 purchases

subtype 2     2 purchases

subtype 3     1 purchases

subtype 4     8 purchases

subtype 5     6 purchases

 

 

good luck

2 replies

Level 7
August 19, 2021

@mikeco9  Which container you are using in your segment definition ? Can you check the sane using 'Hit' container ?

MikeCo9Adobe EmployeeAuthor
Adobe Employee
August 19, 2021

Thank you for responding. We are using the Hit container.

 

Pablo_Childe
Community Advisor
Pablo_ChildeCommunity AdvisorAccepted solution
Community Advisor
August 22, 2021

Hi so I think part of the problem is that you are basically trying to identify subclass with a purchase/order event.

I am also guessing a user can when purchasing order more than i subclass type at a time if yes then you are seeing the cross sell items as well. Do you also happen to track a transaction id?

 

What you could try and do is modify your segment and do a product/subtype report. Basically just have subtypes remove order event from within segment.

 

then use the actual event KPI purchase/order. list it and have event as metric

 

subtype 1     5 purchases

subtype 2     2 purchases

subtype 3     1 purchases

subtype 4     8 purchases

subtype 5     6 purchases

 

 

good luck