Questions tagged [measurement-protocol]

The Google Analytics Measurement Protocol allows developers to make HTTP requests to send raw user interaction data directly to Google Analytics servers.

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 web and server.

Links

351 questions
0
votes
3 answers

Google Analytics not displaying real-time data for iOS App

I am trying to get Google Analytics working with my application. I have Integrated the official Google Analytics SDK 3 to my project AppDelegate.m // Initialize the default tracker. After initialization, [GAI sharedInstance].defaultTracker //…
0
votes
1 answer

Link between ga.js events and measurment protocol events

I use different ways to send events to Google Analytics on my website. Some user interface interations sends using ga.js but some user actions (eq.: succesful auth or transaction) is possible to send only from server-side (PHP) using measurment…
aokozlov
  • 711
  • 2
  • 7
  • 21
0
votes
1 answer

Get rid of "Bad Event Tracking Code" message in GA

I use GA to track redirects from my website. For each redirect I send event hit to GA via measurement protocol. I also set the Document location URL parameter to some virtual (fake) web address. In reports, I get "Bad Event Tracking Code" warning…
gamliela
  • 3,447
  • 1
  • 35
  • 41
0
votes
1 answer

Tracking personal user identifiable information via Google Analytics

I'm wondering if it is possible to receive user specific information (frontend or backend) from Google Analytics. For example: A user arrives on our site and we can read from Google Analytics, hey this person is XX years and has these interests.…
0
votes
2 answers

How to use Google Analytics Measurement Protocol for orders that sent 48 hours after the purchase happen?

We're trying to use Measurement Protocol to send offline orders we have had. We can send most of the orders 48 hours after they really happen. Now it's look like Google Analytics does not supporting that and it's open us this orders as new sessions…
0
votes
1 answer

Is it possible to report uid from Google Analytics?

I am collecting data using Google's Measurement Protocol, and sending the uid parameter. This works fine. But I would like to be able to fetch the uid back from Google. I can fetch the value of a custom dimension, but I would prefer not to set cd1 =…
Chris Lear
  • 6,592
  • 1
  • 18
  • 26
0
votes
0 answers

Redirect of my web page what about tracking code in google analytics

I have put the tracking code of Google analytics in my website example.com So the tracking code was ga('create', 'UA-xxxxxxxxx', 'example.com'); After that I redirect my website as home.com So I have to change my tracking code as ga('create',…
anastasia
  • 11
  • 6
0
votes
0 answers

Another Status: Tracking Not Installed, after deleting all views

All was working fine until I deleted all views and added my own one, now i'm getting the not installed message, www.securitytraining.club. all seems to be set-up correctly, have www.securitytraining.club set-up for both view and property, tried with…
monsterboy
  • 153
  • 3
  • 17
0
votes
0 answers

Condition Filter not showing data google Analytics

I added the analytic in my webpage.When i started to generate the reports i am unable to get that in following condition I create the dimension1 with name SessionD and send there data. In Behavior report i add the condition where SessionD='nitin'…
0
votes
0 answers

User Activity Tracking - Google Analytics

I would like to track the below activities of my users in my website For each user’s visit into the website When they log in and log off (date & time) What files they downloaded …along with who and when What webpages they looked at Is it possible…
vks
  • 6,649
  • 7
  • 36
  • 55
0
votes
1 answer

Sending email id in Google Analytics in android

I am using Google Analytics, I want to send email id so that I can see browsing flow of of each user, if required. What is the best way to do it?
Vipul J
  • 6,641
  • 9
  • 46
  • 61
0
votes
1 answer

c# measurement protocol transaction

I need to send ECommerce transactions to Google Analytics. I've tried just about everything I can think of to get it to work, but I always get a GIF89a response. Can anyone help me troubleshoot this? using (var wb = new WebClient()) …
0
votes
1 answer

Google Analytics Measurement Protocol - Recognise HTTP hits

I'm sending HTTP requests to Google Analytics using the Measurement Protocol and I am trying to make it so that I can customise the information that it receives. Currently, it shows that it's coming from an "Unknown Device" and displays a…
0
votes
2 answers

Differentiate GA Event for Website and Mobile Separately for Measurement Protocol

I have developed two different applications one web and one mobile. A little about the mobile app. It's a hybrid app developed using Phonegap. And for this reason I have implemented Google Analytics Measurement Protocol. It works fine. When I set…
Debopam Mitra
  • 1,842
  • 4
  • 27
  • 51
0
votes
1 answer

New users vs active users in Measurement protocol

How does google analytics measure active users vs. new users in measurement protocol . How does it measure new users? , Is it based on ipaddress ? I send the same cid=555 for all requests. In website I see that it uses cookies though Thank you
user476566
  • 1,319
  • 3
  • 26
  • 42
1 2 3
23
24