Hello.
I know Classification Rule Builder has a lookback window you can customize, and has limitations (I believe 6 months). Does the Classification Importer (browser upload or FTP) have the same limited lookback window, or is that lookback window much larger? I have not found a straight answer on experienceleague.adobe.com
Thanks!
-C
Solved! Go to Solution.
Views
Replies
Total Likes
If there's a lookback window, I've never encountered it… at least, when looking at reports with a date range that's within a year of the current day.
Views
Replies
Total Likes
If there's a lookback window, I've never encountered it… at least, when looking at reports with a date range that's within a year of the current day.
Views
Replies
Total Likes
When I upload /update data via ftp or upload I see historical data update in some cases for years. You should expect the data to be adjust for as long as the key variable existed.
Views
Replies
Total Likes
Classifications work like lookup tables that are evaluated whenever a report runs. It does not matter when a Classification value has been created or when the data has been tracked, as long as there is a lookup when the report is executed it will respect the Classification.
We have two ways to populate the lookup tables: First, we can use the Classification Importer through the frontend, FTP upload, or API. Second, we can use the Classification Rule Builder. But what does that actually do?
Classification Rule Builder does a few things:
This means that there is no difference in where a Classification came from. We can upload it manually or use Rule Builder, it will always end up in the same lookup table. There is no dependency on the timing of values, besides that new values can override already set values, so the report will always include whatever can be found in the lookup table at the time the report runs.
If you run a report today for today's data based on a Classification, then change the classified value, and then run the same report for today's data tomorrow, the report from tomorrow will show the updated value that would have been reported differently today. The 6-month-limit in the Rule Builder only limits the date range for which it queries for tracked values, not which values are reported.