What is the status of the Marketplace transaction history?
Posted: Wed Feb 05, 2014 12:14 am
What is the status of the Marketplace transaction history? I read in the forums that this would be implemented some day, but I don't see it yet. What I saw in the forums was a report from a community meeting that suggested CSV files might be the format.
For managing updates to products, I keep a database of everything I have sold. In SL you can download a CSV file of recent transactions or you can get an HTTP request for each transaction as they happen. This is sent to a URL that I enter into the SL Marketplace setup, then that URL is sent the transaction information, and I had to write a PHP script to catch the data and stuff it into a MySQL database .
This means the database is updated instantly as sales happen. I don't have to download a CSV file once a month and translate it into my database format (which I used to have to do in SL). Instead the PHP script does the conversion on the fly, one transaction at a time. Also, I wrote a script for my in-world vendors that sends a similar HTTP request every time someone buys something in-world. That I could implement myself in-world in Kitely, but I would like to request HTTP request transactions from the Kitely Market.
HA! You (the Kitely Team) are busy doing other things for us, have not even added CSV support yet, and I already want the next thing! CSV histories would be better than having to paw through the history looking for transactions, so I'll happily take that when you have time to get to it!
For managing updates to products, I keep a database of everything I have sold. In SL you can download a CSV file of recent transactions or you can get an HTTP request for each transaction as they happen. This is sent to a URL that I enter into the SL Marketplace setup, then that URL is sent the transaction information, and I had to write a PHP script to catch the data and stuff it into a MySQL database .
This means the database is updated instantly as sales happen. I don't have to download a CSV file once a month and translate it into my database format (which I used to have to do in SL). Instead the PHP script does the conversion on the fly, one transaction at a time. Also, I wrote a script for my in-world vendors that sends a similar HTTP request every time someone buys something in-world. That I could implement myself in-world in Kitely, but I would like to request HTTP request transactions from the Kitely Market.
HA! You (the Kitely Team) are busy doing other things for us, have not even added CSV support yet, and I already want the next thing! CSV histories would be better than having to paw through the history looking for transactions, so I'll happily take that when you have time to get to it!