How to extract data from Traffic table? - traffic

I'd like to extract data as the following SQL
SELECT dimensions, date, source, medium, campaign, landingpagepath, transactions FROM Traffic
How can I extract in Google Analysts Report API? Please advise. Thanks!

Related

Is there any difference in metrics when Querying the data using Eloqua API vs Getting a report from Eloqua Insights?

I am validating the data from Eloqua insights with the data I pulled using Eloqua API. There are some differences in the metrics.So, are there any issues when pulling the data using API vs .csv file using Eloqua Insights?
Absolutely, besides undocumented data discrepancies that might exist, Insights can aggregate, calculate, and expose various hidden relations between data in Eloqua that is not accessible by an API export definition.
Think of the api as the raw data with the ability to pick and choose fields and apply a general filter on those, but Insights/OBIEE as a way to calculate that data, create those relationships across tables of raw data, and then present it in a consumable manner to the end user. A user has little use with a 1 gigabyte csv of individual unsubscribes for the past year, but present that in several graphs on a dashboard with running totals, averages, and timeseries, and it suddenly becomes actionable.

Is it possible to get " raw " data from Google Analytics, then to group the data yourself?

I need to get data from one query using 13 dimensions and 13 metrics. Because of the limitation, I can't do that. Q: is it possible to get raw data or how can you combine data from multiple queries with different dimensions?
If you are using Google Analytics Standard, then there is no way to fetch 13 dimensions in a single query. But if you have Google Analytics 360 aka Premium version then you can link your GA 360 account to BigQuery and then you can fetch such data using sql from BigQuery.
Having said that, there is a way for standard as well but its feasibility depends the kind of data you would want to fetch. You can use segment features if possible by creating a segment based on some of the dimensions and rest dimensions ( 5 maximum) can be put in custom report. For example if you want to fetch data such as sessions, transactions, bounce rate, time spent and other metrics on the basis of Gender type: Male, Device: desktop, Country: India, Age: 25-34, Browser: Chrome, and other dimensions are generic with no filters such as source, medium, event action, landing page and etc. Then, you can create a segment based on dimensions which sort of have filter criteria as per your requirement and use other dimensions which don't have filter criteria in custom report.But remember, the feasibility of this solution depends on your requirement.

Can I combine 2 different data sources in the same Power BI dashboard?

From the first screenshot I do monitor the duration of customers using data from table1 out of my database:
On the second screenshot, I would like to do the same combining data from table2 and table1 but I keep getting a constant value for the duration. Has anyone tried a similar thing in Power BI Desktop (getting visuals with combined data source from two different tables)?
Adding a third screenshot of my tables structures in Power BI query mode. I would like to create the relationship such that all the data from the table AttentionCollector2 can be monitored according to those of table Weather_Forecast

A large and open source data set for research

Please help me to find a massive data set for data mining research project.
It would be very helpful if you suggest me any search engines data (Google/yahoo user search history) or Wikipedia's user viewed statistics or twitter's user tweet data set.
i am working on hadoop framework and databases so for that i want millions of records in each table.
Here is million songs data set.
http://labrosa.ee.columbia.edu/millionsong/
If you want to extract tweets, I would suggest Twitter's Streaming API.
https://dev.twitter.com/streaming/overview

How to Use Google BigQuery with the Google Places Library?

I'm looking to use the BigQuery tool to create a table of businesses in the United States, and I want to draw the information from Google Places in order to get certain results from the XML feed to insert into my own database. I'm wondering if that would be possible, and if so, how would I go about doing so?
This might not be possible under the "Google Maps/Google Earth APIs Terms of Service".
Check it at https://developers.google.com/maps/terms

Resources