I am working with Google Analytics report api
I want to know if API support lang change.
I've googled, but no information had been founded.
I want to make sure there is no language change support, before translating it myself.
I am creating UI, which supports "Korean".
You can not change the underlying language returned by a Google api. These are designed in English and the data is often stored in English as well unless they are strict strings submitted by a user in another language.
These string you will need to translate locally yourself.
You may want to consider sending a feature request issue tracker. While i doubt they would consider adding anything to the reporting api at this time since it will be discontinued in a year or so. Its worth bringing it up to them maybe they will add it to the data api for GA4
I was wondering if anybody on here has any experience using the Twitter API in R? I'm trying to set up a simple Twitter bot with an R script but seem to be running into a problem with my access to twitter's API. I'm using the package Rtweet, I have a developer account set up on Twitter and I believe the token information is entered correctly. I followed the example from this blog post: https://www.interhacktives.com/2021/03/16/how-to-scrape-open-data-and-tweet-it-using-a-bot-with-r/
When I run my code, I get an error message when I try to use the function "post_tweet". The error message is as follows: "You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve" I've been up and down the Twitter developer dashboard and I thought that my level of access would allow me to send a simple tweet, but maybe I'm wrong?
Does anybody have any insight here? I can provide more information if needed.
I want to create a flutter app to detect text from image and I have tried to search resources on internet but all I found was related to firebase_ml_vision but it is now discontinued. So I want to use google_ml_kit but I couldn't find any code to use it. Can you tell me how to use it in Flutter?
Multiple components of the ML can be found in this example
Here.
I'm trying to automate sending locations to my car via the wego.here.com maps API.
The feature is there in the web page but I'm struggling to find it anywhere in the API documentation. Has anyone managed to do this?
You can find a link for the documentation here: https://developer.here.com/develop/mobile-sdks
So Google Analytics does not have an API that we can use to get our data, so is there an efficient way to programaticly fetch the data collected by Google, without logging it locally?
Edit:
I would prefer a Python or PHP solution but anything will work.
Google just announced that they're making available a data export API for Google Analytics. It sounds like that's exactly what you're looking for.
Per their announcement, the feature's currently in private beta, but I figure it'll be rolled out to all accounts in coming weeks/months. Depending on your needs, you may just want to wait, instead of building a short-term hackish solution.
If you're interested, I presume that the functionality's being rolled out first to members of the Google Analytics Trusted Tester program.
Also, I forgot about this: I never actually completely implemented this for a client because the deal fell through...
But you can customize the dashboard to include the sections of Google Analytics that your report might need and have a scheduled email. If the reports do not need to be too detailed and if Google already aggregates the data in the way you need it, then this might work for you.
The Google Analytics API is now open to everyone and looks like it contains the full data set
Well, it depends on what you want to do with the data. If you only want to process part of it, then I don't think it is difficult.
Here's a basic web search with a hit explanations from Google and someone else:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55561
http://blogoscoped.com/archive/2008-01-17-n73.html
There is a completely programmatic way to access the data using greqo(PHP), but the analytics class is in beta. Check it out here.
If beta is not acceptable, you can use a mixture of the XML and Yahoo Pipes to get what you need.
Basic Method
Obtain the tracking data in a usable
format – We can schedule Google
Analytics to email this as an XML file
on a regular basis.
Make the XML file accessible online –
By emailing an attachment to Google
Groups, the file is automatically
given a public URL.
Work out the URL of the most recent
report – Since Google Groups provides
RSS/Atom feeds for all messages, we
can easily find the URL of the most
recent message and therefore work out
the URL of the XML report.
Prepare the data for use – We need to
manipulate the XML and massage it into
a handy JSON format that we can use on
our blog, which can all be done using
Yahoo Pipes.
Taken from here.
I implemented a solution where we scheduled the analytics report to be emailed to a gmail account each day and I pulled the report on demand via POP3. It's pretty easy and works fast. I've heard Epic1 will do this for you as well. I'm researching that now.
If you're using Python, Pandas io is also very helpful. Pandas has an interface on top of the Google Analytics API. It's pretty simple to get up and running and integrates with Pandas so you get the aggregation, time series features, and other data analysis library features.
instructions on how to authenticate and shows examples: http://blog.yhathq.com/posts/pandas-google-analytics.html
more examples: http://quantabee.wordpress.com/2012/12/17/google-analytics-pandas/
I've also posted a few queries to get started
https://github.com/sk8asd123/ga_pandas
Its been a while since I had to deal with this, but Google Analytics has an XML output type, so you can parse that to get the data in your own system. However, I believe that there is no way to get the xml file programatically, so someone still has to go in and generate the file and feed it to your app.
Good question though, I'd love to see if there is a 100% automated solution.
We just released a product - Megalytic - that makes it very easy to create custom reports using data from the Google Analytics API. You can email these reports to others without sharing your Google Analytics account. Also, create links to reports, download as PDF, etc.