Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

If I upload a classification file with no or blank values will it affect existing values in adobe analytics?

Avatar

Level 2

For example imagine If I upload  the below data under product classification with "product id" being the key value in adobe analytics. 

 

product id        product name       product category

xyz                  iphone                   mobile

 

 

After few days I upload another classification file with with same product id but with empty or no value under product name and select "overwrite existing value" while uploading classification file

 

product id    product name          product category

xyz               

 

What output can i expect in adobe analytics report? Will it be 

 

xyz                  iphone                   mobile       

 

or

 

xyz       

4 Replies

Avatar

Community Advisor

I don't actually use the classification importer, but it seems like if you did such a thing, this would result in two conflicting rules...  but I don't know how what the final result would be....

 

Out of curiosity, is it your intention to "overwrite" or "delete" the original mapping? If so, you might want to look at https://experienceleague.adobe.com/docs/analytics/components/classifications/classifications-importe... where you would actually pass ~empty~ or ~deletekey~ to clear out an existing classification.


If the empty keys were done in error... you should consider exporting your rule set to see if you have conflicting classifications.. and may want to run a removal using the correct method to get rid of the conflicts, then re-import the correct rules.....

Avatar

Community Advisor

You don't get 2 conflicting rules, because Classification Importer lets you import mappings of keys to classifications. So you're really overwriting the existing classification.

Avatar

Community Advisor

The thing is.. empty or null values aren't technically valid values.. I don't know if the system will handle that as an import... to clear a value you are supposed to pass a literal "~empty~"

Avatar

Community Advisor

Instead of pondering the outcome, your best bet is to upload a corrected set of classifications promptly, then let AA use that in its reports.

Unless you're asking out of curiosity. 😀 In that case, I believe you'll end up with reports using the blank values.