How to reconcile Data feed with workspace report
Hi,
I am coming back with another question regarding calculations from Data Feeds.
I exported - for test - all columns for a certain report suite. The event.TSV has these rows, besides the "Instance of eVarxxx" and "Custom Event yyy":
- 1 Purchase
- 2 Product View
- 10 Cart Open
- 11 Checkout
- 12 Cart Add
- 13 Cart Remove
- 14 Cart View
In order to get Revenue and Orders I follow the instructions in Calculate metrics | Adobe Analytics
In the data feed I have extracted hits for July 16 and July 17. All rows in my extract have duplicate_purchase = 0.
The next step is to "include only rows where event_list contains the purchase event". According to the above list I am picking only the rows where post_event_list contains 1 (post_event_list like '1,%').
Now, if I count the rows, as indicated in the documentation, I get Orders=743 (total for both days).
Then I go in the AA workspace and create a free form table. I select Orders and Revenue and I get completely different numbers: 1237 orders for both days. The Revenue, calculated by parsing post_product_list for these orders, is obviously different too from the 162456 CAD in the image below.

Am I missing something? Is it possible that the data feed doesn't include everything?
Any suggestions will be appreciated.
Thanks.