Import Conversions that link to IP addresses

Hey guys I want to see if there is a way I can associate a conversion if I have the conversion IP address or User_Id that would match a visit from the tracker.

Essentially I have a CSV export of all orders with all the details I need to run the javascript api for

addEcommerceItem( productSKU, [productName], [productCategory], [price], [quantity] )
trackEcommerceOrder( orderId, grandTotal, [subTotal], [tax], [shipping], [discount] )

But I have no way to link those orders or items to a specific IP address

I’m trying to make sure that I have a 1 to 1 conversion report and that there are no issues of Javascript miss fires or error data for eCommerce

Basically looking for a way to link orders/conversion once a day for the previous days conversion

– figured it out was missing setIp and setForceVisitDateTime on a ssl url