How can I get more data locations detail? - square

I tried "/v1/me/locations".
But I did not have the data I want.
I want to get more data of locations.(here data -> https://squareup.com/dashboard/locations/)
example :
address_line_2+ ( billding name, etc... )
I could get only "address_line1".
Twitter
Facebook
website url
url of brand logo image
Please excuse my poor English.
Am I making sense?
Thanks.

That information is not currently available from the Square APIs at this time.

Related

How to use {loc_physical_ms} to get city and ZIP code on your website?

So I have a client that wants to do a Google Ad campaign for certain locations. From what we gathered, you can set up location of interest and pass on a parameter {loc_physical_ms} that can be used to get some details based on that ID. My question is, how do I access that info? Is it by using an API? I did looked at the reference here:
https://developers.google.com/adwords/api/docs/appendix/geotargeting
But it is not explained how I can use that ID on my website to get something like the ZIP code and city of the click. I been looking around, but to no avail. Any suggestion is welcome.
Thanks in advance!
Ok, found the solution. So for anyone that may come across this, that link I have above provides you with a CSV with the latest Geo Target list. I was under the impression that Google would provide an API for us to use, but that is not the case here. You will have to import that data into your database, and then use it from there. So once you have that data in your database, you can then just make a query that will use the ID from the parameter {loc_physical_ms} from the database as reference for your query.

Question about Nearby Search Request from Google Places API

Image from table of pricing Google
About the image, i'm using the NearbySearch, and not found the SKU's corresponding
Result of request Nearby.
Image of result of request
I dont found the same fields in the PlaceDetails with Contact Data.. Atmosphere Data.. anybody can help me? Thanks

Server query to YouTube API “is there any YouTube video containing this specific word?” - if so, what is the link, upload date etc

Do you think we could use the YouTube Data API to get to know which products have any YouTube review/video. Then paired with our system via, for instance, Video Name?
Your question isn't very clear. However, you want to try this.
https://developers.google.com/youtube/v3/docs/search/list#try-it
You can set type to snippet and q to the words you want to search for.

get +1 date timestamp or for google plus activities/posts

I am trying to get some information about the post people do in google plus. In particular I am interested in the "+1"'s.
Either from the google api or directly from the google plus web site you can get the total count and name of the people who did "+1". But, I would be interested in getting the time or timestamp of the "+1"'s. Does anyone knows if it is possible or how can I do that?
Help is always appreciated
Thanks to all,
As you can see at https://developers.google.com/+/api/latest/activities, the only data we return for a +1 is a list of the +1-ers, as well as the total number of people who +1'ed the item you are looking at.
If you would like to request additional data, please file a feature request in our Issue Tracker: https://code.google.com/p/google-plus-platform/issues/list. It would really help if you could be as detailed as possible in the type of data you would like to see and how you would ideally use that data.
If you're dealing with your own website and only care about +1s for pages on your own domain, you could use Google Analytic's social information to see how +1s change over time. You wouldn't get information about who did the +1ing.

Is there a way to display google+ Zagat score on my website?

I am trying to display the Zagat review score that google displays on my site. is there a way to get that data maybe a service that return JSON with the score... thanks in advance for your help.
This isn't part of the Google Plus API, but you may find what you need as part of the Google Places API: https://developers.google.com/places/documentation/details
I have tried this - the Google Places API provides user rating 0.0 thru 5.0, but no Zagat ratings.
(Bummer!)
It does, however, provide a flag (at the end of the spec) that shows if it is a Zagat-recommended establishment.