Skip to main content

All Questions

1 vote
1 answer
223 views

iOS tel hyperlink javascript tracking in Google Analytics

I have some js code to record outbound link click events in Google Analytics, which effectively adds a delay to the click event before allowing the normal click behaviour to go through. This applies ...
theyetiman's user avatar
  • 8,770
3 votes
0 answers
149 views

What do I have to set to see screenviews from app and webview in the same flow in behavior flow?

In our app we have native and WebView parts. WebView elements open our website (which is SPA). We want to track in behavior flow tab that users go through certain app screens than WebView screens ...
Konrad Kuźnicki's user avatar
1 vote
2 answers
6k views

google analytics - send event/label as an object instead of a string

I am using Google Analytics to track my webpage. There is lot of data need to be sent to dashboard, but after reading documentation, GA just allows us to send string instead of object for event/label. ...
ryan_le's user avatar
  • 69
6 votes
2 answers
3k views

PhoneGap App not working with Google Analytics

I am using the analytics.js to track the user activity using the code in web app. Now Phonegap app ios/android is built and want to track the user activity in Phonegap app also, but it is not giving ...
Mohamed Hussain's user avatar
1 vote
0 answers
55 views

Google Analytics implemented at JavaScript not tracking on Android Device

I am working on a Hybrid Model Application Development. My base code is in AngularJS and built the app with bootstrap and HTML5 for responsiveness and have Xamrin at the middle layer to provide me ...
user3128287's user avatar
1 vote
0 answers
56 views

hitCallback triggers click on animated sub-nav on touch device

I have encountered and issue where an sub-menu animated by transitions is not working properly on touch devices. By disabling JavaScript on iOS the sub-menu worked liek a charm so I eliminated script ...
mikeg's user avatar
  • 55
1 vote
2 answers
2k views

How do I know if an app is already installed on iPhone from Safari

I'd like to know if is it possible to check from Safari via Javascript if there is a specific app already installed. I'm doing a login form for an application from the web that goes into the app and ...
Giulio's user avatar
  • 803
3 votes
1 answer
2k views

Tracking WebViews into App Profile with Google Analytics

Supposedly, Google Analytics new Universal Analytics, allows Multi-platform tracking. It might be a misunderstanding of the actual location of where data will go. My use case is as follows: I have a ...
pnzr's user avatar
  • 225
6 votes
1 answer
3k views

Google Analytics not working in Webview in iOS app

Let me first start out by saying I know how to use the iOS SDK so please don't answer this with a "just use the SDK." I want to know WHY google analytics is not working. Here's my setup. I have a web ...
Alex Reynolds's user avatar
1 vote
1 answer
303 views

Intersecting sets of custom variables in Google Analytics

This question refers to both the iOS SDK and JS API for Google Analytics. Let's say a mobile device opens my application or views my webpage, and I want to note certain things, for example, the ...
conradev's user avatar
  • 1,074