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

Seperating Amazon and Android metrics in Google Analytics SDK

We're using the Google Analytics SDK in our Android and Fire TV app. Since both are Android based, the metrics get reported together. However, I'd like to have the metrics for Android and Amazon devices reported separately. I do see where we are…
Yazmin
  • 1,154
  • 5
  • 17
  • 34
0
votes
1 answer

GA eCommerce delete or update tracking data

We have eCommerce tracking from our php backend app, but we found issue where not all events in last year pushed to GA. We have all data in our DB. Its there options to reset, delete or update collected data on GA and push new from our app with…
Salines
  • 5,674
  • 3
  • 25
  • 50
0
votes
1 answer

Audience report using the Measurement protocol

We have been testing the measurement protocol for a while now to pass Google Analytics information from our servers. We are passing our internal unique user id to tid/cid parameters and not the ga's. Right now it looks like that in our current setup…
0
votes
1 answer

Google Analytics tracking for PDA emails

I have a requirement where I need to track whether a user clicked a link in a PDA email where the link included in the email is >900 characters. I'm not sure if Google analytics support tracking in PDA. If anyone has ever done this,please help me…
Sujay
  • 1
  • 1
0
votes
1 answer

Manually Installing Google Analytics library to C# Unity3d Project

Scenario I'm having trouble adding google analytics to a Unity3d interactive of mine. I've used GA several times in other languages and I am not expecting any issues once I can get going but the trouble is that I'm not able to get going. What I've…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

How do I loop through products when tracking orders with Google Analytics Ecommerce?

I have a web shop for which I want to track orders. I have successfully set up Google Analytics and pulled test data when orders are finalized, so I get information about the transaction and about the product ordered. Naturally, I want to pull data…
arcticlisa
  • 73
  • 2
  • 12
0
votes
1 answer

How long google analytics' Unity Plugin take to generate report once custom-event(s) are setup? Unity Analytics takes 8-10 hours

I'm implementing analytics in my game to track a player's action, gameplay strategy etc. I tried Unity Analytics and every time I set some custom event like a scene change I have to wait 8-10 hours to see the changes on Unity Dashboard. If someone…
0
votes
1 answer

google analytics is it possible to rename a screen that is used for tagging?

Is it possible to rename a screen that is used for tagging, but keep the historical data for the old name? I am using the Android SDK & iOS SDK. I did not specify the screen manually, I used the automatic tracking function. So for example I have a…
0
votes
1 answer

Different Ways to Call Google Analytics from Server Side?

Currently, I am using Measurement Protocol to push the data to GA. The problem is I didn't get any response back for Success or Error on Production, If yes Please suggest? Due to this, I am looking if there is any other options available for the…
0
votes
1 answer

Can you delete the user identifier Client ID using User Deletion API?

We are currently not collecting User IDs and enabled the GA IP anonymization. So how can we delete the user's identifier Client ID?…
0
votes
1 answer

Extract member info from Google Analytics

I am trying to get all data from my Google Analytics account to a database using their Reporting API v4. In the below request and response, I see a number in the values attribute. I want to get member specific data for that number? For example,…
0
votes
1 answer

Tracking mobile web app with Google Analytics using the website script

I have built a web app (read: a website within a naitive app container) for iOS and Android. I started by adding the website script provided by Google to my app, figuring it would work since it's basically a website hosted within a container. The…
bork
  • 1,556
  • 4
  • 21
  • 42
0
votes
0 answers

In-Market Segments data in a real time for anonymous users via GA API

Is there an option to read the In-Market Segments data in a real-time for anonymous users via GA API? My goal is to target new users on the first-page view using the In-Market Segments data and pass it to my personalization tool in order to deliver…
0
votes
1 answer

google analytic technical: gif request & options for web apps

I want to build own analytic platform base on google analytic (GA). So I had a quick investigation on GA. But I have some misunderstand below: In the website and web apps field, google analytic give three options: gtag.js, analytic.js, AMP HTML.…
Jame H
  • 1,324
  • 4
  • 15
  • 26
0
votes
2 answers

How to return the total pageview using Google Analytics SDK?

I am able to return the pageviews for a page. But the API returns those pageviews separated by source. So for page /this-page-slug/ it returns X amount of views for direct, Y for referral, Z for mobile, W for none and so on. I want to get the total…