google-analytics

App link tracking with Firebase

徘徊边缘 提交于 2020-06-26 04:01:46
问题 We have an Android and iOS app. We want to track from what links our app was downloaded. So if we posted a link on Facebook of our app and someone clicks on the link and download it, it should log that the app was downloaded on Facebook. So with some research I found Google Analytics has something called campaigns and you can setup a link with this campaign and then log it through Google Analytics. But we already added Firebase into our app so when I try to setup this campaign on Google

Google Tag Manager: Tracking “Select” Drop Down Menu “Option” tag value

一世执手 提交于 2020-06-11 05:59:55
问题 I am having trouble tracking the value of the "option" tag in the "select" tag. I currently have a drop down menu for Google Translator Widget where user can click on it and select the language. When you click on the "Select Language" drop down, you will be able to see German as the option. See the attached screenshots. I have created a Macro call "JS - Google Translate - Select Option" in the Google Tag Manager. Here is the code for "JS - Google Translate - Select Option": function() { var

How to include Google Analytics in an RMarkdown generated GitHub Page?

烂漫一生 提交于 2020-06-10 03:04:28
问题 How can I always include the Google Analytics tacking code on my GitHub Pages webpage generated with R Markdown? I am currently creating a webpage hosted on GitHub Pages using RMarkdown. To create site, I run rmarkdown::render_site() . This command will knit all R Markdown documents to create the relevant .html files. However, I want to include Google Analytics on my site. To do this, I need to include a University Analytics tracking code to my property by pasting the JavaScript code in my

Adding Google Analytics to React

邮差的信 提交于 2020-06-09 08:14:28
问题 I am trying to add Google Analytics to a React Web Application. I know how to do it in HTML/CSS/JS sites and I have integrated it in an AngularJS app too. But, I'm not quite sure how to go about it when it comes to react. With HTML/CSS/JS, I had just added it to every single page. What I had done with AngularJS was adding GTM and GA script to index.html and added UA-labels to the HTML divs (and buttons) to get clicks. How can I do that with React? Please help! 回答1: Update: Feb 2019 As I saw

Adding Google Analytics to React

狂风中的少年 提交于 2020-06-09 08:13:44
问题 I am trying to add Google Analytics to a React Web Application. I know how to do it in HTML/CSS/JS sites and I have integrated it in an AngularJS app too. But, I'm not quite sure how to go about it when it comes to react. With HTML/CSS/JS, I had just added it to every single page. What I had done with AngularJS was adding GTM and GA script to index.html and added UA-labels to the HTML divs (and buttons) to get clicks. How can I do that with React? Please help! 回答1: Update: Feb 2019 As I saw

Why total users differ in Google analytics when using dimensions?

时间秒杀一切 提交于 2020-06-01 06:21:56
问题 I tried analytics query using https://ga-dev-tools.appspot.com/query-explorer/ Issue happens when I'm adding dimensions in the query. I need to query data for some dimensions and need to save in my database. Query 1 Result 1 Query 2 Answer 2 I am saving the second queried data to the database. So when I need the total users for a particular date, here 2025-05-26, its 277 from Second query. but the actual value showing 275 which is from query 1. How can I handle this? 回答1: The fact that the

Capture incoming URL parameters & pass into a div's “data-url” attribute

心不动则不痛 提交于 2020-05-31 05:27:39
问题 We are currently using a typeform that is embedded in our site. All of the traffic driven to our site is from cpc campaigns so accurate conversion tracking in GA is a must so we can accurately track our ROI. Here's the problem. When sending cpc campaigns to the directly to the typeform URL the GA tracking was accurate. After embedding the typeform into our site the GA tracking shows that the referrer is our site, and not Google or Bing cpc. Without making this too long of a post, I need to be

Capture incoming URL parameters & pass into a div's “data-url” attribute

|▌冷眼眸甩不掉的悲伤 提交于 2020-05-31 05:25:30
问题 We are currently using a typeform that is embedded in our site. All of the traffic driven to our site is from cpc campaigns so accurate conversion tracking in GA is a must so we can accurately track our ROI. Here's the problem. When sending cpc campaigns to the directly to the typeform URL the GA tracking was accurate. After embedding the typeform into our site the GA tracking shows that the referrer is our site, and not Google or Bing cpc. Without making this too long of a post, I need to be

Disable Google Analytics from Android pre-launch reports

本秂侑毒 提交于 2020-05-25 06:09:46
问题 I have tested new pre-launch report on Google Play developer console. While it is great and goes trough your all screens and test them it also affects your statistics on Google Analytics. Is it possible to exclude those testings from Google Analytics and how? I know that I can upload APK just for testing with disabled GA, but than every time I should upload another APK with enabled GA and switch on and off pre-launch report testing and that is not what I want. 回答1: Pre-launch reports run in

Firebase iOS Debug Console not logging anything

蓝咒 提交于 2020-05-23 04:26:06
问题 I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app. Output to console: <FIRAnalytics/DEBUG> Logging event: origin, name, params: app, log_something, { "_o" = app; "full_text" = khbsdpibdsjl; name = lwkjbgskljsavdkjl; } I have the debug flag enabled: -FIRDebugEnabled . Yet in the debugging events console there is NOTHING. I see no devices available, no events being logged, absolutely 0 indication of anything