Support
posted this on June 29, 2010 16:26
One of Mopapp's nicest features is the ability to auto-import the orders and sales data from the multiple stores where you sell your applications.
However, if for some reason you don't want to use this feature (because you're using a store we don't integrate with, maybe a custom-made e-commerce script on your server, or because you don't want to share your credentials with us, even if they would be encrypted and safe), you still have the option to upload the CSV files with the data, let us import it, and then work with the charts we build as you would do with data from automatic imports.
You can import CSV files from My Account => Data Import.
An email will inform you when the report is ready. It will then show in the list described in point 3.
If you're using your own e-commerce script, or are using an external third-party store that we currently don't integrate with, don't despair, you can still integrate with Mopapp! All you need to do is export your sales data, and convert it in our own CSV format, as follows:
ApplicationId,Date,Country,Type,Quantity,Currency,Revenue,Profit,Device,Email
56,2010-05-01 05:00:00,US,1,1,USD,4.99,3.49,BlackBerry Bold 9000,user1@example.com
47,2010-05-01 04:30:23,FR,1,1,EUR,1,0.7,Nexus One,user2@example.com
83,2010-05-01,,1,2,USD,10,7,Palm Pre,
Here is what the various comma-separated values mean:
Note: the first line, with the titles, should be included in the uploaded file, just like it is in the sample above.
Note: Identical lines are considered as the same sale, and therefore only the first one will be imported.
So if, for example the following csv is not valid:
ApplicationId,Date,Country,Type,Quantity,Currency,Revenue,Profit,Device,Email
83,2010-05-01,USA,0,1,USD,10,7,Palm Pre,
83,2010-05-01,USA,0,1,USD,10,7,Palm Pre,
83,2010-05-01,USA,0,1,USD,10,7,Palm Pre,
The correct form is:
ApplicationId,Date,Country,Type,Quantity,Currency,Revenue,Profit,Device,Email
83,2010-05-01,USA,0,3,USD,30,21,Palm Pre,