How to display analytic stats publicly? Such as on BST section here. Where the site seller can attach traffic stats. Any help is appreaciated.
Easiest way is to add the buyers' Email to your Analytics account's "user" list. Or you can try the Analytics API.
Google has a very well-written documentation for Analytics data export. Basically all you need to do is pass some parameters for data that you need, and you will get the XML response of your request. The document for Analytics Data Export API is here: http://code.google.com/apis/analytics/docs/gdata/home.html To beautify your result, you can use Google Chart API. After phrasing the data, you can display your site's stats dynamically for your buyers. Google Chart Tools document is here: http://code.google.com/apis/chart/docs/chart_wizard.html
I have blog and want to see its all detail. But i don't have any idea about it. Some one help me to learn how i can find the all detail about my blog such as back links etc.
I wouldn't accept anything less than having the report emailed to me from Google using the "email PDF" tool in Analytics. The data export API is nice for fueling automation, or quick references in a personal control panel though.