Expand my Community achievements bar.

Check out the November edition of the Analytics Community Lens newsletter to see what's been trending in the last two months!

How to import missed order iD values to adobe analytics?

Avatar

Level 2

Due to some implementation glitch we didn't track around 1000s of Orders in adobe analytics. Is there a way to import it something like classification? I know we can do classification but the issue is we have lots of variables tracked on product purchase. 

1 Reply

Avatar

Community Advisor

Classification works with data that have already been tracked. So that won't work for you since your order IDs are not tracked at all.

You can consider the Bulk Data Insertion API https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/bulk-data-insertion/ . However, that requires that you have your visitors' visitor ID values (usually the Experience Cloud IDs), so that AA can associate your imported data with the correct visitor data that has already been collected. If you don't have that, you can still import your orders data with dummy visitor IDs, but obviously that means you won't be able to take advantage of any attribution reporting, e.g. reporting the orders per Marketing Channel.

...

...

... or... you can sweep this under the rug and wait for 2 years for Adobe Analytics to delete old data automatically and have your problem "vanish" with that... yes, that is not a real recommendation, please don't use it!