I have a classification rule built as below. I am able to validate this rule however I am not able to activate this rule wit multiple classifications level
Error message comes like this:
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
A couple of basic things to verify:
1. Check to see the right report suite and variable is selected.
2. Check to see the classification is set up on the variable in the right report suite in the report suite manager. Admin > Report Suites > Traffic or Conversion classifications.
Views
Replies
Total Likes
Yes, both of those settings are correct. The rule works if I remove either of the levels i.e setting alone on "Bucket" or "Section" works but not able to do both.
Views
Replies
Total Likes
This is going to sound really dumb.. but I have found that even if the classifications match but were created separately (i.e. Make the Classifications on Suite A, then make the same classifications on Suite B) then this fails...
In my experience they need to be made at the same time with both/all suites selected... so that the classifications are applied to all suites simultaneously... I suspect there is some sort of classification id (behind the visible names) that is created in the system, and those IDs have to match for this to work.
When I had this issue in the past, I had to delete all the classifications from all suites individually, then select all the suites, then re-create the classifications....
Because I don't want to risk having to re-do work, I have always created classifications with all suites selected for a few years now (just in case this was still an issue).
Views
Replies
Total Likes
I have not tried that but I am only creating classifications on same report suite across as you mentioned. I believe the problem is that we can split the values from regex and assign to different classifications of same evar but can not do that with contains or other regex'es.
Views
Replies
Total Likes
I'm not sure I understand what you mean... The error indicates that one of the Classifications (either Product Availability Buckets or Product Availability Sections; or I guess both) aren't available on your suite(s).
What rules you are running (regex, contains, etc) can all be used, and used as many times as you need... Classification Rules run in order, so you could have 5 rules that all match the original value, they will run 5 times... if they all go into 1 Classification, the last rule run will be the value you get, if they go to 5 separate Classifications, each classification will get the value set by the corresponding rule...
Before trying to activate the rule, what shows up in Test Rules? Are you getting errors there?
Views
Replies
Total Likes
I do not see any error's when running test as you can see below. Also both of them exist in report suite and I can save this classification if I remove either "Product Availability Buckets" or "Product Availability Sections"
Views
Replies
Total Likes
Just curious, both Classifications (Product Availability Buckets and Product Availability Sections) are on the same eVar?
You have that 1 suite selected on your Rule Builder, with that one eVar selected?
While you can select multiple suites (with an eVar selected for each), this is what I was talking about setting them up simultaneously...
If you have classifications on 2 different eVars, you need to create a separate rule for each dimension.
Or rather I should say that BOTH Classifications (Product Availability Buckets and Product Availability Sections) must be available on all selected eVars in the Select Report Suites and Variables
Views
Replies
Total Likes
If you have Product Availability Buckets on eVar1 and Product Availability Sections on eVar2... you will need to create a separate rule for each eVar.
Views
Replies
Total Likes
@Jennifer_Dungan @RobertBlakeley Has this issue of yours been resolved? If so, how did you manage to resolve it? I'm currently facing the same error and unsure of the steps to fix it.
Views
Replies
Total Likes
I am also experiencing this error: "Some classifications being set within the rules are not available for the following report suites:'report_suite_name' ".
I am not doing anything novel. I have set my classifications like this many times.
Views
Replies
Total Likes
@bflynn yeah , i am not sure what is causing this issue . I think adobe support can help us resolve this issue
Views
Replies
Total Likes
My issue has been fixed. Nothing changed on the classification itself. It was a product fix from Adobe. I guess if you still see this issue you can raise a support ticket.
Views
Replies
Total Likes
Hi Jennifer,
I'm working on setting up a classification rule named "Most Suggested Product" to capture values like "eVar1 = A | B | C". I'm searching for a way to separate and classify all products A, B, and C under the same "Most Suggested Product" category. This will enable me to better analyze which product recommendations occur most frequently in the reports.
Any solution can you provide here ?
Views
Replies
Total Likes
Unfortunately, you can't really use classifications to split a single string value and turn it into something that works like a list (i.e. value A comes through as a row, value B comes through as a row, and value C comes through a row)... Classification rules process in order and each rule overrides the last one.
However, you should consider just tracking this, not as an eVar, but as an actual List dimension....
https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/page-vars/list
You configure your delimiter when you set up your list dimension, so in your case pipe (|).
Then when you track this, you would track as:
s.list1 = "A|B|C";
// OR
s.list1 = "A|B";
// OR
s.list1 = "B|A";
// OR
s.list1 = "A";
The order doesn't matter, and if those four examples were received, the report would look like:
Page Views | ||
Lists | 4 | |
A | 4 | |
B | 3 | |
C | 1 |
Which sounds exactly what you are looking for.
Now, if you are already using all three of your lists, you might want to consider using a tip that I presented at Summit this year, and make your list generic, and use classifications to split the uses of each set of data out...
Views
Replies
Total Likes
@TARUNKUMAR2Has this issue of yours been resolved? If so, how did you manage to resolve it? I'm currently facing the same error and unsure of the steps to fix it.
Views
Replies
Total Likes
Yes @Dhanush_RP this issue has been fixed. Nothing changed on the classification itself. It was a product fix from Adobe. I guess if you still see this issue you can raise a support ticket.
Views
Replies
Total Likes
I can echo the other's statements. Adobe support was able to solve the issue.
They said:
There was a syncing issue on the backend and once the system was resynced, the Classifications worked!
Views
Replies
Total Likes