Do Processing Rules effect Data Warehouse? I once had a processing rule which filtered out all numeric digits from all clicks. We created this rule to avoid collecting account numbers (PII). This processing rule worked as designed as no numeric digits appeared in UI data. I was horrified to find account numbers in Data Warehouse as Data Warehouse ignored my processing rules.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Processing Rules are applied before Data Warehouse extracts. It's likely something was overlooked. Could you please check or run tests again?
Views
Replies
Total Likes
Hi @erichami , how did you wind up filtering the numbers? Did you just create a "Does Not Contain" condition for every number 0-9? Just curious, but not sure about the actual answer. It is processed separately then the Analytics Reports/API so it seems plausible that it could have data that was filtered through normal processing.
You could try to filter before it reaches processing (e.g. custom code in your tag management -- even if the variable is set directly, you could copy it to a separate context data variable, use custom code to filter, then be sure to clear the analytics variable before sending the beacon, and, finally, set the processing rules to set the variable from the new, pre-filtered context data variable).
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Now that I think about it, Data Warehouse must be available only after processing, since it includes values that are only set during processing (e.g. context data). It seems most likely that the conditional rule is failing. You may also want to do a Data Feed export on the variable(s) in question to compare the pre/post variable values to see how they were processed and if things are making it past the filtering processing rule.
Views
Replies
Total Likes
Processing Rules are applied before Data Warehouse extracts. It's likely something was overlooked. Could you please check or run tests again?
Views
Replies
Total Likes
Views
Replies
Total Likes