Questions tagged [google-realtime-api]

The Real Time Reporting API enables you to request real time data for an authenticated user

The Real Time Reporting API enables you to request real time data for an authenticated user. This allows you to report on the activity occurring on your property right now. You can use the Real Time Reporting API to query for dimensions and metrics in order to build customer facing web widgets and dashboards.

You can use the Real Time Reporting API to:

  • Display active viewers of a page and create a sense of urgency for users that are looking at an item with finite inventory.
  • Display the most popular content such as the top 10 active pages.
  • Create and display a real time dashboard.
20 questions
11
votes
1 answer

How to synchronize Play Services Real Time Multiplayer

I am developing an online version of the popular game Pong using Libgdx. I've started using Google's Realtime Multiplayer service to send the game data between players, but I can't figure out how to resolve the synchronization problem I am…
Enpi
  • 281
  • 1
  • 9
2
votes
0 answers

Minimizing / Uglifying with Google Realtime API

If my code registers a custom realtime type: gapi.drive.realtime.custom.registerType(MyType, CONST.MY_CUSTOM_TYPE); // Set the collaborative fields: MyType.prototype.type = gapi.drive.realtime.custom.collaborativeField('type'); ... // Set the…
1
vote
1 answer

How can I use undo | redo or in google cloud firestore?

I am trying to migrate app from Google Realtime to Google Cloud Firestore as following reason. Important dates to note As of November 28, 2017, Realtime API is no longer available for new projects. Google API Console projects which accessed…
John
  • 3,304
  • 1
  • 18
  • 26
1
vote
0 answers

HTTP_21 - OAuth2 authentication failed. Please make sure the credentials are valid

I'm implementing Google Analytics Api with StreamSet to stream real-time stats.I have given private key and jwt token correctly but always getting the same error "HTTP_21 - OAuth2 authentication failed. Please make sure the credentials are…
Naveen
  • 11
  • 2
0
votes
1 answer

Google realtime notification when trial period ends

Does Google send a notification when a trial period ends and they automatically initiates billing against the credit card of the…
0
votes
1 answer

Get Current Users: Google Real Time API with NodeJS & gtoken: "Invalid Credentials"

I would like to use a NodeJS Server to obtain the current users on my Website from Google Analytic using the Real Time Reporting API: So far I try to do this via an HTTP request with request and gtoken. The getToken-Part works. I get a token. But…
0
votes
0 answers

Will it be possible to update RealTime document data after the Realtime API is shut down in January 2018?

The Realtime API deprecation page says it will be possible to use: https://developers.google.com/drive/v2/reference/realtime/get even after the RealTime API is shot down. Will it also be possible to update real time documents using this?…
0
votes
1 answer

How to get active users per page in Google Analytics

I am new to Google Analytics, and I am using Analytics real time API to get real time data. Now I am trying to get "Top Active Page" section which appears on the "Overview" link in "Real time" menu in "analytic.google.com" site. In that "Top Active…
0
votes
0 answers

Bug in Google Drive ? Spreadsheet with real-time document embedded gets Corrupt

I have an application that was working stable for 6 months until Jan 17. Some change must have happened at Google as files started to be corrupt after a while. The application uses google drive spreadsheet v4 API and Google Real-time api agains the…
0
votes
1 answer

How to get realtime reporting api data after signin using google?

To access the real time reporting api, i used the authSample.html file and which uses Oauth 2.0 client_id for authorization and api request. But, Google real time reporting api said "Your application must use OAuth 2.0 to authorize requests. No…
0
votes
1 answer

JAVA: Google Real Time Indexing API 403 error - Indexing API has not been used in project

I'm attempting to do a post for google Real Time Indexing. I'm simply attempting to send an empty atom to google - I'm mainly testing the shell for what will be an amp post in th efuture. I'm getting the following error for my empty atom…
user2917629
  • 883
  • 2
  • 15
  • 30
0
votes
2 answers

google realtime api / drive api -> get user role for realtime doc

I have a realtime app and get the collaborators with doc.getCollaborators() and this gives me an array [] doc is from the type gapi.drive.realtime.Document: According to the API Reference there is no field like isOwner that shows me if the current…
0
votes
2 answers

google realtime api -> gapi.auth.authorize -> get email address of user

I have a google realtime API web application and I use the "realtime-client-utils.js" library to authenticate that is accessible at GitHub: https://github.com/googledrive/realtime-utils. When I call RealtimeUtils.authorize(onAuthComplete,…
Viktor Carlson
  • 989
  • 1
  • 13
  • 36
0
votes
0 answers

not_found error after successfully granting permissions (google realtime api)

I grant permissions to a realtime file owned by one of my google accounts (dustin.wehr) to a second google account (d.dawg.fresh), using gapi.client.load('drive', 'v3').then(function() { gapi.client.drive.permissions.create({ …
0
votes
2 answers

Google Analytics Real Time events - How long does an event stay 'current'?

I am using Google analytics events to track what users are searching for within a particular dataset on a single page (the value of an input box when they click search). I am accessing the real time events using the 'Real Time Reporting API' using…
1
2