View Count and Google APO

Post Reply
sparrow
Posts: 67
Joined: Thu Aug 04, 2016 12:44 pm

Hi Hopki
I notice in the Google Street View tab, we have the following metrics displayed

Street View Browser
Total number of photos
Total amount of photo views

and we also have view counts available for individual panoramas uploaded to Street View etc

This isn't directly a Pano2VR question but presumably these items all retrievable into an App or Web App using Google's API

I just cannot find anywhere in the Google Street View / Places API that documents this and I'm interested in creating a PHP based dashboard for a client listing similar metrics.

Could you ask Thomas to point me at the relevant API docs that allow access to these elements?

Thanks
Peter
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

We use the Street View Publish API to list all the Photos
https://developers.google.com/streetvie ... hotos/list

and the Photo Object contains the view count:
https://developers.google.com/streetvie ... hoto#Photo
MfG, Thomas
sparrow
Posts: 67
Joined: Thu Aug 04, 2016 12:44 pm

Thanks Thomas :)
Post Reply