How to get the information of connectors for EV charging stations from Google Maps API - rest

I'm trying to collect information on EV charging stations through the Google Maps API. One thing I'm trying to collect data on is the connector information, as shown in the image attached shown in the red box. I tried Google Maps API nearby search, and the resulting JSON response doesn't seem to have any field indicating this information. I have more than 10 thousand charging point EV locations which I need to get the information regarding connectors from. Is it possible to get this information through Google Maps API?

Related

Google Data Fusion: How to hit Multiple APIs based on column value

I am an API which gives back multiple API endpoints and then I need to hit those API endpoints to get the results.
I am trying to implement this solution in Google Data Fusion but HTTP source and sink takes only one endpoint at a time.
How I can hit multiple APIs one by one ?

Nokia MixRadio REST API fetching charts

I am using Nokia Mixradio REST api to get the charts. But i can request the charts for a particular country only. I want to get the charts for a particular genre of a particular country. Here's the request message which I am using currently. Is there a way to get the charts for a particular genre?
http://api.mixrad.io:80/1.x/in/products/charts/album?itemsperpage=50&startindex=0&client_id=eac56b8ec397c8a40a4c66ce703a70c5&domain=music
We don't have an API specifically for that, but you can get the information by searching for artists, albums or tracks for the specific genre - e.g. http://api.mixrad.io/1.x/in/?itemsperpage=50&startindex=0&client_id=eac56b8ec397c8a40a4c66ce703a70c5&domain=music&genre=Bollywood&category=album - more search options are documented here: http://dev.mixrad.io/doc/rest/public/Search.html

Metadata API for Google MCF Reporting API

If there a similar meta data API for MCF reporting like there is for GA:
https://www.googleapis.com/analytics/v3/metadata/ga/columns?pp=1"
No currently the Google Analytics Metadata api only supports the Normal Core reporting dimensions and metrics.
But if you check the documentation for columns list there is a parameter option. It currently states.
reportType string Report type. Allowed Values: ga. Where ga
corresponds to the Core Reporting API.
Right now the only thing you can request are the ga dimensions and metrics but this implies to me that they may at some point open up for more.
I added a feature request a while back asking for Access to Realtime Dimensions and metric list. I have asked the devs and the only response was they weren't going to do it right now.

Bing local search listing information?

I read the Bing documentation but can't find a way to query Bing for local listing information such as name, address, phone, website, claimed or not, number of reviews and some snippets, and images associated with the listing if any, etc. Is there any RESTFul search API for this purpose? Could you point me to the correct API?
Thank you a lot.
You will be able to find this kind of information in Bing Maps for Enterprise platform.
Here some links that might be helpful:
Bing Maps REST Spatial Data Service (Public Data sources):
NAVTEQEU: http://msdn.microsoft.com/en-us/library/hh478193.aspx
NAVTEQNA: http://msdn.microsoft.com/en-us/library/hh478192.aspx
Bing Maps REST Location API, if you're looking for geocoding and places:
http://msdn.microsoft.com/en-us/library/ff701711.aspx
Bing Maps SOAP Search service (consider not using it, I recommend to use REST instead of this one)
http://msdn.microsoft.com/en-us/library/cc980849.aspx
Bing Search 2.0 also includes location information, see on Azure Data Markeplace:
http://datamarket.azure.com/dataset/bing/search
You should be able to find what is appropriate to your needs and also keep in mind the licensing associated to those platform and services.

Why is custom variable data in the Google Analytics Data Export API data different from my Google Analytics dashboard?

I have a custom variable defined on my site and the data is being recorded properly in my Google Analytics account. When I go to access the data via the Google Data Feed Query Explorer, the data I get isn't the same. Really, this is only the case with 'Visits' and any metrics calculated using it.
This is what I see in my dashboard:
http://www.screencast.com/t/QJl21ZOmpw
This is what I see in the query explorer:
http://www.screencast.com/t/WNGLiUUWum
I made sure the time frame matches and have pulled the same metrics. 'Hits' (aka pageviews) match up perfectly every time. Visits is obviously off and seems to be messing up other metrics that depend on it, such as 'Pages/Visit' (aka pageviews per visit).
I have reviewed the code and the custom variable is being set prior to recording the pageview. Am I missing something? My understanding is that Google Uses this exact same API to run their Analytics Dashboard, so why am I getting different data?
Try removing the visitors metric from your feed in the Query Explorer. A "Visitor" is different than a "Visit". I believe the stats of the Google Analytics screenshot have nothing to do with visitors. And including this metric might actually limit your result set to the unique visitors (I think).