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

SPA DTM analytics pagename issue

I am using Angular SPA with DTM.Using custom event based rules, I am able to get all my data including pageName, v41,v42 as correct. Now inside adobe editor, i am storing pagename to s.pageName and some hard-coded value to s.server. I have verified…
1
vote
1 answer

Tracking a dynamically changing custom variable in Matomo(piwik)

I am using Matomo to track users on an online dashboard; it's a standard fare with nothing out of the ordinary, and I am only using two custom variables. The two custom variables values are static so to speak, as in they are filled when the page is…
Frederik T
  • 533
  • 2
  • 10
  • 30
1
vote
1 answer

Need to select only those rows where at least one value is present from the list

Need to select only those rows where at least one value is present from the list. I have tried to use isin function as below but it's returning those rows also which don't have any value from the…
1
vote
1 answer

How to display graph for three nodes where first node is connected to third via second node using ne04j cypher?

I am trying to figure out insights where (node1)-[:related_to]->(node2)-[:belongs_to]->(node3). I want to display like (node1)-[:belongs_to]->(node3) based on above relationship. Three relationship was created. MATCH (n2:node2),(n3:node3) WHERE…
Zara
  • 146
  • 1
  • 13
1
vote
1 answer

Does Cube.js support preAggregations when using Context Variables inside the SQL definition of a cube?

According to the Cube.js documentation, one can define cubes using something called Context Variables, that allows the injection of filters (such as a particular user email) when querying that cube. I haven't tried it yet, but I want to know if this…
1
vote
1 answer

Google Analytics Events are Not Registering

I am in need of assistance. I am trying to implement Custom Event Tracking for a form submission as both an Analytics Goal, and a Conversion Goal for Google Optimize. Here is a screenshot of the Google Analytics Goal: I have my Google Analytics in…
1
vote
1 answer

How to improve cubejs preagregations creation process? (its taking too long to build preaggs even with partitionGranularity)

We are having trouble with the preaggregations creation performance. We currently have specific filters for the data for each one of our clients, and we generate different cubes for each one of them by extending a base cube (called Metrics) and…
1
vote
0 answers

Easy Analytics Tool for Ionic 4 Android and IOS

I have been struggling to integrate google analytics, firebase analytics, flurry analytics and every time I try to compile my gradle files after following tutorials it always fails for some other reason. Does anyone know which analytic tool is easy…
themoose
  • 149
  • 1
  • 11
1
vote
1 answer

Multi-Author Google Analytics (Combining PHP Variable from DB to JS)

I am trying to let authors on my site retrieve their own Google analytics data by setting up a channel in Analytics and submitting it via their profile. I ahve been trying plenty of ways to do this, but here is what I have so far. …
oli4uk
  • 11
  • 1
1
vote
1 answer

How do I query for a measure as a single calculated value (10 days average) and not separated by granularity (daily measure)?

I have a doubt. I currently have a cube with a preAggregation defined with day granularity and some measures A, B, C. The preAggregation works fine when I query using timeDimension with a fixed dateRange and granularity (it retrieves a time series…
1
vote
2 answers

Facebook Analytics SDK for iOS app: how to disable value tracking for non-valuable events like App Install or Start Trial?

I'm running Facebook Ads campaigns for my iOS app and quite naturally I have Facebook Analytics SDK integrated inside my app to track App Installs and Start Trial events to measure the "quality" of the traffic my campaigns bring. At the Analytics…
1
vote
1 answer

Google Analytics with gtag.js - Difference between UA vs GA tag

I'm configuring my Google Analytics to work with gtag.js. This is a new account and I'm not dealing with any pre-existing analytics code or tags. From: https://developers.google.com/analytics/devguides/collection/gtagjs From my Google Analytics…
cbdeveloper
  • 27,898
  • 37
  • 155
  • 336
1
vote
1 answer

How can I make page-specific reporting with Google Analytics?

I have many pages. I want to analyze each page privately. I want to access the age, gender, phone model, network operator, browser and operating systems information of each page I want. But google gives this information for the whole…
1
vote
0 answers

Are these tasks still possible after instagrams 10/15/19 api changes?

Are these tasks still possible after instagrams 10/15/19 api changes? Connecting our platform to the users Instagram account. User posting a picture through our platform to Instagram. Pulling the number of likes on that picture on our…
1
vote
0 answers

Sign in with Google temporarily disabled for this app for R

I trying to import Google Analytics into R. Everything works fine until this httpuv not installed, defaulting to out-of-band authentication Enter authorization code: It brings me to this error page: Google error page
ap123
  • 41
  • 2