Questions tagged [analytics]

For questions related to analytics methods and tools. Use it together with the programming language used

Analytics is typically the application of descriptive statistical methods to large data sets. This is usually in contrast to predictive methods, which relate to unseen data or to tasks that are dependent on the outcome of a model. Analytics is often related to reporting on databases and frequently arises in the context of "web analytics" - a field that encompasses analysis of site traffic, online revenue, site usage, and other interests.

Typical languages used for analytics are R , Python (especially Pandas), SPSS and SAS

4895 questions
1
vote
1 answer

Whats the different between source table and LASR Server table?

I'm new to SAS Visual Analytics and I'm asking me, what exactly is the SAS LASR Analytic Server? I have read a lot of websites and for me, it looks like, that the SAS LASR Analytic Server is a component that I can use to load data from source tables…
user8504877
1
vote
0 answers

Custom Metric and Dimension For Firebase Analytics - iOS

I'm facing problems with migration from Google Analytics to Firebase Analytics. Can't find how to set Custom Dimensions and metrics. As refer to this Link, they said that we can use 'User properties' as a replacement for Custom Dimension but still…
1
vote
2 answers

Can I do normal logs in Firebase Crashlytics?

If I want to send logs in Firebase Crashlytics, can I do that? For example, I have a fragment and whenever someone goes to that screen, I want to send a log/indicator that this person went to this screen. I just want to see how many people went to…
calvert
  • 631
  • 10
  • 33
1
vote
1 answer

How do I update an object within an array using .push like GTM does

I'm currently learning how to use and apply a dataLayer to a website. From everything that I've read, best practice is to use .push functionality when updating your dataLayer. I know that .push will not usually update an object's value that is…
1
vote
1 answer

Sum multiple rows value in nested SQL Oracle query

I want to sum all the rows of T.CLS AND CLS in below query but I am not able to as it's showing not a Sony group function. How to I resolve this? SELECT A.PROD, A.ID AS ACCOUNT, A.NAME AS NAME, T.PDATE AS DATE, …
Rahul Anand
  • 523
  • 1
  • 7
  • 20
1
vote
1 answer

Get Real time Analytics Data

I want to get analytics data of each user of my website. I know that google analytics provide data user wise but I am not able to export that data using API. I want real time user wise data with export feature to save it in my database. I have gone…
Gaganpreet Kaur
  • 371
  • 1
  • 3
  • 15
1
vote
1 answer

How does App Store Connect define active devices?

to check my iOS App Analytics I checked here https://analytics.itunes.apple.com/ I found a different analytics. I am interested on the active devices so I saw this analytic but I don't know how App analytics define an active device, does it…
1
vote
0 answers

Dialogflow information/analytics retrieval and feed back to user

I am just starting to use dialogflow. I am wondering if I can retrieve information back to the user (analytics)? Say a user asks the chatbot "how long have I spent time with you?" or after a few quizzes, the user asks "what is my score"? The…
Michael Lin
  • 105
  • 1
  • 12
1
vote
0 answers

perform aggregate computation on Github data

I have a Github (Enterprise) organization with multiple repositories. Each repository contains one or more .properties files. Some of these .properties files will be contained in folders that contain "i18n" in their path or filename. These…
MoZZoZoZZo
  • 233
  • 1
  • 10
1
vote
1 answer

How are 'referral links' discovered?

How do services such as Google Analytics discover the website that a user was using prior to them clicking through to your site. These are commonly called referrals. I'm not talking about affiliate accounts where 'special links' tend to have a URL…
m.edmondson
  • 30,382
  • 27
  • 123
  • 206
1
vote
0 answers

MongoDB - Performance Bottleneck with Simple Query

We are currently investigating MongoDB as a possible solution for a highly distributed database for scientific data. Given our query requirements we have chosen to go for a single collection consisting of documents, each document representing an…
Killer
  • 417
  • 3
  • 10
1
vote
0 answers

Client secrets were invalid

I'm trying to access Google Analytics API and I'm constantly getting this error with my client_secrets file: SystemExit: The client secrets were invalid: Invalid file format. See…
1
vote
1 answer

Take Apache's access.log as a basis for web analytics system Piwik

Piwik is quite a popular and commonly used web analytics system written in PHP. It can be seen as an alternative to Google Analytics and logs all sort of information into a MySQL database whenever somebody visits your homepage. Should you consider…
Fabianius
  • 695
  • 6
  • 13
1
vote
0 answers

Migrate google analytics app project to web project

Google recently announced of disabling google analytics for mobile app and moving to firebase analytics Can I Change my mobile project in analytics to web project? And if not, can I export my data to another analytics tool? thanks
almog
  • 798
  • 1
  • 7
  • 18
1
vote
2 answers

PostgreSQL Marketing Report

I'm writing out a query that takes ad marketing data from Google Ads, Microsoft, and Taboola and merges it into one table. The table should have 3 rows, one for each ad company with 4 columns: traffic source (ad company), money spent, sales, and…
awl19
  • 366
  • 4
  • 10
1 2 3
99
100