Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Would Talend Work for Me?

Hello,
I have been tasked with finding a platform such as talend to combined multiple data sources for Analytics purposes. Yes, I understand talend does just this. However, for my scenario it depends more on how talend does this and what sources I can leverage.
What I am looking to do:
- Combined data from SQL Server, Excel, and multiple Google ad services (find list of sources below)
- Automate process to populate data into data warehouse
Ultimate Goal:
- Produce user friendly cross media analytical reports for all company users.
Google Data Sources:
- Analytics
- Ad Words
- DoubleClick Display (DFA)
- DoubleClick Search (DS3)
- DoubleClick MediaVisor
Questions:
1) Once I build the job to connect all the desired data sources, can the job be automated?
2) Does talend have any type of dashboard or reporting tools for users to easily gather information?
3) How difficult would it be to pull data from the Google ad services and how would I go about doing it?
Labels (2)
3 Replies
Anonymous
Not applicable
Author

1 0683p000009MACn.png Enterprise version has automation tools. Open source version produces java, so you can use linux cron jobs, or windows automation
2 0683p000009MACn.png not that I know of. Use Tableau, QlikView, or Spotfire. Tableau is the easiest for a power user
3 0683p000009MACn.png If ad services is a web service, then Talend can call it
Anonymous
Not applicable
Author

Dave,
Thank you very much for answering my questions. Google ad services are web services. I have actually been looking into how to get the data from the Google web services. The only way I have found thus far is by building components and leveraging the Google APIs. Is there another way? Also, once a job has been created is it possible to put the job on a schedule to run and append a warehouse with new data?
Anonymous
Not applicable
Author

Hi Seand
Take a look at this custom commponent tGoogleAnalyticsInput created and shared by jlolling, and see if it address your need. About the scheduler for a job execution, there is an built-in job scheduler in Talend Enterprise subcription version, with community version, you can use linux cron, Windows task manger or external scheduler tool.
Shong