Questions tagged [google-analytics-sdk]

The Google Analytics SDK allows you to connect your application to Google Analytics.

Goolge Analytics SDKs allow you to send user interaction from mobile applications to Google Analytics.

This allows developers to measure how users interact with their business from almost any environment. Developers can then use the Measurement Protocol to:

  • Measure user activity in new environments.
  • Tie online to offline behavior.
  • Send data from both the client and server.

Links:

219 questions
0
votes
1 answer

Analytics API 2.4 returns invalid XML with 0x1F

I have some C# code communicating with Analytics API v2.4. This has been working for almost five years, but suddenly Analytics is returning malformed XML, starting with character 0x1F. Method XmlReader.MoveToContent() throws System.Xml.XmlException…
0
votes
1 answer

Use Google Analytics and Firebase Remote Config together in iOS

I am using Google analytics in my iOS app. Now we are planning to use Firebase Remote config in the app. But I am not being able to use both in same app as both requires GoogleService-Info.plist and I do not find any way to rename one of it and use…
0
votes
1 answer

Google Analytics MCF - how is sampling done?

According to the Google sampling documentation, sampling is done based on sessions (fact). In Google MCF queries, sessions are not available as a metric or dimension (fact?) Now I wonder: how is sampling done if there is no metric or dimension for…
scre_www
  • 2,536
  • 4
  • 20
  • 30
0
votes
2 answers

Custom Metric/Dimension in Google Analytics isn't working

I'm trying to add custom data to my Google Analytics in a wordpress application I'm working on. I've got courses for a bunch of different colleges, and whenever the user interacts with one, I want to send a pageview with which college that course…
Alex Kibler
  • 4,674
  • 9
  • 44
  • 74
0
votes
0 answers

Custom google analytics for multiple JS

Requirement: In website i have 4 JS popup. When page load first popup will open. User can click next so first popup hide and next will show. User can close any popup. So user can navigate 4 pop ups by presssing next and close inbetween. So i want…
0
votes
2 answers

UWP - Google Analytics - Set Custom dimensions

I use UWP.SDKforGoogleAnalytics.managed and i had wrote these rows Dim _TrakerId As String = "UA-XXXX0-0" Dim MyTraker As GoogleAnalytics.Tracker = GoogleAnalytics.AnalyticsManager.Current.CreateTracker(_TrakerId) MyTraker.ScreenName =…
0
votes
1 answer

How to export acquisition channel from GA?

I use Google Analytics to track an acquisition channel for android and ios users. How can I export a list of users with user's ID and acquisition channel? Programmatically via Query explorer or manual exporting alternatives are welcome. I can export…
0
votes
1 answer

Is there any way to attribute Apple Search Ads installs with Google Analytics?

Currently within the Apple Search Ads platform there is only data on keyword performance before the install. Since my app has in-app purchases, I would like to be able to attribute app installs from Apple Search Ads to see which keywords have the…
0
votes
1 answer

Google analytics automation testing

The ask is, we have a website which triggers multiple events based on user's action and we wanted to simulate those scenarios using automation script and also needs to understand if Google Analytics events has been raised behind the scene. Just…
0
votes
1 answer

How to get rid of the 100 properties per account cap on Google Analytics

I'm working with Google Analytics and have reached the 100-properties-per-GoogleAccount-cap almost three times now. I was wondering if any of you guys know a way to remove the cap, or know of a system that makes these things easies. Would be much…
0
votes
1 answer

Hierarchy of Google Analytics for Multiple Builds of Same App

I am setting up Google Analytics Accounts for a Product which have multiple builds as frontend for same user base. So we have one Product called X and have: Web Build Mobile Web Android App 1 iOS App 1 Android App 2 iOS App 2 6. The main point…
0
votes
0 answers

How to upgrade Google Analytics for Unity plugin from V3 to V4?

My game is using Google Analytics for Unity for V3. Now I need to upgrade to V4. Is there any easy/safe way to do this? I'm not good at programming. Thanks.
JOY
  • 399
  • 3
  • 15
0
votes
0 answers

Google Analytics Demographics for android not working after I updated Analytics API to V4

I was able to get analytics and demographics data until I have updated to GAv4, I am able to receive analytics data now but not the demographics data. My code is : In Application class Tracker mTracker; synchronized public Tracker…
0
votes
1 answer

Screen view count always zero with Google analytics and SPA analytics

I implemented GA on my latest project. The web part of project is done using angularjs1 framework. I have a strange issue. I have implemented GA on Android, iOS and web. The issue is that the screen views count for web is always showing zero. But I…
M14
  • 1,780
  • 2
  • 14
  • 31
0
votes
1 answer

Google Analytics 360

One of our client having google analytics 360 premium account.I written script in java for fetching a data of my website from google analytics using core reporting API v4 with proper credential. Can i use same script for google Analytics 360 for my…