Migrate analytics data from Webtrekk to Adobe Analytics - web-analytics

As a premise... I'm definitely not an analytics expert, so I might be going in the wrong way. Let me know if my question just doesn't make sense :)
A customer is currently using WebTrekk to collect marketing data. They just bought Adobe Analytics, and we have to activate it by the end of may.
They asked us to import data for the initial months of 2015 from webtrekk to Adobe, because they want to have the data for the whole year.
Now, I've found a way (Data Sources) to send batch data to Adobe Analytics. I've not found a way to download "raw" data (i.e. not aggregated in reports) from WebTrekk.
Do you know if there is a way to download such data? Or could you suggest me the correct way to handle this kind of situations?
Thanks a lot!

There are several ways of exporting data from Webtrekk, but the kind of raw data export you're asking about has to be enabled in the account. You should check with the representative that manages your customer.

You can use Full Processing Data Sources to import data in Adobe Analytics. Contact WebTrekk to get the old log file (hit data) and import it into Adobe Analytics through Full processing Data Sources.

Related

Is there an only-reporting tool for SCORM data?

I am new in SCORM and I am looking for a tool that takes as an input your SCORM data, in a no-matter way, analyzes it and gives you a report.
I don't care for an LMS or web analytics tool.
Are there any suggestions?
Thank you in advance!
Hi There Konstantina,
Have you looked at SCORM Cloud? It is a lightweight training delivery system that will allow you to upload SCORM, AICC, and Tin Cans easily, then has a built-in reporting tool called "Reportage". Reportage will help you track status, time, score, interactions...most of the elements people look for when they want SCORM reports. Within Reportage, there is a home page with some graphical representations of the training data as well as the ability to export your reports as CSV. If you have any questions about it, please feel free to contact us at support#scorm.com.
Thanks,
Joe

building torrent provider website

Recently i have been given a project that is torrent provider just like torrentz.eu, thepiratebay etc, where anyone can search what they want to download and then get the download like with the help of torrent.
I don't know the concept behind this, what is the basic requirement and what is the process to make it done. i have searched over Google but didn't find any relevant answer related to my problem.
I just want to know the process and what i really need to do to make it done. technology i will use that is spring framework.
Thanks
This is not really an Spring specific question but I'll try to help you.
You just need to save the torrent file (a text file with information needed by torrent clients) in a database along with information about the torrent like a representative name, a date and not much more. You could do this using Spring Data JPA for example. This way you won't need SQL knoledges.
If you want a site like torrentz.eu, you will also need to fetch data about the torrent like peers. You can store this also in the database but you will have to update it periodically. To do this, there are APIs like Bitsnoop that return this kind of information.
Having this, you'll need only some controller mappings to show your home and to let users search torrents given a name (the one that your saved before).
Well, first you need to know that Torrentz and ThePirateBay are 2 different things.
Torrentz is a search engine (like google) that searches for torrent files.
ThePirateBay - in past .torrent files hoster, now a simple Magnet linker.
All you need is a website with a huge .torrent files database.
Also a good hosting in a not online controlled country, so you don't get in trouble just like the most popular torrent website (thepiratebay.se / torrentz.com / kickasstorrents.com ...)
Of course they are still online, but that's just because they have a big fan base that keeps creating mirrors and proxies (https://viralifyblog.wordpress.com/2017/06/19/thepiratebay-proxy-list/)
Finally. I don't recommend creating a torrents website.

Componet Template and linked schema details in Tridion 2011 tables

We want extract all the Component templates and Linked schema details. Could any one please let me know script to extract these details from Tridion 2011 database.
Thanks
I would suggest posting this at https://tridion.stackexchange.com/
The easiest way to extract data from SDL Tridion is to use the content Porter. You could export all of the Components and their dependencies as a package. Butr without more information on what you want to do with the data it is hard to know if this would meet your requirements.
IN the old PowerTools there was a tool which gave an overview of what you wanted, but I don't know if it worked with 2011 (I guess not). You may be able to adapt one of the old script from there if you are in a rush. Otherwise I suggest using the Core Service API to just get all of the CTs for a publication, and create a report on their data yourself.

Getting numbers from a web page, performing calculations, pasting them into excel sheet

I am working on a business application that will do financial computations based upon publicly traded companies' financial statements. Specifically, I would like to use data from pages such as this. Such as the number for the operating income in the first column.
My current plan is to parse the page as an htm file(if I can get it). however this is my first time attempting to write an application that interacts with the web, so I am uncertain if this is the best way to proceed. I am currently expecting to implement this library. to do the parsing.
Once I have all the relevant numbers, and have done the calculations, I would like to place the results into an Excel spreadsheet. This is also something I do not know how to do.
Any advice or responses detailing how to implement this plan or how to form a better one are greatly appreciated.
For financial data regarding publicly traded companies, you probably want to use a web service, rather than parsing HTML. This is one example of such a webservice (though I'm not vouching for its price or reliability - I've never used it). You could create a simple console app in Visual Studio (a VSTO solution is probably better, I just don't have much experience with it) that retrieves data via the web service, and then pastes and formats it in Excel via Excel Interop. There's many posts about Excel Interop here on SO, as well as all over the web.
What you're trying to do sounds so common that I wonder if there's an existing report suite available somewhere.

Tools to generate reportanalytics feeds from google

Can you recommend any programmable tools/extensions that can be used to generate reports out of google analytics feed on th fly? Essentially some kind of pdf generator from feed, not sure though.
Or does the Google analytics itself gives reports output as feed etc.,
It depends on how technical you want to be. The GA Data Export API can give you XML data to play with:
http://code.google.com/apis/analytics/docs/gdata/gdataDeveloperGuide.html
Or you could go for a higher level excel solution instead:
http://analytics.blogspot.com/2009/08/analytics-data-in-excel-through-our-api.html

Resources